线性回归(linear regression)实践篇
之前一段时间在coursera看了Andrew ng的机器学习的课程,感觉还不错,算是入门了。这次打算以该课程的作业为主线,对机器学习基本知识做一下总结。小弟才学疏浅,如有错误,敬请指导。
问题原描述:
you will implement linear regression with one
variable to pred...
分类:
其他好文 时间:
2014-06-22 22:53:02
阅读次数:
361
??
Getting Started
开始
Modeling a system involves identifying the things that are important to your particular view. These things form the vocabulary of the system you are modeling. For example, ...
分类:
其他好文 时间:
2014-06-22 22:33:29
阅读次数:
220
Course.java:
/**
* @Title:Course.java
* @Package:com.you.student.system.model
* @Description:课程封装类
* @author:Youhaidong(游海东)
* @date:2014-6-18 下午9:57:47
* @version V1.0
*/
package com.you....
分类:
其他好文 时间:
2014-06-22 22:17:32
阅读次数:
216
Student.java:
/**
* @Title:Student.java
* @Package:com.you.student.system.model
* @Description:学生信息封装类
* @author:Youhaidong(游海东)
* @date:2014-6-16 下午11:00:22
* @version V1.0
*/
package com...
分类:
其他好文 时间:
2014-06-22 17:59:19
阅读次数:
252
StudentDB.java:
/**
* @Title:StudentDB.java
* @Package:com.you.student.system.utils
* @Description:
* @author:Youhaidong(游海东)
* @date:2014-6-16 下午11:20:51
* @version V1.0
*/
package com.yo...
分类:
数据库 时间:
2014-06-22 17:41:23
阅读次数:
259
Description
The cows, as you know, have no fingers or thumbs and thus are unable to play Scissors, Paper, Stone' (also known as 'Rock, Paper, Scissors', 'Ro, Sham, Bo', and a host of other names) i...
分类:
其他好文 时间:
2014-06-22 17:15:11
阅读次数:
275
Last night it took me about two hours to learn arrays. For the sake of less time, I did not put emphaises on the practice question, just now when reading the book, I found that some methods
referred...
分类:
其他好文 时间:
2014-06-22 17:14:10
阅读次数:
152
Intervals
Time Limit: 2000MS
Memory Limit: 65536K
Total Submissions: 20786
Accepted: 7866
Description
You are given n closed, integer intervals [ai, bi] and n integer...
分类:
其他好文 时间:
2014-06-22 16:36:24
阅读次数:
152
??
启动Tomcat之后出现全是英文错误:
ORACLE DATABASE 10g EXPRESS EDITION LICENSE AGREEMENT
To use this license, you must agree to all of the following terms (by either clicking the accept button or installing an...
分类:
数据库 时间:
2014-06-22 15:48:26
阅读次数:
608
Score.java:
/**
* @Title:Score.java
* @Package:com.you.student.system.model
* @Description:成绩封装类
* @author:Youhaidong(游海东)
* @date:2014-6-18 下午9:53:38
* @version V1.0
*/
package com.you.st...
分类:
其他好文 时间:
2014-06-22 00:07:54
阅读次数:
303