码迷,mamicode.com
首页 >  
搜索关键字:竞赛题    ( 145个结果
Kaggle竞赛题之——Sentiment Analysis on Movie Reviews
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
Kaggle竞赛题目之——Digit Recognizer
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
2014年12程序设计竞赛A题Team
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
Kaggle竞赛题目之——Titanic: Machine Learning from Disaster
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
Kaggle竞赛题目之——Predicting a Biological Response
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
acm好题集锦
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
score
描述学生在我们USACO的竞赛中的得分越多我们越高兴。我们试着设计我们的竞赛以便人们能尽可能的多得分,这需要你的帮助。我们可以从几个种类中选取竞赛的题目,这里的一个"种类"是指一个竞赛题目的集合,解决集合中的题目需要相同多的时间并且能得到相同的分数。 你的任务是写一个程序来告诉USACO的职员,应该...
分类:其他好文   时间:2014-11-16 10:34:55    阅读次数:150
阿里大数据 - 中国好大学排名
最近阿里巴巴办了个数据挖掘竞赛-阿里巴巴大数据竞赛,题目是根据天猫用户4个月的行为记录来预测用户下一个月会买什么东西,参赛对象为高校在校学生。由于奖金数额十分巨大,因此比赛规模可以说是空前绝后的,短短2周就有4000多支队伍报名。比赛过程中,每队每周可以提交一次结果,组委会每周日统一计算各队的分数并...
分类:其他好文   时间:2014-11-12 20:56:38    阅读次数:522
各位Acmer在累的时候不妨看一下
.题库与网站资源 题库-在线提交系统(Online Judge)简介 下面是几个比较大的在线提交系统(Online Judge)里面有大量历年的竞赛题目,注册一个ID,然后用自己熟悉的语言(一般有Pascal/C/C++/Java)写好源代码提交即可,会实时返回信息告诉你是否正确。采用黑箱测试,.....
分类:其他好文   时间:2014-11-12 00:13:35    阅读次数:320
angry_birds_again_and_again(2014年山东省第五届ACM大学生程序设计竞赛A题)
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
145条   上一页 1 ... 11 12 13 14 15 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!