An open API service indexing awesome lists of open source software.

https://github.com/vanities/single_layer_nn

Single Layer Neural Network that solves the Iris and Cancer data sets
https://github.com/vanities/single_layer_nn

Last synced: 12 months ago
JSON representation

Single Layer Neural Network that solves the Iris and Cancer data sets

Awesome Lists containing this project

README

          

# Single_Layer_NN
Single Layer Neural Network that solves the Iris and Cancer data sets

Check out
> Single_Layer.ipynb

The solution to the Iris data set with accuracy and loss

![iris accuracy and loss](https://github.com/vanities/Single_Layer_NN/blob/master/images/iris_acc.png)

with

The solution to the Wisconsin Data Breast Cancer data set with accuracy and loss

![cancer accuracy and loss](https://github.com/vanities/Single_Layer_NN/blob/master/images/cancer_acc.png)