/VanillaNeutralNetwork

Neutral Network with iris dataset

Primary LanguageJava

NeutralNetwork

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.

Dataset

The dataset, included in the folder dataset, is the Iris dataset for multiclass classification.