Free考研资料 - 免费考研论坛

 找回密码
 注册
打印 上一主题 下一主题

Machine Learning 英文面试 41题和参考解答

[复制链接]
跳转到指定楼层
楼主
范老师 发表于 18-8-29 13:41:38 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
Q1- What’s the trade-off between bias and variance?
More reading: Bias-Variance Tradeoff (Wikipedia)
Bias is error due to erroneous or overly simplistic assumptions in the learning algorithm you’re using. This can lead to the model underfitting your data, making it hard for it to have high predictive accuracy and for you to generalize your knowledge from the training set to the test set.
Variance is error due to too much complexity in the learning algorithm you’re using. This leads to the algorithm being highly sensitive to high degrees of variation in your training data, which can lead your model to overfit the data. You’ll be carrying too much noise from your training data for your model to be very useful for your test data.
The bias-variance decomposition essentially decomposes the learning error from any algorithm by adding the bias, the variance and a bit of irreducible error due to noise in the underlying dataset. Essentially, if you make the model more complex and add more variables, you’ll lose bias but gain some variance — in order to get the optimally reduced amount of error, you’ll have to tradeoff bias and variance. You don’t want either high bias or high variance in your model.

Q2- What is the difference between supervised and unsupervised machine learning?
More reading: What is the difference between supervised and unsupervised machine learning? (Quora)
Supervised learning requires training

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x
您需要登录后才可以回帖 登录 | 注册

本版积分规则

联系我们|Free考研资料 ( 苏ICP备05011575号 )

GMT+8, 24-4-25 17:08 , Processed in 0.637637 second(s), 9 queries , Gzip On, Xcache On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表