Skip to content

Jeff-HOU/ML_Note

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I will no longer update "Deep Learning" part of this note frequently. Several reasons like:

  1. Fairly speaking, these are much more than enough for a beginner. If you could take good use of them, then you should be awesome now!
  2. I cannot afford expensive GPUs. Deep Learning is still somewhat like an alchemy [E.g.] (You are search for this topic on Twitter).
  3. I'm more interested in the application of (Statistical) Machine Learning these days. So I would probably update some Machine Learning related resources in the future.
  4. I don't want to go on a PhD to do research. I believe the knowledge I have now is enough to me. Startup-like things might be more enjoyable.
  5. 人生苦短,我更喜欢刺激与惊喜 (Short as life is, I pursue thrill and surprise.)
  6. As pointed out by some senior researchers, I am not smart enough to compete with those people.:man_facepalming: (Half kidding)

ML_Note

A Machine Learning Resource gathering as a collection of many extremely useful resources. Feel free to contact me at if you are interested. I would be really glad if this helps you.

This note might be confusing to you now since I fail to come up with an idea to organize it. But I will try to make it universally applicable later. If you can't wait any more to study ML, maybe I can suggest you a pathway by email.

You may want to search or contibute

Table of Contents

  1. Conceptual
  2. Personal blogs and official accounts
  3. Courses and Tutorials
  4. Articles
  5. Papers
    1. GAN
    2. NLP
    3. Miscellanous
  6. Webs or APIs
    1. Starting Point
    2. For Python
    3. Advanced / Miscellanous
  7. Datasets
  8. Projects

Conceptual

Wikipedia is always your first choice!

Personal blogs and official accounts

Courses and Tutorials

Articles

Papers

GAN

NLP

Miscellaneous

Webs or APIs

Starting Point

For Python

  • Anaconda - Powerful Machine Learning Package Manager
  • Brew for MacOS, Brew for Linux
  • pip - built-in for python, pip install pkg_name, to specify which version of python the pkg is to install for, use pip2 to pip3
  • Jupyter Notebook - elegant and powerful interactive python v3.X shell(can also support for V2.0 or R, etc.)
  • Scipy
  • Numpy - Powerful and efficient handler for numbers, matrices, and their operations. With CLEAR documentation.
  • Pandas - Powerful and efficient handler for Data I/O and preprocessing. With CLEAR documentation.
  • matplotlib - Powerful tool for ploting images.
  • scikit-learn - Powerful package containg many basic algorithms in Classification, Regression, Clustering, Dimensionality reduction, Model selection and Preprocessing. With CLEAR documentation.

Advanced / Miscellanous

Datasets

Projects

⬆️⬆️⬆️TOP

Releases

No releases published

Packages

No packages published