I'm currently experimenting with scikit-learn's neural net capabilites. Is there are way to set the number of output nodes in its MLPClassifier? I know you can set the number of hidden layers by passing it as parameters like:
clf = MLPClassifier(hidden_layer_sizes=(100,)
Thanks
"Can someone train the same network on two different output sizes and different input sizes?"
. – Surgeonfish