`
gaofen100
  • 浏览: 1187501 次
文章分类
社区版块
存档分类
最新评论

机器学习 5 machine learning advice

 
阅读更多

1. Bayesian regularization

2. online learning

stochastic gradient descent:随机梯度下降

3. ML advice

a. more training examples => fix high variance
b. Trying a smaller set of features => fixes high variance.
c. Trying a larger set of features => fix high bias.
d. adding email features => fix high bias.
e. run gradient descent for more iterations => fixes the optimization algorithm

f. try Newton's method => fixes the optimization algorithm
g. using a different value for lambda => fixes the optimization objective
h. changing to an SVM is also another way of trying to fix the optimization objective

see more in http://download.csdn.net/detail/nomad2/3759561


分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics