| No. | Assignment Title | Dataset |
|---|---|---|
| 0 | Linear regression by using Deep Neural network | inbuilt |
| 1a | Classification using Deep neural network Multiclass classification using Deep Neural Networks (OCR) |
https://archive.ics.uci.edu/ml/datasets/letter+recognition |
| 1b | Classification using Deep neural network Binary classification using Deep Neural Networks (Sentiment) |
https://www.kaggle.com/datasets/lakshmi25npathi/imdb-dataset-of-50k-movie-reviews |
| 2a | Convolutional neural network (CNN) plant disease detection system |
https://www.kaggle.com/datasets/rashikrahmanpritom/plant-disease-recognition-dataset |
| 2b | Convolutional neural network (CNN) MNIST Fashion Dataset |
inbuilt |
| 3 | Recurrent neural network (RNN) Google stock prices dataset |
https://www.kaggle.com/datasets/varpit94/google-stock-data |
| No. | Assignment Title |
|---|---|
| 1 | Parallel Breadth First Search and Depth First Search using OpenMP |
| 2 | Parallel Bubble Sort and Merge sort using OpenMP |
| 3 | Implement Min, Max, Sum and Average operations using Parallel Reduction. |
| 4a | Write a CUDA Program for Addition of two large vectors. |
| 4b | Write a CUDA Program for Matrix Multiplication . |