machine-learning icon indicating copy to clipboard operation
machine-learning copied to clipboard

Python, data analysis, machine learning...

Road to AI

It is all about practical experience and best study materials for AI

  • this repository is still updating...

Contribution

Great thanks to brother yun contributing to this repository! Welcome more to contribute!

basics

Basics model includes some essentially fundamental algorithms,such as bisection, Dijstra, common sort algorithms and so on.

math

Math model is exactly its seeming name, about math theories, especially about optimization, linear algebra, probabilty theory.

python

Python model is mainly for machine learning and deep learning ,such as decorator, generator, highOrder function, etc and that is to say, doesn't include everything knowledge about Python, currently including:

numpy

Numpy model is about numpy summaries in practice, currently including:

pandas

Pandas model is about pandas summaries in practice.

ml

ML model is mainly about ml skill stack, including feature engineering, pca, common ml algorithms, etc. Importantly, each step of machine learning is provided the reference materials which are picked up elaborately, currently including:

dl

DL model,deep learning part contains theory about cv and nlp.

Best study materials for deep learning:

kaggle

Kaggle model is about in pracitce and contains sorts of practical experience.

tensorflow

Tensorflow model, tensorflow skeleton will be noted from introductory to practical application to projects.