Skip to content

Commit e855a33

Browse files
Update mlpaths.md
1 parent df38c85 commit e855a33

File tree

1 file changed

+25
-20
lines changed

1 file changed

+25
-20
lines changed

docs/mlpaths.md

Lines changed: 25 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -8,45 +8,50 @@ timeline
88
title Machine Learning Learning Path
99
A. General Data Science : 1. Introduction to Data Science and Machine Learning
1010
: 2. Python for Data Science
11-
: 12. Ethical Considerations in Data Science
12-
B. Statistics : 3. Statistical Learning and Regression Models
13-
C. Classical Machine Learning : 4. Classification Algorithms
14-
: 5. Ensemble Methods
15-
: 6. Unsupervised Learning
16-
D. Deep Learning : 7. Introduction to Deep Learning
17-
: 8. Recurrent Neural Networks and Sequence Models
18-
: 9. Generative Models
19-
: 10. Transfer Learning and Fine-tuning
20-
E. Continuous Development / Continuous Integration : 11. Model Deployment and Productionization
11+
: 3. Ethical Considerations in Data Science
12+
B. Statistics : 4. Statistical Learning and Regression Models
13+
C. Classical Machine Learning : 5. Classification Algorithms
14+
: 6. Ensemble Methods
15+
: 7. Unsupervised Learning
16+
D. Deep Learning : 8. Introduction to Deep Learning
17+
: 9. Recurrent Neural Networks and Sequence Models
18+
: 10. Generative Models
19+
: 11. Transfer Learning and Fine-tuning
20+
E. Continuous Development / Continuous Integration : 12. Model Deployment and Productionization
2121
2222
```
2323

24-
A: General Data Science
24+
25+
### A: General Data Science
26+
2527
- Introduction to Data Science and Machine Learning
2628
- Python for Data Science
2729
- Ethical Considerations in Data Science
2830

29-
B: Statistics
30-
- Statistical Learning and Regression Models
31+
### B: Statistics
32+
33+
- Statistical Learning and Regression Models
3134

32-
C: Classical Machine Learning
33-
- Classification Algorithms
34-
- Ensemble Methods
35-
- Unsupervised Learning
35+
### C: Classical Machine Learning
36+
37+
- Classification Algorithms
38+
- Ensemble Methods
39+
- Unsupervised Learning
40+
41+
### D: Deep Learning
3642

37-
D: Deep Learning
3843
- Introduction to Deep Learning
3944
- Recurrent Neural Networks and Sequence Models
4045
- Generative Models
4146
- Transfer Learning and Fine-tuning
4247

43-
E: Continuous Development / Continuous Integration
48+
### E: Continuous Development / Continuous Integration
4449

4550
- Model Deployment and Productionization
4651

4752

4853

49-
54+
***
5055

5156

5257
## Working with different data types.

0 commit comments

Comments
 (0)