January 2019
Intermediate to advanced
390 pages
9h 16m
English
MLP can be used to do classification tasks as well. We can reuse the MLP class from the previous section with minor modifications to perform the task of classification.
We will need to make the following two major changes:
So let's now see the complete code, which is also available at GitHub in the file MLP_classification. We will be classifying the red wine quality, to make it convenient, we use only two wine classes:
Read now
Unlock full access