The Complete project using neural network to arrive the best healt know he is stoke or not.
What will learn before end this project?
- Deal with Missing Values.
- Using Encoding and OneHotEncoding in dataset.
- Deal with Imblance data.
- Splitting dataset into tree parts ( Training, validation and Testing ).
- Start to set data in model.
- We use neural network model.
- Set number of neuron in hidden layer and activation function.
- Train neural network.
- Calculate accuracy of Model.
Before this you will know how to build neural network in any project.