what is sklearn (python) equlvalent for newp in Matlab? -


is there sklearn (python) equlvalent function newp in matlab ?

i use sklearn.linear_model.perceptron seem it's not perceptron expected

i read here :

the last characteristic implies perceptron faster train sgd hinge loss , resulting models sparser.

is means function not same perceptron in matlab ?

is sklearn.neural_network.mlpclassifier 1 layer equlvalent perceptron ?


Comments