2012/9/6 Vlad Niculae <[email protected]>: > I think that the "tweaks" our implementation has are vital for real world > use. However the perceptron is "textbook" and it would be nice to have a > simple way to reproduce the simple version. Is it just a question of init > parameters?
Judging from the code, it seems that if fit_intercept=False, the algorithm should be equivalent to that given in the Wikipedia. (Intercept fitting should be on by default, though; I've seen that in plenty of textbooks, it's just the Wikipedia that omits it.) -- Lars Buitinck Scientific programmer, ILPS University of Amsterdam ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
