入门 Maven install: 1. 安装jdk,下载Maven包 2.设置环境变量 JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_111.jdk/Contents/Home PATH=$JAVA_HOME/bin:$PATH:. CL ...
分类:
其他好文 时间:
2016-11-01 07:20:15
阅读次数:
117
Description Charlie is a driver of Advanced Cargo Movement, Ltd. Charlie drives a lot and so he often buys coffee at coffee vending machines at motore ...
分类:
其他好文 时间:
2016-10-26 00:10:59
阅读次数:
347
有序对的作用是存储两个值,并在之后根据需要再次提供 PAIR = -> x { -> y { -> f { f[x][y] } } } LEFT = -> p { p[ -> x{ -> y { x } }] } RIGHT = -> p { p[ -> x{ -> y { y } }] } 读第一 ...
分类:
系统相关 时间:
2016-10-14 00:02:53
阅读次数:
388
将如下脚本添加到windows计划任务中即可 "D:\Program Files (x86)\VMware\VMware Workstation\vmplayer.exe" "D:\Personal\Documents\Virtual Machines\Kbuntu\Kbuntu.vmx" 解释: ...
Abstract We describe and analyze a simple and effective iterative algorithm for solving the optimization problem cast by Support Vector Machines (SVM) ...
分类:
其他好文 时间:
2016-10-05 19:54:13
阅读次数:
267
Support Vector Machines I have some issues to state. First, there were some bugs in original code which may be caused by versions. I don't know... The ...
分类:
系统相关 时间:
2016-09-28 22:26:23
阅读次数:
400
Image recognition with Support Vector Machines Modified Olivetti faces dataset. The original database was available from (now defunct) The version ret ...
分类:
其他好文 时间:
2016-09-27 11:46:17
阅读次数:
274
四、 How Can Machines Learn Better? 我个人感觉第四讲是整个基石课程的精髓所在,很多东西说的很深也很好。 首先是overfitting的问题,过拟合是一个常发生的情况,简单的理解就是下图,low Ein不一定是好事,因为我们的目的是low Eout。所以不能过拟合你的训 ...
分类:
其他好文 时间:
2016-09-23 14:47:59
阅读次数:
191
三、How Can Machines Learn? 第三节首先介绍了linear regression,线性可分的线性规划是有analytic solution的,林老师给我们推了一下,关键就是矩阵化的处理,简化了很多的工作 上面三幅图是整个推导的过程,需要注意的是,最后的X不一定是可逆的,因为我们 ...
分类:
其他好文 时间:
2016-09-22 20:00:30
阅读次数:
263
from: http://docs.ansible.com/ansible/intro_getting_started.html Any management system benefits from being run near the machines being managed. ...
分类:
其他好文 时间:
2016-09-14 19:05:43
阅读次数:
123