码迷,mamicode.com
首页 >  
搜索关键字:predict    ( 139个结果
zoj 2921 Stock(贪心)
Optiver sponsored problem. After years of hard work Optiver has developed a mathematical model that allows them to predict wether or not a company will be succesful. This obviously gives them a grea...
分类:其他好文   时间:2015-03-13 12:44:34    阅读次数:205
Stock 贪心经典 Zoj2921
Optiver sponsored problem.After years of hard work Optiver has developed a mathematical model that allows them to predict wether or not a company will...
分类:其他好文   时间:2015-03-11 12:34:44    阅读次数:165
百度预测开放平台股票预测测试
立即开始2015年3月3日,星期二,上午10点左右。用predict API工具针对几种股票的收盘数据创建了四个预测任务:predict new -n "stock_1A0001_prevision_20150303" -f ../history/1A0001.txt -k "股票","上证指数",...
分类:其他好文   时间:2015-03-03 18:08:43    阅读次数:463
斯坦福大学机器学习公开课---Programming Exercise 1: Linear Regression
斯坦福大学机器学习公开课---Programming Exercise 1: Linear Regression 1  Linear regression with one variable In thispart of this exercise, you will implement linear regression with one variableto predict profi...
分类:其他好文   时间:2015-02-04 00:39:42    阅读次数:715
斯坦福大学机器学习公开课:Programming Exercise 2: Logistic Regression
斯坦福大学机器学习公开课:Programming Exercise 2: Logistic Regression---Matlab实现 1 Logistic Regression In this part of the exercise, you will build a logistic regression model to predict whether astudent gets...
分类:其他好文   时间:2015-02-03 21:22:42    阅读次数:1109
algae预测
lm.predictions.a1 <- predict(final.lm,clean.algae)algae <- algae[-manyNAs(algae),]clean.algae <- knnImputation(algae,k=10)clean.algaelm.a1 <- lm(a1~.,...
分类:其他好文   时间:2014-12-21 17:52:43    阅读次数:208
2014.11.20查看到的有用网站和资料
http://www.cvchina.info/计算机视觉最新资讯https://github.com/MingMingCheng/CmCode/程明明2011CVPR的论文资料,有最新不要混淆saliency mode和salient object detection,前者试图去predict f...
分类:Web程序   时间:2014-11-20 18:39:27    阅读次数:204
MatLab2012b/MatLab2013b 分类器大全(svm,knn,随机森林等)
train_data是训练特征数据, train_label是分类标签。Predict_label是预测的标签。MatLab训练数据, 得到语义标签向量 Scores(概率输出)。1.逻辑回归(多项式MultiNomial logistic Regression)Factor = mnrfit(tr...
分类:其他好文   时间:2014-11-13 20:41:50    阅读次数:211
数据趋势拟合--线性拟合
lm函数,可以用一种线程关系建立两个数据之间的发展趋势,也就是线程拟合,并用predict函数将这种发展趋势的结果用于数据的预测。 fr?=?lm(Height~Weight,data=hw) coef(fr) 建立基于Weight来预测Height的线程拟...
分类:其他好文   时间:2014-10-21 17:56:58    阅读次数:615
libsvm svm_predict_probability函数的用法——>返回概率
svm_predict_probability函数需要在train之前设置parameter参数才能得到概率模型。当svm_parameter.probability=1,或者options中的-b参数设置为1时。structsvm_parameter { intsvm_type; intkernel_type; intdegree; /*forpoly*/ doublegamma; /*forpoly/rbf/sigmoid*/ d..
分类:其他好文   时间:2014-10-06 16:12:01    阅读次数:7181
139条   上一页 1 ... 11 12 13 14 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!