ThomasYangNZ / Iris-Classifier

The project revolves around creating a neural network to classify the iris plants into three species. Data used in this project is from Ronald Aylmer Fisher's 1936 paper "The use of multiple measurements in taxonomic problems". Dataset is retrieved from UCI Machine Learning's Kaggle page and is licenced as CC0: Public Domain
0 stars 0 forks source link

Create general neural network tests #2

Open ThomasYangNZ opened 1 year ago

ThomasYangNZ commented 1 year ago

These sets of tests are primarily devoted to ensuring basic elements of the neural network are covered. The following will need to be done in order to complete this issue:

This may require additional research regarding these elements which will be updated through comments