博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Advice for students of machine learning
阅读量:6788 次
发布时间:2019-06-26

本文共 1877 字,大约阅读时间需要 6 分钟。

Advice for students of machine learning

written by 

One of my students recently asked me for advice on learning ML. Here’s what I wrote. It’s biased toward my own experience, but should generalize.

 

My current favorite introduction is Kevin Murphy’s book (Machine Learning). You might also want to look at books by Chris Bishop (Pattern Recognition), Daphne Koller (Probabilistic Graphical Models), and David MacKay (Information Theory, Inference and Learning Algorithms).

Anything you can learn about linear algebra and probability/statistics will be useful. Strang’s Introduction to Linear Algebra, Gelman, Carlin, Stern and Rubin’s Bayesian Data Analysis, and Gelman and Hill’s Data Analysis using Regression and Multilevel/Hierarchical models are some of my favorite books.

Don’t expect to get anything the first time. Read descriptions of the same thing from several different sources.

There’s nothing like trying something yourself. Pick a model and implement it. Work through open source implementations and compare. Are there computational or mathematical tricks that make things work?

Read a lot of papers. When I was a grad student, I had a 20 minute bus ride in the morning and the evening. I always tried to have an interesting paper in my bag. The bus isn’t the important part — what was useful was having about half an hour every day devoted to reading.

Pick a paper you like and “live inside it” for a week. Think about it all the time. Memorize the form of each equation. Take long walks and try to figure out how each variable affects the output, and how different variables interact. Think about how you get from Eq. 6 to Eq. 7 — authors often gloss over algebraic details. Fill them in.

Be patient and persistent. Remember von Neumann: “in mathematics you don’t understand things, you just get used to them.”

转载于:https://www.cnblogs.com/xialuobo/p/5889660.html

你可能感兴趣的文章
我的友情链接
查看>>
我的友情链接
查看>>
codevs——3344 迷宫
查看>>
我的友情链接
查看>>
洛谷——P1165 日志分析
查看>>
使用keepalived搭建高可用的LVS-DR集群
查看>>
实现内核 根文件系统自行启动
查看>>
win8从共享上传文件比下载文件慢
查看>>
linux批量解压压缩包
查看>>
windows server 2008 管理员密码忘记的怎么重新设置
查看>>
win7无法访问XP发过来的文件夹,提示“您无权访问该文件夹”解决方法
查看>>
Batch of create users
查看>>
[raspberry pi3] 安装aarch64 opensuse
查看>>
我的友情链接
查看>>
outlet,targe,action 插座变量-动作-目标 解读
查看>>
我的友情链接
查看>>
C++实现迷宫问题
查看>>
关于dwr消除服务器端出错时弹出alter的解决方案
查看>>
模拟海量Open***/IPSec终端进行***隧道容量测试
查看>>
程序员的核心竞争力
查看>>