AI is an optional module.
DAY1-4: Preparation stage
1. Specific requirements
Clone repository:
git clone --recursive https://github.com/fengdu78/Data-Science-Notes.git
Read the [0.math] section of the warehouse to review mathematics-related knowledge:
- linear algebra:
- Vector and matrix operations
- Matrix inversion
- Matrix factorization
- Calculus:
- Differential
- gradient
- Convex functions and optimization
- probability theory:
- random variable
- Distribution
- Bayesian formula
- Parameter estimation
- Hypothesis testing
- linear algebra:
2. Display of learning results
- Sharing study notes and mind maps
- Practice on optional topics
3. Reference materials
- deep learning:
- "Deep Learning" Yoshua Bengio & Ian GoodFellow Part 1
- linear algebra:
- 《Mathematics for Machine Learning: Linear Algebra》
- Probability Theory and Mathematical Statistics:
- "Probability Theory and Mathematical Statistics" Zhejiang University Higher Education Press
DAY5-7: Python and commonly used libraries
1. Specific requirements
- Python common syntax:
python-basic- control statement
- function
- class
- Python commonly used libraries:
Read the official learning documents and matchData-Science-NotesWarehouse part learning
2. Display of learning results
Select some knowledge points for targeted exercises:
- Python exercises:
- Numpy Pandas and other exercises:
3. Reference materials
- Python and common libraries