Hacker News new | ask | show | jobs
by point_lite 1989 days ago
Sorry for abusing this platform but i wanted to as you about another thing you said on another post about learning machine learning from scratch - https://news.ycombinator.com/item?id=24336000 . To keep it short, I am unable to find any such tutorial and would really appreciate if you could tell me where you found such resource. Thanks
2 comments

well, I took a class back in college with an Old School professor. He's the one who drove the class that way. I just enjoyed the process. But there are a lot of tutorials on the internet about writing your own NN. I think the first algorithm that I ever wrote regarding ML was k-means [1]. Start there and see where it takes you:

https://en.wikipedia.org/wiki/K-means_clustering

Look at this project I have used it:

https://github.com/victorqribeiro/groupImg

The best resource I found for understanding deep learning was neuralnetworksanddeeplearning.com by Michael Nielsen