You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Repository contains my Jupyter Notebook files (ran either in VSCode using the Jupyter Notebook extension, either Notebook or Lab through Anaconda, or Google Colab) for a Multilayer Perceptron (MLP) capable of predicting wine scores and classifying quality, for EEL6812 - Advanced Topics in Neural Networks (Deep Learning with Python) course, PRJ01
This project demonstrates a complete pipeline for weather prediction using a Fully Connected Neural Network (FCNN). The project is implemented in Python using Jupyter Notebook, and it covers data loading, preprocessing, model training, and performance evaluation.
This project demonstrates a complete pipeline for recognizing handwritten digits using the MNIST dataset. The project is implemented in Python using Jupyter Notebook, and it covers data loading, preprocessing, model training, and performance evaluation of a Fully Connected Neural Network (FCNN).