Question: Question 5: ANSWER A & B In this exercise you are required to use scikit-learn to compare different machine learning algorithms applied on the iris

Question 5: ANSWER A & B

In this exercise you are required to use scikit-learn to compare different machine learning algorithms applied on the iris dataset. Load the iris dataset and split the data into training and test data with a test_size of 0.4.

a) Implement a Multi-Layer Perceptron classifier with one hidden layer containing 50 neurons. Train it on the training data and test it on the test data. Provide a screenshot showing the obtained score.

b) Implement a Decision Tree classifier. Train it on the training data and test it on the test data. Provide a screenshot showing the obtained score.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!