| 23 | | - Get familiar with Python language. |
| 24 | | - Learn the concept of deep learning and deep neural networks. |
| 25 | | - Python tutorial: https://www.w3schools.com/python/ |
| 26 | | - How to run Python code: https://www.knowledgehut.com/blog/programming/run-python-scripts |
| 27 | | - Jupyter notebook tutorial: https://www.dataquest.io/blog/jupyter-notebook-tutorial/ |
| 28 | | - Video tutorial (Optional): Neural Networks and Deep Learning: https://www.coursera.org/learn/neural-networks-deep-learning |
| | 27 | - Get familiar with Python language.\\ |
| | 28 | -- Install Python environment\\ |
| | 29 | -- Use Jupyter Notebook to run Python code samples\\ |
| | 30 | - Learn the concept of deep learning and deep neural networks.\\ |
| | 31 | -- Slides: Neural Network Basics of Energy-Efficient Machine Learning System\\ |
| | 32 | -- Video tutorial (Optional): Neural Networks and Deep Learning by Andrew Ng (Recommended chapters: Week 2: Logistic Regression as a Neural Network, Week 3: Shallow Neural Network) |