Inspiration
The inspiration of this project was derived from the theme of the datathon : Tech for Good
What it does
The project predicts if a respective individual will encounter a stroke or not based on their lifestyle. The dataset consists of 11 clinical attributes that define everyday lifestyle of a person and based on those given features we can predict their stroke likelihood.
How we built it
The model was built using the TensorFlow library in Python. We used a feed-forward neural network to classify the inputs.
There are a total of 6 hidden layers in the model with three dropout layers to avoid overfitting of the data.
The final accuracy as such of the model came out to be around 72%
What's next for Stroke Prediction
We want to further develop this model with a front-end to make it available to the general public as well as simultaneously improve the accuracy of the model to get better predictions out of it.
Built With
- python
- tensorflow
Log in or sign up for Devpost to join the conversation.