Neural Networks - Multiclass Classification

Neural Networks - Multiclass Classification


We're going to use One-vs-all method. The only difference now is y is a vector instead of real numbers

Resources:
https://www.coursera.org/learn/machine-learning/supplement/xSUml/multiclass-classification

Comments