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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Pros/Cons of Machine Learning Algorithms

25 点作者 ghosthamlet大约 6 年前

2 条评论

chasedehan大约 6 年前
I wouldn&#x27;t pay attention to these groupings. They are artificially grouping on arbitrary factors and paying attention to the pros&#x2F;cons could lead you astray.<p>For example: Regression shouldn&#x27;t be it&#x27;s own group because regression is commonly used in many decision tree algorithms. This group would be more apt to be described as &#x27;linear models&#x27;. There are many different types of dimensionality reduction algorithms that are very different from LDA or PCA. The ensemble group are mostly decision tree algorithms and while technically they are ensembles, that is not what is thought of by most DS. AND, the NN categories show some of the elements of an algorithm (back-prop for example) as being an <i>actual</i> algorithm. I could go on...
评论 #19529760 未加载
abhgh大约 6 年前
&quot;Regression&quot; shouldn&#x27;t be a separate category of algorithms given that the other categories are learning algorithms like ANNs, SVMs etc which are also used for regression. Also, it mentions Bayesian algorithms are fast - that&#x27;s not true except for some specific ones.