Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 358 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 358 Bytes

artificial-neural-network

What it is:

Applying a neural network to heart disease data in order to predict who is susceptible to contract a heart disease following Cleveland's model.

How to use:

python3.7 Main.py --E 500 --B 1 --L 5 5

Feel free to change the number of epochs and the sizes of hidden layers L to something above or equal to 1.