ML Cocktail: Training A Multi-Layer Perceptron NetworkΒΆ
In this recipe we will train a multi-layer perceptron (MLP) network to classify the well-known Iris dataset using only the area of the petals and sepals. At the end of this jorney, you will have learned how to:
generate a dataset from scikit-learn and write it as Underfolder
create a new Pipelime Command to train your model
define a new stage for inference
draw the final DAG and track the execution