Hacker News new | ask | show | jobs
by ching_wow_ka 3937 days ago
So then it seems like the author of the code doesn't understand that "NN" means "Nearest Neighbors" and not "Neural Network"?

He mentions that he used sklearn's Neural Network libraries in his blog post, but sklearn doesn't have any aside from RBM.

3 comments

It is almost the perfect example of the "Danger Zone" in http://drewconway.com/zia/2013/3/26/the-data-science-venn-di...
I was confused with the difference between an SVM and a neural network. Easy mistake I guess. The whole goal of this project was for educational purposes, so im still happy with the outcome.
OMG, how embarrassing for OP. This is what scares me about technical blogging. Messing up unknowingly in an area I'm not experienced in and getting scathing critiques from my fellow hackers. Keep your chin up OP and next time remember to do your homework. +1 for the effort anyways.
if you want to learn neural nets check out Karpathy's class (cs231n.github.io) and do the assignments. making a github repo and HN post about using neural networks is false self-advertising and illegitimatizes those of us who know what we are talking about.
"Easy mistake I guess"

What the hell.

Sorry to beat this issue to death, but this is not an easy mistake at all, even given only a cursory understanding of the field.
Should i be impressed that even though the author was not using the tool they thought then still got it to spit out something?

it must be a robust tool.