linfeizmm's repositories
algorithms_and_data_structures
180+ Algorithm & Data Structure Problems using C++
Algorithms-1
The codes and my solutions to exercises from the book "Algorithms" (4th edition) by Robert Sedgewick and Kevin Wayne.
Data-Structure
《数据结构》-严蔚敏.吴伟民-教材源码与习题解析
fastai-ml-dl-notes-zh
:book: [译] fast.ai 机器学习和深度学习中文笔记
sicp-pdf
SICP PDF with Texinfo and LaTeX source
AlgorithmsSedgewick
Code from the book "Algorithms" (4th ed.) by Robert Sedgewick and Kevin Wayne (original, and my solutions to exercises).
the-elements-of-statistical-learning-notebooks
Jupyter notebooks for summarizing and reproducing the textbook "The Elements of Statistical Learning" 2/E by Hastie, Tibshirani, and Friedman
Scalable-Software-Architecture
Collection of tech talks, papers and web links on Distributed Systems, Scalability and System Design.
AdvancedDataStructures
大学时期学习数据结构的C++源码,包含AVL树、Treap、多个有序链表合并、二叉查找树、二项堆、红黑树、伸展树、跳表、栈与队列相互模拟以及最小(大)值求解、主席树的C++版实现,欢迎指出错误和提交贡献。
ufldl_tutorial
Stanford Unsupervised Feature Learning and Deep Learning Tutorial
prml-1
Some IPython notebooks based on Bishop's "Pattern Recognition and Machine Learning" book
PRML
Pattern recognition and machine learning toolbox