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.
This project demonstrates how to detect vehicles in a video using a pre-trained Faster R-CNN model. The pipeline includes extracting frames from a video, performing object detection on each frame, drawing bounding boxes around detected vehicles, and recompiling the processed frames back into a video.