How to write code for this in python language


Problem

I have selected a 2-class classification problem with the "Wine quality" dataset. 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 Evolution Strategies algorithm depending on case (4+20) ES, 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.

• Provide results averaged over ten trials. Show the confusion matrices for Evolution Strategies algorithm depending on case (4+20) ES(for training data and test data). Show one graph with training and testing results.

• How to write code for this in PYTHON language?

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: How to write code for this in python language
Reference No:- TGS03312386

Expected delivery within 24 Hours