0% found this document useful (0 votes)
10 views

Lab_experiments_Deep_Learning_KCS_751A

Lab experiments

Uploaded by

Arun Pandey
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views

Lab_experiments_Deep_Learning_KCS_751A

Lab experiments

Uploaded by

Arun Pandey
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Hindustan College of Science and Technology

Farah, Mathura
Deep Learning Lab Assignments (KCS – 751 A)
Date of Submission: 7th December, 2024
Note: A dataset is attached herewith this list of experiment for your reference. Students may
also make choice of datasets.
1. Upload and read the datasets using Python library. Perform Exploratory Data Analysis
and pre-processing operations on the datasets.
2. Describe the statistical measures of the dataset and represent relationship between fields
of dataset using different types of graphs. Perform Train-test Split operation on the
dataset.
3. Use different types of encoding methods to convert categorical data fields of the
datasets in numeral forms.
4. Implement a Perceptron model to classify the AND gate logic function.
5. Implement a Perceptron model to solve the OR gate classification problem.
6. Implement a deep learning model for classification problem of the bank customers
churning from the churning dataset of the bank as attached herewith this list of
experiments.
7. Implement a Basic Artificial Neural Network (ANN) using a Multilayer Perceptron
(MLP) architecture to solve classification problem on Iris dataset.
8. Implement PCA for feature extraction and apply PCA on a dataset to reduce its
dimensionality. Train a deep learning model on the extracted features and evaluate the
performance.
9. Demonstrate the vanishing gradient problem by training a deep neural network.
Compare networks using different activation functions (Sigmoid vs ReLU). Visualize
the gradient flow to understand the vanishing gradient effect.
10. Implementation of Perceptron Model for classification problem. Upload a dataset,
perform the EDA and preprocessing operations, and classify the target variable.
11. Implement a CNN model to classify the target variable in the dataset.
12. Implement the Chi-Square Test for feature selection and apply feature selection to a
dataset (e.g., the Iris dataset or any other dataset). Train a deep learning model (e.g., a
neural network) using the selected features and evaluate its performance.
13. Implement a basic RNN architecture using PyTorch. Train the model on a sequential
dataset. Evaluate and visualize the model performance
14. Perform sentiment analysis on movie review dataset using RNN. Evaluate and visualize
the model performance.
15. Implement Residual Blocks and a ResNet architecture in PyTorch. Train a ResNet
model on a real-world dataset. Evaluate the performance of the ResNet model.
16. Implement an LSTM architecture using PyTorch. Train the LSTM on a sequence
prediction task. Evaluate and visualize the model's performance.

You might also like