CS229 Machine Learning Stanford Course by Andrew Ng Course material, problem set Matlab code written by me, my notes about video course: https://githu ...
分类:
系统相关 时间:
2019-06-27 00:59:40
阅读次数:
218
Xshell:\> Connecting to 192.168.43.128:22...Connection established.Escape character is '^@]'./usr/bin/xauth: creating new authority file /root/.Xautho ...
分类:
数据库 时间:
2019-06-26 21:58:53
阅读次数:
162
编程语言评价标准 编程语言需要提供足够简单和丰富的概念来表达我们要描述的世界; 并且执行的效率要足够高 Enough of the small talk, how do we go about comparing these two goliaths? In reality this can’t b ...
分类:
编程语言 时间:
2019-06-25 19:44:59
阅读次数:
147
6.17 http://www.51voa.com/VOA_Special_English/are-these-us-treasures-about-to-be-destroyed-82260_1.html neighborhood National Trust for Historic Prese ...
分类:
其他好文 时间:
2019-06-23 15:53:12
阅读次数:
81
Longge is good at mathematics and he likes to think about hard mathematical problems which will be solved by some graceful algorithms. Now a problem c ...
分类:
其他好文 时间:
2019-06-19 20:07:54
阅读次数:
107
Note sth about GMM(Gaussian Mixtrue Model) "高斯混合模型的终极理解" "高斯混合模型(GMM)及其EM算法的理解" 这两篇博客讲得挺好,同时讲解了如何解决GMM参数问题的EM算法,其实GMM式子没有什么高深的地方,都是概率论的东西,主要是构思比较巧妙。 动 ...
分类:
其他好文 时间:
2019-06-17 12:38:18
阅读次数:
105
getOpenFileName(this,"open","../","source(*.cpp *.h);;Text(*.txt);;all(*.*)");中的"source(*.cpp *.h);;Text(*.txt);;all(*.*)"很长的时候,可以在;;后直接按enter换行,这样操作在 ...
分类:
其他好文 时间:
2019-06-16 13:20:19
阅读次数:
89
.welcome-hero{ display: flex; align-items: center; justify-content: center; position:relative; background:url(../images/about/welcome-banner.jpg)no-re... ...
分类:
其他好文 时间:
2019-06-15 15:09:57
阅读次数:
109
url的构成:一般来说,http请求都会和URL地址有关,对于url来说一般由下面5个部分构成 .协议:通常就是第一个冒号之前的内容常见协议:http,https(http+ssl),ftp,ssh,about,javascript.域名:就是要访问的服务器的域名(机器名或者IP地址)。一般格式为: ...
分类:
Web程序 时间:
2019-06-15 13:24:31
阅读次数:
117