zombie366's Stars
gatieme/CodingInterviews
剑指Offer——名企面试官精讲典型编程题
HuberTRoy/leetCode
:pencil2: 算法相关知识储备 LeetCode with Python and JavaScript :books:
dformoso/machine-learning-mindmap
A mindmap summarising Machine Learning concepts, from Data Analysis to Deep Learning.
karpathy/neuraltalk
NeuralTalk is a Python+numpy project for learning Multimodal Recurrent Neural Networks that describe images with sentences.
ChristosChristofidis/awesome-deep-learning
A curated list of awesome Deep Learning tutorials, projects and communities.
bayandin/awesome-awesomeness
A curated list of awesome awesomeness
kailashahirwar/cheatsheets-ai
Essential Cheat Sheets for deep learning and machine learning researchers https://medium.com/@kailashahirwar/essential-cheat-sheets-for-machine-learning-and-deep-learning-researchers-efb6a8ebd2e5
DiHiera/Algorithm_Interview_Notes-Chinese-master
2018/2019/校招/春招/秋招/算法/机器学习(Machine Learning)/深度学习(Deep Learning)/自然语言处理(NLP)/C/C++/Python/面试笔记
microsoft/vscode-remote-release
Visual Studio Code Remote Development: Open any folder in WSL, in a Docker container, or on a remote machine using SSH and take advantage of VS Code's full feature set.
taizilongxu/interview_python
关于Python的面试题
saffsd/langid.py
Stand-alone language identification system
Mimino666/langdetect
Port of Google's language-detection library to Python.
ShusenTang/Deep-Learning-with-PyTorch-Chinese
本仓库将PyTorch官方书籍《Deep learning with PyTorch》(基本摘录版)翻译成中文版并给出可运行的相关代码。
jackzhenguo/python-small-examples
告别枯燥,致力于打造 Python 实用小例子,更多Python良心教程见 https://ai-jupyter.com
eriklindernoren/ML-From-Scratch
Machine Learning From Scratch. Bare bones NumPy implementations of machine learning models and algorithms with a focus on accessibility. Aims to cover everything from linear regression to deep learning.
ErikCH/DevYouTubeList
List of Development YouTube Channels
life4/textdistance
📐 Compute distance between sequences. 30+ algorithms, pure python implementation, common interface, optional external libs usage.
NVIDIA/apex
A PyTorch Extension: Tools for easy mixed precision and distributed training in Pytorch
barrust/pyspellchecker
Pure Python Spell Checking http://pyspellchecker.readthedocs.io/en/latest/
any86/any-rule
🦕 常用正则大全, 支持web / vscode / idea / Alfred Workflow多平台
MLjian/TextClassificationImplement
’达观杯‘文本智能处理挑战赛,文本分类任务的实现,包括一些传统的监督学习算法和深度学习算法,主要基于sklearn/xgb/lgb/pytorch包实现。
SSHeRun/CS-Xmind-Note
计算机专业课(408)思维导图和笔记:计算机组成原理(第五版 王爱英),数据结构(王道),计算机网络(第七版 谢希仁),操作系统(第四版 汤小丹)
Captain1986/CaptainBlackboard
船长关于机器学习、计算机视觉和工程技术的总结和分享
ShusenTang/LeetCode
LeetCode solutions with Chinese explanation & Summary of classic algorithms.
ivannz/mlss2019-bayesian-deep-learning
MLSS2019 Tutorial on Bayesian Deep Learning
Asabeneh/30-Days-Of-Python
30 days of Python programming challenge is a step-by-step guide to learn the Python programming language in 30 days. This challenge may take more than100 days, follow your own pace. These videos may help too: https://www.youtube.com/channel/UC7PNRuno1rzYPb1xLa4yktw
pytries/marisa-trie
Static memory-efficient Trie-like structures for Python based on marisa-trie C++ library.
pytries/DAWG
DAFSA-based dictionary-like read-only objects for Python. Based on `dawgdic` C++ library.
TrickyGo/Dive-into-DL-TensorFlow2.0
本项目将《动手学深度学习》(Dive into Deep Learning)原书中的MXNet实现改为TensorFlow 2.0实现,项目已得到李沐老师的认可
eastlakeside/interpy-zh
📘《Python进阶》(Intermediate Python - Chinese Version)