0% found this document useful (0 votes)
39 views1 page

DL LAB Syllabus

The document outlines a lab course on Deep Learning with TensorFlow, focusing on practical implementation of deep neural networks. Students will complete various experiments, including classification tasks using different datasets and building neural network architectures. The course aims to equip students with skills to solve real-world problems using deep learning techniques.

Uploaded by

satishbokka1619
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
39 views1 page

DL LAB Syllabus

The document outlines a lab course on Deep Learning with TensorFlow, focusing on practical implementation of deep neural networks. Students will complete various experiments, including classification tasks using different datasets and building neural network architectures. The course aims to equip students with skills to solve real-world problems using deep learning techniques.

Uploaded by

satishbokka1619
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Code: 20AD6L04 L T P C

III YEAR II SEM 0 0 3 1.5


DEEP LEARNING WITH TENSORFLOW LAB
Course Outcomes:
On completion of this course, the student will be able to
 Implement deep neural networks to solve real world problems
 Choose appropriate pre-trained model to solve real time problem
 Interpret the results of two different deep learning models
List of Experiments:
1. Implement multilayer perceptron algorithm for MNIST Hand written Digit Classification.
2. Design a neural network for classifying movie reviews (Binary Classification) using IMDB
dataset.
3. Design a neural Network for classifying news wires (Multi class classification) using Reuters
dataset.
4. Design a neural network for predicting house prices using Boston Housing Price dataset.
5. Build a Convolution Neural Network for MNIST Hand written Digit Classification.
6. Build a Convolution Neural Network for simple image (dogs and Cats) Classification
7. Use a pre-trained Convolution Neural Network (VGG16) for image classification.0
8. Implement one hot encoding of words or characters.
9. Implement word embeddings for IMDB dataset.
10. Implement a Recurrent Neural Network for IMDB movie review classification problem.
Text Books:
1. Reza Zadeh and BharathRamsundar, ―Tensorflow for Deep Learning‖, O‘Reilly publishers,
2018
References:
1. https://github.com/fchollet/deep-learning-with-python-notebooks

You might also like