Classify the sentiment of sentences from the Rotten Tomatoes dataset
题目链接:https://www.kaggle.com/c/sentiment-analysis-on-movie-reviews
越来越喜欢iPython notebook了。以下所有工作都可以在一个页面上完成,FireFox支持比Chrome...
分类:
其他好文 时间:
2015-01-18 14:25:37
阅读次数:
172
Classify handwritten digits using the famous MNIST data
This competition is the first in a series of tutorial competitions designed to introduce people to Machine Learning.
The goal in this comp...
分类:
其他好文 时间:
2015-01-16 13:07:42
阅读次数:
499
input:输入一个整数你(nint cont[100000][100000]={0};//记录队员之间的关系//cont[i][j]如果为1,表示i,j是好盆友;为1表示i,j不是好盆友int teamN,opN;//队员人数,操作次数void D(int x,int y){ cont[x]...
分类:
其他好文 时间:
2014-12-22 12:36:54
阅读次数:
169
The sinking of the RMS Titanic is one of the most infamous shipwrecks in history. On April 15, 1912, during her maiden voyage, the Titanic sank after colliding with an iceberg, killing 1502 out of 22...
分类:
系统相关 时间:
2014-11-25 23:47:39
阅读次数:
365
Predict a biological response of molecules from their chemical properties
从分子的化学属性中预测其生物反应。
The objective of the competition is to help us build as good a model as possible so that we can, as op...
分类:
其他好文 时间:
2014-11-24 19:19:09
阅读次数:
356
http://acm.hdu.edu.cn/showproblem.php?pid=5109
最后的A*B应该是xSy的形式,其中y可以为空,并且如果S不以0开头那么x也可以为空。
首先枚举y的长度。在y的长度确定之后,显然x应该越小越好。所以从小到大枚举x。设S的长度为p,y的长度为q,那么可以列方程:((x?10p+S)?10q+y)modA=0。解出y以后,如果y
容易证明,我们只需从...
分类:
其他好文 时间:
2014-11-22 23:13:45
阅读次数:
286
描述学生在我们USACO的竞赛中的得分越多我们越高兴。我们试着设计我们的竞赛以便人们能尽可能的多得分,这需要你的帮助。我们可以从几个种类中选取竞赛的题目,这里的一个"种类"是指一个竞赛题目的集合,解决集合中的题目需要相同多的时间并且能得到相同的分数。 你的任务是写一个程序来告诉USACO的职员,应该...
分类:
其他好文 时间:
2014-11-16 10:34:55
阅读次数:
150
最近阿里巴巴办了个数据挖掘竞赛-阿里巴巴大数据竞赛,题目是根据天猫用户4个月的行为记录来预测用户下一个月会买什么东西,参赛对象为高校在校学生。由于奖金数额十分巨大,因此比赛规模可以说是空前绝后的,短短2周就有4000多支队伍报名。比赛过程中,每队每周可以提交一次结果,组委会每周日统一计算各队的分数并...
分类:
其他好文 时间:
2014-11-12 20:56:38
阅读次数:
522
.题库与网站资源 题库-在线提交系统(Online Judge)简介 下面是几个比较大的在线提交系统(Online Judge)里面有大量历年的竞赛题目,注册一个ID,然后用自己熟悉的语言(一般有Pascal/C/C++/Java)写好源代码提交即可,会实时返回信息告诉你是否正确。采用黑箱测试,.....
分类:
其他好文 时间:
2014-11-12 00:13:35
阅读次数:
320
http://acm.sdut.edu.cn/sdutoj/problem.php?action=showproblem&problemid=2877题目描述The problems called "Angry Birds" and "Angry Birds Again and Again" has...
分类:
其他好文 时间:
2014-11-02 19:31:19
阅读次数:
190