Ravjot03 / Deep-Learning-with-Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deep-Learning-with-Python


Contents :

In this project, I built and compared neural network architectures using two popular deep learning frameworks: TensorFlow and PyTorch. The goal was to analyze the effect of different configurations (number of neurons and hidden layers) on model performance.

In this jupyter notebook, I walk through the process of building a simple artificial neural network (ANN) to classify handwritten digits using the MNIST dataset.

This project shows comparison between Artificial Neural Networks (ANN's) and Convolutional Neural Networks (CNN's) on the popular CIFAR-10 Image Classification dataset.

In this jupyter notebook, I have build a Next Word Prediction Model using RNN's.

About