Guidelines_Deep Learning
Guidelines_Deep Learning
Programme VI Semester
DSC-A6/DSE: DEEP LEARNING
(NEP UGCF 2022)
(Effective from Academic Year 2024-25)
Computer vision, Speech recognition and 12 (12.2, 12.3, 12.4.1- [1] (5 Hours)
NLP. 12.4.4)
Essential/recommended readings
1. Ian Goodfellow, Yodhua Bengio and Aaron Courville, Deep Learning, MIT Press Book, 2016.
2. Bunduma, N., Fundamentals of Deep Learning, 1st edition, O’reilly Books, 2017.
3. Francois Chollet, Deep Learning with python, 2nd edition, Meaning Publications Co, 2021.(Can be
used for Practicals)
Additional References
1. 12. Heaton, J., Deep Learning and Neural Networks, 1st edition, Heaton Research Inc., 2015.
1. Implement a deep-neural feed-forward network for estimating the price of house, given real-estate data
(Boston Housing Price)
2. Implement a feed-forward neural networks for classifying movie reviews as positive or negative (using
IMDB dataset)
3. Implement a deep-neural network for classifying news wires by topic (Reuters dataset).
4. Implement CNN for classifying MNIST dataset
5. Classify MNIST dataset using any pertained model
6. Create a model for time-series forecasting using RNN/LSTM
7. Implement an auto-encoder