Find a structured learning path from zero to machine learning practitioner using Chinese-language books and courses.
Discover curated resources for specialty areas like deep learning, computer vision, or reinforcement learning.
Locate math prerequisite materials for linear algebra and probability before diving into ML coursework.
This repository is a curated reading list for people who want to learn machine learning, with almost all content written in Chinese. It is not a software project you install or run, it is a collection of links, notes, and pointers to books, online courses, and datasets organized by topic. The list opens with a suggested learning path. It recommends starting with a widely read Chinese textbook on machine learning for a broad overview, then moving to a neural-networks text for deeper theory, and using Python code examples from a companion book to get hands-on practice. It also points to lecture series from universities in Taiwan and China, Andrew Ng's well-known Coursera course, and graduate-level courses from Carnegie Mellon University for people who want serious mathematical depth. Beyond introductory material, the list branches into specialty areas. There are sections covering deep learning, reinforcement learning, transfer learning (applying knowledge from one task to another), distributed learning systems, computer vision, natural language processing, and bioinformatics. Each specialty section links out to another curated list maintained elsewhere on GitHub. The prerequisite section is useful for beginners. It points to resources on linear algebra, probability, and statistics, and includes cheat sheets for Python libraries like NumPy, SciPy, Pandas, and Matplotlib. It also lists the major deep learning frameworks in Python, Java, and Matlab, including TensorFlow, PyTorch, Keras, Scikit-learn, Caffe, and MXNet, so readers know what tools the field uses before they start coding. A notes section collects survey papers, introductory documents, and slides from talks on topics like human-computer interaction and the history of machine learning. The repository is designed as an entry point and ongoing reference, not a self-contained curriculum. Someone with no background in the field can use it to find where to start, someone already learning can use it to find resources on a specific subfield.
← allmachinelearning on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.