TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

A Tour of Machine Learning Algorithms

68 点作者 kneth将近 11 年前

3 条评论

sieisteinmodel将近 11 年前
The problem is that this guy has no clue.<p>- A naive Bayes classifier is not a Bayesian method. It&#x27;s just using Bayes rule, while Bayesian methods marginalize out the parameters.<p>- Regression and classification are different things. And, ironically, logistic regression is a classifier.<p>- Neither Linear Discriminant Analysis nor radial basis functions are kernel methods.<p>- EM is not a clustering method, it is an optimization algorithm for probabilistic models of a specific structure.<p>- Learning vector quantization is not a neural net.<p>- ...
denzil_correa将近 11 年前
There was a discussion on exact same article a month ago.<p><a href="https://news.ycombinator.com/item?id=7783550" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=7783550</a>
yuribit将近 11 年前
Great introduction to ML algorithms. I would also like to recommend the Coursera course taught by Andrew Ng for a practical starting up in this powerful field.