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

Deep Learning With Python Lab BCAP314

The document outlines a lab course on Deep Learning with Python, specifically BCAP314. It includes tasks such as creating perceptrons, implementing multi-layer perceptrons and convolutional neural networks, and building image classifiers and auto-encoders. Additionally, it covers face detection, hyperparameter tuning, and the demonstration of various activation functions and backpropagation in artificial neural networks.

Uploaded by

zoro39708
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)
5 views1 page

Deep Learning With Python Lab BCAP314

The document outlines a lab course on Deep Learning with Python, specifically BCAP314. It includes tasks such as creating perceptrons, implementing multi-layer perceptrons and convolutional neural networks, and building image classifiers and auto-encoders. Additionally, it covers face detection, hyperparameter tuning, and the demonstration of various activation functions and backpropagation in artificial neural networks.

Uploaded by

zoro39708
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

Deep Learning with Python Lab BCAP314

1. Write a program for creating a perceptron.


2. Write a program to implement multi-layer perceptron using TensorFlow. Apply
multi-layer perceptron (MLP) on the Iris dataset.
3. Write a program to implement a Convolution Neural Network (CNN) in Keras. Perform
predictions using the trained Convolution Neural Network (CNN).
4. Write a program to build an Image Classifier with CIFAR-10 Data.
5. Write a program to perform face detection using CNN.
6. Write a program to demonstrate hyperparameter tuning in CNN.
7. Write a program to build auto-encoder in Keras.
8. Write a program to implement a Recurrent Neural Network.
9. Write a program to demonstrate different activation functions.
10. Write a program to build an Artificial Neural Network by implementing the Back
propagation algorithm and test the same using appropriate data sets.

You might also like