forked from mlcontests/mlcontests.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
308 lines (297 loc) · 12.8 KB
/
index.html
File metadata and controls
308 lines (297 loc) · 12.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
<!DOCTYPE html>
<html lang="en">
<meta name="viewport" content="width=device-width, initial-scale=1">
<head>
<meta charset="utf-8">
<title>ML Contests - Machine Learning/Data Science/AI Competitions</title>
<meta name="description" content="A list of ongoing Data Science/AI/Machine Learning Competitions across Kaggle, DrivenData, AICrowd, Zindi, Codalab and other platforms. ">
<link rel="stylesheet" href="css/bootstrap.css" type="text/css">
<link rel="stylesheet" href="css/dataTables.bootstrap4.min.css" type="text/css">
<link rel="stylesheet" href="css/horizontal-slim-10_7.css" type="text/css">
<link rel="stylesheet" href="css/style.css" type="text/css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-153674328-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-153674328-1');
</script>
<!--
Favicon created using favicon.io
Text: ML🏆
Font: Hind Vadodara
Size: 45
Background: Circle
-->
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
</head>
<body>
<script src="js/jquery-3.3.1.js"></script>
<script src="js/jquery.dataTables.min.js"></script>
<script src="js/dataTables.bootstrap4.min.js"></script>
<script src="js/moment.min.js"></script>
<script src="js/datetime-moment.js"></script>
<script src="js/dataTables.responsive.min.js"></script>
<script>
data = [{
"name": "2019 Data Science Bowl",
"url": "https://www.kaggle.com/c/data-science-bowl-2019",
"type": "Supervised Learning",
"deadline": "22 Jan 2020",
"prize": "$160,000",
"platform": "Kaggle",
"sponsor": "Booz Allen Hamilton"
}, {
"name": "TensorFlow 2.0 Question Answering",
"url": "https://www.kaggle.com/c/tensorflow2-question-answering",
"type": "NLP",
"deadline": "22 Jan 2020",
"prize": "$50,000",
"platform": "Kaggle",
"sponsor": "Google"
}, {
"name": "Google QUEST Q&A Labeling",
"url": "https://www.kaggle.com/c/google-quest-challenge",
"type": "NLP",
"deadline": "10 Feb 2020",
"prize": "$25,000",
"platform": "Kaggle",
"sponsor": "Google"
}, {
"name": "Mapping Caribbean Disaster Risk",
"url": "https://www.drivendata.org/competitions/58/disaster-response-roof-type/",
"type": "Supervised Learning",
"deadline": "23 Dec 2019",
"prize": "$10,000",
"platform": "DrivenData",
"sponsor": "MathWorks"
}, {
"name": "Identify Wildlife on the Serengeti",
"url": "https://www.drivendata.org/competitions/59/camera-trap-serengeti/",
"type": "Supervised Learning",
"deadline": "22 Jan 2020",
"prize": "$20,000",
"platform": "DrivenData",
"sponsor": "Microsoft"
}, {
"name": "Flatland Challenge",
"url": "https://www.aicrowd.com/challenges/flatland-challenge",
"type": "Reinforcement Learning",
"deadline": "22 Jan 2020",
"prize": "$30,000",
"platform": "AIcrowd",
"sponsor": "Swiss Federal Railways (SBB)"
}, {
"name": "NFL: Playing Surface vs Injury/Performance",
"url": "https://www.kaggle.com/c/nfl-playing-surface-analytics",
"type": "Analysis",
"deadline": "2 Jan 2020",
"prize": "$75,000",
"platform": "Kaggle",
"sponsor": "NFL"
}, {
"name": "Cape Town Road Incident Prediction",
"url": "http://zindi.africa/competitions/uber-movement-sanral-cape-town-challenge",
"type": "Supervised Learning",
"deadline": "2 Feb 2020",
"prize": "$7,000",
"platform": "Zindi",
"sponsor": "Uber"
}, {
"name": "Predicting Female-Headed Households in South Africa",
"url": "http://zindi.africa/competitions/womxn-in-big-data-south-africa-female-headed-households-in-south-africa",
"type": "Supervised Learning",
"deadline": "23 Feb 2020",
"prize": "$5,500",
"platform": "Zindi",
"sponsor": "Women in Big Data/HERE/Microsoft"
}, {
"name": "African Language Challenge Dataset",
"url": "http://zindi.africa/competitions/ai4d-african-language-dataset-challenge",
"type": "NLP",
"deadline": "1 Apr 2020",
"prize": "$5,000",
"platform": "Zindi",
"sponsor": "Artificial Intelligence for Development Africa"
}, {
"name": "Air Travel Passenger Predictions",
"url": "https://boosters.pro/championship/onetwotrip_challenge/overview",
"type": "Supervised Learning",
"deadline": "22 Jan 2020",
"prize": "$5,000",
"platform": "Boosters.pro",
"sponsor": "OneTwoTrip"
}, {
"name": "Building Damage Assessment",
"url": "https://www.xview2.org/challenge",
"type": "Image Classification",
"deadline": "31 Dec 2019",
"prize": "$150,000",
"platform": "xView2",
"sponsor": "Defense Innovation Unit"
}, {
"name": "Combat Marine Waste",
"url": "https://www.moonshotchallenge.ai/",
"type": "AI + Engineering",
"deadline": "1 Jun 2020",
"prize": "$500,000",
"platform": "Moonshot AI Challenge",
"sponsor": "ESA/Portugal Space"
}, {
"name": "TensorFlow 2.0 Challenge",
"url": "https://tfworld.devpost.com",
"type": "ML Applications",
"deadline": "31 Dec 2019",
"prize": "$150,000",
"platform": "DevPost",
"sponsor": "Google"
}, {
"name": "Santa's Workshop Tour 2019",
"url": "https://www.kaggle.com/c/santa-workshop-tour-2019",
"type": "Optimisation",
"deadline": "15 Jan 2020",
"prize": "$25,000",
"platform": "Kaggle",
"sponsor": "Kaggle"
}, {
"name": "Flood Prediction in Malawi",
"url": "https://zindi.africa/competitions/2030-vision-flood-prediction-in-malawi",
"type": "Supervised Learning",
"deadline": "1 Jun 2020",
"prize": "$10,000",
"platform": "Zindi",
"sponsor": "Arm/UNICEF"
}, {
"name": "Automated Time Series Regression",
"url": "https://autodl.lri.fr/competitions/149",
"type": "AutoML/Time Series",
"deadline": "30 Dec 2019",
"prize": "$5,000",
"platform": "Codalab",
"sponsor": "4Paradigm/ChaLearn/Microsoft"
}, {
"name": "Gamma Log Facies Type Prediction",
"url": "https://www.crowdanalytix.com/contests/gamma-log-facies-type-prediction",
"type": "Supervised Learning/Classification",
"deadline": "22 Dec 2019",
"prize": "$10,000",
"platform": "CrowdAnalytix",
"sponsor": "CrowdAnalytix"
}, {
"name": "Open Source Rover Challenge",
"url": "https://spacechallenge.tech/",
"type": "Reinforcement Learning",
"deadline": "21 Feb 2020",
"prize": "$20,000",
"platform": "AWS",
"sponsor": "AWS"
}, {
"name": "Deepfake Detection Challenge",
"url": "https://www.kaggle.com/c/deepfake-detection-challenge/",
"type": "Video Labeling",
"deadline": "31 Mar 2020",
"prize": "$1,000,000",
"platform": "Kaggle",
"sponsor": "AWS/Facebook/Microsoft/Partnership on AI"
}, {
"name": "Autonomous Driving",
"url": "https://www.kaggle.com/c/pku-autonomous-driving",
"type": "Supervised Learning",
"deadline": "21 Jan 2020",
"prize": "$25,000",
"platform": "Kaggle",
"sponsor": "Peking University/Baidu"
}, {
"name": "Segmenting Buildings for Disaster Resilience",
"url": "https://www.drivendata.org/competitions/60/building-segmentation-disaster-resilience/",
"type": "Semantic Segmentation",
"deadline": "16 Mar 2020",
"prize": "$15,000",
"platform": "DrivenData",
"sponsor": "GFDDR Labs"
}, {
"name": "Handwritten Grapheme Classification",
"url": "https://www.kaggle.com/c/bengaliai-cv19",
"type": "Computer Vision",
"deadline": "9 Mar 2020",
"prize": "$10,000",
"platform": "Kaggle",
"sponsor": "Bengali.AI/Apurba/IML"
}]
function make_href(url, text) {
return '<a href="' + url + '">' + text + '</a>';
}
$(document).ready(function() {
$.fn.dataTable.moment('D MMM YYYY')
x = $('#contests').DataTable({
"data": data,
columns: [{
data: 'name',
"render": function(data, type, row, meta) {
return make_href(row.url, data);
}
}, {
data: 'type'
}, {
data: 'deadline'
}, {
data: 'prize'
}, {
data: 'platform'
}, {
data: 'sponsor'
}],
paging: false,
searching: false,
info: false,
responsive: {
details: {
type: 'column',
target: 'tr'
}
},
"order": [
[2, "asc"],
[3, "desc"]
]
});
});
</script>
<div class="container-fluid">
<div class="col-md-12 text-center" style="padding-top:20px;">
<h1>Machine Learning Contests</h1>
<p>
A list of public machine learning/data science/AI contests. Submit changes or requests on <a href="https://github.com/mlcontests/mlcontests.github.io">GitHub</a>.
</p>
<table id="contests" class="table table-striped dt-responsive table-bordered nowrap" style="width:100%">
<thead>
<th data-priority="1">Title</th>
<th data-priority="4">Type</th>
<th data-priority="2">Deadline</th>
<th data-priority="3">Prize Pool</th>
<th data-priority="6">Platform</th>
<th data-priority="5">Sponsor</th>
</thead>
</table>
<!-- Begin Mailchimp Signup Form -->
<div id="mc_embed_signup">
<form action="https://mlcontests.us4.list-manage.com/subscribe/post?u=1cdf89b1436981ff691aa48a3&id=83a9a1f1a5" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address" required>
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_1cdf89b1436981ff691aa48a3_83a9a1f1a5" tabindex="-1" value=""></div>
<div class="clear"><input type="submit" value="Subscribe to updates" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
</div>
</form>
</div>
<!--End mc_embed_signup-->
</div>
</div>
</body>
</html>