Question: Using Python Programming and Iris Dataset , Suggest and illustrate the structure of neural network for this dataset (input layer, hidden layer and output layer)
Using Python Programming and Iris Dataset,
- Suggest and illustrate the structure of neural network for this dataset (input layer, hidden layer and output layer) (5 Marks)
- Screenshot the before and after normalization data (take few data ONLY) (5 Marks)
- Suggest and screenshot the initial weight of neural network (5 Marks)
- Using epoch=500 and learning rate =1, screenshot the error of backpropagation as well as weight changes (5 Marks)
- Using epoch=1000 and learning rate=1, screenshot the error of backpropagation as well as weight changes (5 Marks)
- Screenshot the accuracy and mean accuracy (5 Marks)
- Conclude your finding (5 Marks)
Complete source code (15 Marks)
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
