This repository contains the code for implementing a feedforward neural network from scrach. The implementation is based on the back-propagation algorithm described in the course Machine Learning on Coursera.
The dataset, included in the folder dataset
, is the Iris dataset for multiclass classification.