Pinned Repositories
awesome-algorithm
Leetcode 题解 (跟随思路一步一步撸出代码) 及经典算法实现
awesome-bash
A curated list of delightful Bash scripts and resources.
Awesome-Chinese-NLP
A curated list of resources for Chinese NLP 中文自然语言处理相关资料
awesome-deep-learning
A curated list of awesome Deep Learning tutorials, projects and communities.
awesome-design-patterns
A curated list of software and architecture related design patterns.
awesome-docker
:whale: A curated list of Docker resources and projects
awesome-go
A curated list of awesome Go frameworks, libraries and software
awesome-java
A curated list of awesome frameworks, libraries and software for the Java programming language.
awesome-java-cn
Java资源大全中文版,包括开发库、开发工具、网站、博客、微信、微博等,由伯乐在线持续更新。
awesome-python
A curated list of awesome Python frameworks, libraries, software and resources
EdmundDuntis's Repositories
EdmundDuntis/Awesome-Chinese-NLP
A curated list of resources for Chinese NLP 中文自然语言处理相关资料
EdmundDuntis/awesome-design-patterns
A curated list of software and architecture related design patterns.
EdmundDuntis/awesome-java-cn
Java资源大全中文版,包括开发库、开发工具、网站、博客、微信、微博等,由伯乐在线持续更新。
EdmundDuntis/100-Days-Of-ML-Code-1
100-Days-Of-ML-Code中文版
EdmundDuntis/ansj_seg
ansj分词.ict的真正java实现.分词效果速度都超过开源版的ict. 中文分词,人名识别,词性标注,用户自定义词典
EdmundDuntis/Anti-Anti-Spider
越来越多的网站具有反爬虫特性,有的用图片隐藏关键数据,有的使用反人类的验证码,建立反反爬虫的代码仓库,通过与不同特性的网站做斗争(无恶意)提高技术。(欢迎提交难以采集的网站)(因工作原因,项目暂停)
EdmundDuntis/bash-handbook
:book: For those who wanna learn Bash
EdmundDuntis/better-java
Resources for writing modern Java
EdmundDuntis/DataSciencePython
common data analysis and machine learning tasks using python
EdmundDuntis/dijkstra-cartography
Using Dijkstra's algorithm ("finding the shortest paths between nodes in a graph") to draw maps :earth_africa:.
EdmundDuntis/fnlp
中文自然语言处理工具包 Toolkit for Chinese natural language processing
EdmundDuntis/java-algorithms-implementation
Algorithms and Data Structures implemented in Java
EdmundDuntis/java-string-similarity
Implementation of various string similarity and distance algorithms: Levenshtein, Jaro-winkler, n-Gram, Q-Gram, Jaccard index, Longest Common Subsequence edit distance, cosine similarity ...
EdmundDuntis/leetcode
Leetcode solutions
EdmundDuntis/LintCode
Java Solutions to problems on LintCode/LeetCode
EdmundDuntis/machine-learning-for-software-engineers
A complete daily plan for studying to become a machine learning engineer.
EdmundDuntis/MCMC
Collection of Monte Carlo (MC) and Markov Chain Monte Carlo (MCMC) algorithms applied on simple examples.
EdmundDuntis/python-data-structure-cn
problem-solving-with-algorithms-and-data-structure-using-python 中文版
EdmundDuntis/python-machine-learning-book
The "Python Machine Learning (1st edition)" book code repository and info resource
EdmundDuntis/scikit-learn-doc-cn
scikit-learn机器学习库中文文档翻译项目
EdmundDuntis/spring-boot-demo
Spring Boot的基础教程,由浅入深,一步一步学习Spring Boot,最后学到的不单单是基础!Spring Cloud基础教程请看:https://github.com/roncoo/spring-cloud-demo
EdmundDuntis/stanford-tensorflow-tutorials
This repository contains code examples for the Stanford's course: TensorFlow for Deep Learning Research.
EdmundDuntis/textdistance
Compute distance between sequences. 30+ algorithms, pure python implementation, common interface, optional external libs usage.
EdmundDuntis/the-art-of-command-line
Master the command line, in one page