This repository contains the implementation of some basic neural networks and deep learning algorithms as part of NNDL lab work. The list of topics are as follows:
- Lab_01: Realization of Logic Gates and Linear Regression
- Lab_02: Multi Class Classification using Perceptron
- Lab_03: Associative Networks
- Lab_04: Multi Layered Neural Networks and Backpropagation
- Lab_05: Convolutional Neural Networks Part 1
- Lab_06: Recurrent Neural NetworkAssignment
- Lab_07: Image Classification using convolutional neural network
- Lab_08: Autoencoders
- Lab_09: Transformers
- Lab_10: Restricted Boltzmann Machine
- Lab_11: Generative Adversarial Networks
The Folder contains the following files:
- Skeleton notebook file (*.ipynb)
- PDF version of skeleton notebook file (*.pdf)
- Additional datasets if used in notebook
- Solution notebook file (*_Solution.ipynb)