Skip to content

Latest commit

 

History

History
26 lines (25 loc) · 425 Bytes

README.md

File metadata and controls

26 lines (25 loc) · 425 Bytes

ML_Project

Heart Disease Prediction

Description:

Using 5 different algorithms we aim to predict likelyhood of a heart attack occuring on any given subject.

Data Set:


Methodologies


Algorithms used:

  • Neural Networks
  • SVM
  • Random Forests
  • Logistic Regression
  • Ada Boost

Using:

  • Python
  • Numpy
  • Keras
  • Pandas
  • Matplotlib