Top data mining algorithms in plain English
11–20 of 24 posts
Re: Top data mining algorithms in plain English
#12I'd be interested to see some computer vision algorithms explained this way too, SIFT, SURF?
https://courses.cs.washington.edu/courses/cse576/12sp/notes/...
Re: Top data mining algorithms in plain English
#13I wish more people on Hacker News would make such clear blog posts for their personal share of cryptic knowledge, helping other people through the door.
Re: Top data mining algorithms in plain English
#14Instead I would suggest: Logistic Regression, RandomForest and Neural Networks.
Re: Top data mining algorithms in plain English
#15Re: Top data mining algorithms in plain English
#16I only wish it had a little about Neural Networks and Deep Learning.
Re: Top data mining algorithms in plain English
#17Awesome. What is a 'kernel' btw?
Re: Top data mining algorithms in plain English
#18I found this article useful. What I was really hoping for was a layman's translation of the maths on wikipedia [ie. how to implement]. But this is a good jumping off point for figuring out which black box to use.
Re: Top data mining algorithms in plain English
#19Re: Top data mining algorithms in plain English
#20I feel like some of these algorithms are outdated, i.e. rarely used anymore: C4.5, Apriori, CART. Instead I would suggest: Logistic Regression, RandomForest and Neural Networks.
[1] https://github.com/scikit-learn/scikit-learn/blob/master/skl...