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
212 lines (201 loc) · 9.05 KB
/
index.html
File metadata and controls
212 lines (201 loc) · 9.05 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
<!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": "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": "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": "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": "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": "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": "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"
}, {
"name": "Calculate the severity of an airplane accident",
"url": "https://www.hackerearth.com/challenges/competitive/airplane-accident-severity-hackerearth-machine-learning-challenge/",
"type": "Supervised Learning",
"deadline": "09 Feb 2020",
"prize": "$475",
"platform": "HackerEarth",
"sponsor": "HackerEarth"
}]
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 class="Title" data-priority="1">Title</th>
<th class="Type" data-priority="5">Type</th>
<th class="Deadline" data-priority="2">Deadline</th>
<th class="Prize" data-priority="3">Prize Pool</th>
<th class="Platform" data-priority="4">Platform</th>
<th class="Sponsor" data-priority="6">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>