本栏目(机器学习)下机器学习基石专题是个人对Coursera公开课机器学习基石(2014)的学习心得与笔记。所有内容均来自Coursera公开课Machine Learning Foundations中Hsuan-Tien Lin林轩田老师的讲解。(https://class.coursera.org/ntumlone-002/lecture)
第15讲-------Validation
...
分类:
其他好文 时间:
2015-05-17 07:08:21
阅读次数:
188
本栏目(机器学习)下机器学习技法专题是个人对Coursera公开课机器学习技法(2015)的学习心得与笔记。所有内容均来自Coursera公开课Machine Learning Techniques中Hsuan-Tien Lin林轩田老师的讲解。(https://class.coursera.org/ntumltwo-001/lecture)
第1讲-------Linear Support...
分类:
系统相关 时间:
2015-05-17 07:07:03
阅读次数:
622
#include
#include
#include
/*
这道题目考查并查集,特别注意每个人都不会语言的情况,此时结果为n。
*/
int father[105];
int lang[105][105];
int flag[105];
int set[105];
int find(int x){
int r = x;...
分类:
其他好文 时间:
2015-05-17 00:53:20
阅读次数:
110
本系列文章允许转载,转载请保留全文!【请先阅读】【说明&总目录】http://www.cnblogs.com/tbcaaa8/p/4415055.html1. 指数分布族简介之前的文章分别介绍了因变量服从高斯分布、伯努利分布、泊松分布、多项分布时,与之对应的回归模型,本文章将阐释这些模型的共同点,并...
分类:
系统相关 时间:
2015-05-16 20:13:32
阅读次数:
232
Learning to Rank(简称LTR)用机器学习的思想来解决排序问题。Ranking SVM算法是PairWise方法的一种。本文简单介绍了Ranking SVM,并举例说明了下载使用的过程。...
分类:
其他好文 时间:
2015-05-16 11:56:37
阅读次数:
377
machine learning (2)Linear regression with one variable = univariate linear regression: 由一个输入变量预测出一个output (regression problem预测连续的值). ...
分类:
系统相关 时间:
2015-05-15 13:34:22
阅读次数:
155
在Linux终端直接输入storm,不带任何参数信息,或者输入storm help,可以查看storm命令行客户端(Command line client)提供的帮助信息。Storm 0.9.0.1版本在Linux终端直接输入storm后的输出内容如下:Commands:activateclassp...
分类:
其他好文 时间:
2015-05-15 10:24:12
阅读次数:
475
所选主题:缺陷预测论文题目: 1. Using class imbalance learning for software defect prediction 或 2.Transfer learning for cross-company software def...
分类:
其他好文 时间:
2015-05-14 23:45:20
阅读次数:
228
Overfitting & RegularizationThe Problem of overfittingA common issue in machine learning or mathematical modeling is overfitting, which occurs when yo...
分类:
其他好文 时间:
2015-05-14 20:07:26
阅读次数:
175
1.下载storm 的安装文件http://www.apache.org/dyn/closer.cgi/incubator/storm/apache-storm-0.9.2-incubating/apache-storm-0.9.2-incubating.tar.gz1 tar -zxvf apac...
分类:
系统相关 时间:
2015-05-14 20:01:24
阅读次数:
267