Exercise: Create and Train an MLP
Exercise your skills to design a multilayer perceptron and train it on a tabular dataset.
We'll cover the following
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 (v0
– v5
) and belongs to one of three classes (0
, 1
, 2
).
Get hands-on with 1400+ tech skills courses.