This repository contains three small projects demonstrating the implementation and training of Multi-Layer Perceptrons (MLPs) using both Keras and NumPy (from scratch). One hidden layer with sigmoid ...
This project involves building a Multi-Layer Perceptron (MLP) to implement a classifier, regressor, and autoencoder. The classifer model is designed to classify wine quality from the Wine Quality ...