Exercise: Create and Train an MLP

Exercise your skills to design a multilayer perceptron and train it on a tabular dataset.

Problem statement

Now is the time to design a multilayer perceptron and train it on a tabular dataset.

The dataset contains 6000 observations. Each observation has six numerical features (v0v5) and belongs to one of three classes (0, 1, 2).

Get hands-on with 1200+ tech skills courses.