Artificial Neural Networks Model is created using various methods to predict whether a person would get Heart Disease or not.
- ANN was build from scratch using classes and functions.
- ANN was build using Sklearn.
- ANN was build using Keras of Tensorflow.
- Python 3
- an IDE (preferably Jupyter Notebook)
- Pandas
- Numpy
- Matplotlib
- Sklearn
- Tensorflow
All the external dependencies can be installed by using pip install -r requirements.txt
- Rishikesh Sivakumar