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

Deep Learning Lab: Python Programs Guide

The document outlines a series of programming tasks for a Deep Learning Lab course (BAI 571). It includes implementing a perceptron, visualizing activation functions, building neural networks, and performing image classification using Keras and PyTorch. Additionally, it covers techniques like image augmentation and dropout for model regularization.

Uploaded by

vsingh2706
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)
22 views1 page

Deep Learning Lab: Python Programs Guide

The document outlines a series of programming tasks for a Deep Learning Lab course (BAI 571). It includes implementing a perceptron, visualizing activation functions, building neural networks, and performing image classification using Keras and PyTorch. Additionally, it covers techniques like image augmentation and dropout for model regularization.

Uploaded by

vsingh2706
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

Deep Learning Lab (BAI 571)

1. Write a python program to Implement Perceptron for understanding single-layer neural network?

2. Write a program to Visualize Activation Functions (Sigmoid, ReLU, Tanh)?

3. Write a program to Build a Simple Feedforward Neural Network?

4. Write a program to MNIST Digit Classification using Keras?

5. Write a program to Create and Visualize CNN Layers.

6. Write a program to CIFAR-10 Image Classification for understanding Multiclass image classification
using CNN.

7. Write a program to implement Image Augmentation Techniques for application of preprocessing &
transformation?

8. Write a program using Dropout for Regularisation to improve model generalisation.

9. Write a program to Build Model Using PyTorch?

10. Write a program to Compare Training with and without Batch Normalization for Analyzing
performance and convergence?

You might also like