Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ahmedabdalkreem/healty-care
- Owner: AhmedAbdAlkreem
- Created: 2023-03-11T10:41:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-03-11T10:48:12.000Z (over 1 year ago)
- Last Synced: 2023-08-19T02:37:21.926Z (about 1 year ago)
- Topics: matplotlib, neural-network, numpy, pandas, python3, sklearn-library
- Language: Jupyter Notebook
- Homepage:
- Size: 168 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.