hao555sky's Stars
deeplearning-ai/machine-learning-yearning-cn
Machine Learning Yearning 中文版 - 《机器学习训练秘籍》 - Andrew Ng 著
jjgod/mac-dictionary-kit
Dictionary conversion tool for Mac OS X 10.5 and above
wesm/pydata-book
Materials and IPython notebooks for "Python for Data Analysis" by Wes McKinney, published by O'Reilly Media
BrambleXu/pydata-notebook
利用Python进行数据分析 第二版 (2017) 中文翻译笔记
wsdjeg/vim-galore-zh_cn
Vim 从入门到精通
Embedding/Chinese-Word-Vectors
100+ Chinese Word Vectors 上百种预训练中文词向量
brightmart/text_classification
all kinds of text classification models and more with deep learning
keon/awesome-nlp
:book: A curated list of resources dedicated to Natural Language Processing (NLP)
ljpzzz/machinelearning
My blogs and code for machine learning. http://cnblogs.com/pinard
facebookresearch/faiss
A library for efficient similarity search and clustering of dense vectors.
dive-into-machine-learning/dive-into-machine-learning
Free ways to dive into machine learning with Python and Jupyter Notebook. Notebooks, courses, and other links. (First posted in 2016.)
Honlan/DeepInterests
深度有趣
facebookresearch/InferSent
InferSent sentence embeddings
EliverLara/terminator-themes
:metal: The biggest collection of themes for Terminator terminal.
ohmyzsh/ohmyzsh
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up with the latest updates from the community.
Thinkgamer/books
技术资料分享
chengstone/movie_recommender
MovieLens based recommender system.使用MovieLens数据集训练的电影推荐系统。
princewen/tensorflow_practice
tensorflow实战练习,包括强化学习、推荐系统、nlp等
taizilongxu/interview_python
关于Python的面试题
zouxiaohang/TinySTL
TinySTL is a subset of STL(cut some containers and algorithms) and also a superset of STL(add some other containers and algorithms)
hunterzhao/EasySTL
学习STL过程,自己实现的STL代码
Apulus/cghSTL
简单C++标准库(STL)的实现
Mimino666/langdetect
Port of Google's language-detection library to Python.
CyC2018/CS-Notes
:books: 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计
gatieme/CodingInterviews
剑指Offer——名企面试官精讲典型编程题
fmind/euphony
Harmonious Unification of Cacophonous Anti-Virus Vendor Labels for Android Malware
chinese-poetry/chinese-poetry
The most comprehensive database of Chinese poetry 🧶最全中华古诗词数据库, 唐宋两朝近一万四千古诗人, 接近5.5万首唐诗加26万宋诗. 两宋时期1564位词人,21050首词。
kelseyhightower/nocode
The best way to write secure and reliable applications. Write nothing; deploy nowhere.
tolerious/Programming_learning_resource
学习计算机科学的一些pdf资源,欢迎赞赏
lotabout/write-a-C-interpreter
Write a simple interpreter of C. Inspired by c4 and largely based on it.