Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ahmedabdalkreem/healty-care

The Complete project using neural network to arrive the best healt know he is stoke or not.
https://github.com/ahmedabdalkreem/healty-care

matplotlib neural-network numpy pandas python3 sklearn-library

Last synced: about 21 hours ago
JSON representation

The Complete project using neural network to arrive the best healt know he is stoke or not.

Awesome Lists containing this project

README

        

# Healty-Care
The Complete project using neural network to arrive the best healt know he is stoke or not.

What will learn before end this project?

1) Deal with Missing Values.
2) Using Encoding and OneHotEncoding in dataset.
3) Deal with Imblance data.
4) Splitting dataset into tree parts ( Training, validation and Testing ).
5) Start to set data in model.
6) We use neural network model.
7) Set number of neuron in hidden layer and activation function.
8) Train neural network.
9) Calculate accuracy of Model.

Before this you will know how to build neural network in any project.