您的位置:首页 > 其它

big picture

2015-06-27 11:22 309 查看
application programmer <=> system programmer

variables in Java are either OBJECT REFERENCE or primitive types

outer classes in java are either "package access" or public, NO private outer classes

PACKAGE ACCESS

MVC, 

Model ==> backend, 

View & Controller => frontend

View ==> Output

Controller ==> Input

Event source => listener // publish => subscribe

process: virtual computer

threads: virtual processor

LOTUS == the Law Of The Unconscious Statistician

Why normal distribution(Gaussian distribution) is so important?

It's because CLT(Central Limit Theorem): if you add a bunch of i.i.d. r.v.  the distribution will look like normal distribution.

Machine Learning: to minimize the "cost function"
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: