mleveryday/100-days-of-ml-code

100-Days-Of-ML-Code中文版

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 4 minutes ago
Added to GitGenius on September 18th, 2026
Created on August 5th, 2018
Open Issues & Pull Requests: 19 (+0)
GitHub issues: Enabled
Number of forks: 5,468
Total Stargazers: 22,237 (+0)
Total Subscribers: 1,075 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 0.0 hours
Mean response time: 0.0 hours
90th percentile: 0.0 hours
Tracked items: 3

Most active contributors

Sign in to see contributor activity.

Related repositories by overlapping contributors

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 3
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 211 days
Stale 30+ days: 1
Stale 90+ days: 1

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 1
Events in 7 days: 1

Top labels

No label distribution available yet.

Most active issues this week

Detailed Description

100-Days-Of-ML-Code is a structured machine learning curriculum delivered as Jupyter Notebooks and Python scripts.

The project addresses the challenge of learning machine learning systematically by providing a guided 100-day learning path with daily lessons, code examples, and exercises. It covers foundational topics including data preprocessing, linear and logistic regression, classification algorithms like KNN and SVM, neural networks, decision trees, random forests, clustering methods, and deep learning with convolutional neural networks. The approach combines theory days with implementation days, using Jupyter Notebooks for interactive learning and Python scripts for hands-on practice. Lessons are organized sequentially from basic supervised learning through unsupervised learning and deep learning techniques.

The curriculum currently covers days one through fifty-four, with later days still in development. It is designed for learners who want a comprehensive, structured introduction to machine learning rather than scattered tutorials. The project suits anyone beginning machine learning who prefers a guided path over self-directed exploration. It includes environment setup instructions for Python 3.11 and 3.12, dataset preparation guidance, and compatibility notes for working with modern versions of scikit-learn and Keras. The tool is particularly useful for those learning in Chinese or preferring a Chinese-language resource, as it is a translation and adaptation of an English original with updated examples and explanations.

The project maintains a clear separation between source code in Python scripts with embedded Markdown comments and generated outputs in Jupyter Notebooks and documentation files. A synchronization tool regenerates lesson notebooks and markdown files from the source scripts, ensuring consistency across formats. The maintainers document modernization efforts, including updates to deprecated APIs and baseline issues from earlier versions, and provide detailed day-by-day review reports tracking corrections made during updates. Contribution guidelines specify translation and maintenance standards for those wishing to participate.