A Shallow Neural Network Using IRIS Dataset for Classifying Species.
Everything you need to start running up the project from build to end.
Python 3.5, Numpy & Sklearn
Step 1 :- Slicing Required Data
Step 2 :- Initializing Weights & Bias.
Step 3 :- Defining Activation Function.
Step 4 :- Define Forward Propogation.
Step 5 :- Define Cost Function.
Step 6 :- Backpropogation.
Step 7 :- Updating Parameters.
Step 8 :- Create & Model.
You can either consider whole of iris dataset however, dont forget to make changes in Step 1.
Thanks to all the community members of different communities for their brilliant ideas on this project.