Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Select a 2-class classification problem with at least ten input attributes or features and at least 1000 labeled data points, using the datasets publicly available

Select a 2-class classification problem with at least ten input attributes or features and at least 1000 labeled data points, using the datasets publicly available on the internet. Balance the data, so that you have equal numbers of data points from each class, e.g., by duplicating randomly chosen members of the minority class and adding a little random noise. Use 70% of the data for training, and 30% for testing, ensuring that both sets are balanced. Train a shallow feedforward neural network (with sigmoidal node functions and one hidden layer with twice as many nodes as the input dimensionality) using back-propagation with ADAM optimizer, while keeping track of performance on test data during the training process. Repeat the experiment ten times, each time starting with a different set of randomly initialized weights; store these initial weights for future assignments. Summarize the results using one graph, plotting the average accuracy (on the y-axis) against log(number of weight updates), for training data and for test data; the graph will hence show two curves. Also show the confusion matrix(using python).

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Advances In Databases And Information Systems Second East European Symposium Adbis 98 Poznan Poland September 1998 Proceedings Lncs 1475

Authors: Witold Litwin ,Tadeusz Morzy ,Gottfried Vossen

1st Edition

3540649247, 978-3540649243

More Books

Students also viewed these Databases questions

Question

a. Show that f (x) is indeed a probability density function. Pg45

Answered: 1 week ago

Question

4. Explain the strengths and weaknesses of each approach.

Answered: 1 week ago

Question

3. Identify the methods used within each of the three approaches.

Answered: 1 week ago