linfeizmm's repositories
100-Days-Of-ML-Code
100-Days-Of-ML-Code中文版
100-Days-Of-ML-Code-1
100 Days of ML Coding
algo
数据结构和算法必知必会的50个代码实现
Algorithm_Interview_Notes-Chinese
2018/2019/校招/春招/秋招/算法/机器学习(Machine Learning)/深度学习(Deep Learning)/自然语言处理(NLP)/C/C++/Python/面试笔记
algorithms
Minimal examples of data structures and algorithms in Python
algs4
Algorithms, 4th edition textbook code and libraries
architecture.of.internet-product
互联网公司技术架构,微信/淘宝/微博/腾讯/阿里/美团点评/百度/Google/Facebook/Amazon/eBay的架构,欢迎PR补充
awesome-algorithm
刷题训练指南
awesome-algorithms
A curated list of awesome places to learn and/or practice algorithms.
awesome-architecture
架构师技术图谱,助你早日成为架构师
awesome-machine-learning
A curated list of awesome Machine Learning frameworks, libraries and software.
awesome-python
A curated list of awesome Python frameworks, libraries, software and resources
CLRS
:notebook:Solutions to Introduction to Algorithms
CtCI-6th-Edition-Python
Cracking the Coding Interview 6th Ed. Python Solutions
data-structures
A collection of powerful data structures
DeepLearning-500-questions
深度学习500问,以问答形式对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述,以帮助自己及有需要的读者。 全书分为18个章节,50余万字。由于水平有限,书中不妥之处恳请广大读者批评指正。 未完待续............ 如有意合作,联系scutjy2015@163.com 版权所有,违权必究 Tan 2018.06
ESL-CN
The Elements of Statistical Learning (ESL)的中文翻译、代码实现及其习题解答。
Learning-from-data
记录Learning from data一书中的习题解答
LeetCodeAnimation
Demonstrate all the questions on LeetCode in the form of animation.(用动画的形式呈现解LeetCode题目的思路)
lihang-code
《统计学习方法》的代码实现
mml-book.github.io
Companion webpage to the book "Mathematics For Machine Learning"
prml-3-python
Repository of notes, code and notebooks in Python for the book Pattern Recognition and Machine Learning by Christopher Bishop
pumpkin-book
《机器学习》(西瓜书)公式推导解析,在线阅读地址:https://datawhalechina.github.io/pumpkin-book
Python
All Algorithms implemented in Python
spark
Apache Spark - A unified analytics engine for large-scale data processing
the-elements-of-statistical-learning
My notes and codes (jupyter notebooks) for the "The Elements of Statistical Learning" by Trevor Hastie, Robert Tibshirani and Jerome Friedman
The-Elements-of-Statistical-Learning-Python-Notebooks
A series of Python Jupyter notebooks that help you better understand "The Elements of Statistical Learning" book