DAY8-10: Neural networks and deep learning ideas
1. Specific requirements
To watch the video, ask:
The principles of learning perceptron and multi-layer perceptron
Linear regression, logistic regression, softmax regression
Learn softmax regression, loss functions, and image classification datasets.
Deep neural network, forward propagation, back propagation, activation function, loss function, overfitting, underfitting, regularization constraints, parameters, hyperparameters, data set division (can be combined with notes)
- Video link:Andrew Ng’s deep learning course video
- Multi-layer neural network representation P25-P35
- Deep Neural Network P36-P43
- Improving deep neural networks, hyperparameter tuning, regularization and optimization P47-P80
2. Display of learning results
Select some knowledge points for targeted exercises
- Kaggle neural network exercises:Kaggle Neural Network Exercise
3. Reference materials
Zhou Zhihua "Machine Learning"
Andrew Ng’s courses:
DAY11-14: Programming framework learning
1. Specific requirements
- inHow to eat Pytorch in 20 daysChoose to download "Eat That Pytorch in 20 Days" or "Eat That TensorFlow2 in 30 Days" from the website github
- Choose any 2-3 code models to learn, try to adjust parameters for learning or change the model
2. Display of learning results
Show the parameter adjustment process or model replacement process, and try to train a better model