-
Notifications
You must be signed in to change notification settings - Fork 28
/
about.html
207 lines (188 loc) · 8.65 KB
/
about.html
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
---
layout: page
---
<!-- Header -->
<header>
<div class="container">
<br/><br/><br/>
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="page-heading">About</h2>
</div>
</div>
<br/><br/>
</div>
</header>
<section id="" class="bg-light-gray">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h3 class="section-heading line-bg">
<span>The AI•ON values</span>
</h3>
<div class="row">
<div class="col-md-1">
</div>
<div class="col-md-10">
<div class="text-item">
<h3>Openness</h3>
<p>
<ul>
<li>Anyone can join AI•ON as a research contributor. We do not screen members based on education credentials, affiliation, or any other attribute. Contributions should speak on their own merit.</li>
<li>All code deliverables are open-sourced. In particular, all experiments released by AI•ON should be accompanied by properly documented open-source code to reproduce them.</li>
<li>The entirety of the research process should take place in the open, and in particular all communications between researchers should be public and archived.</li>
</ul>
</p>
</div>
</div>
<div class="col-md-1">
</div>
</div>
<hr>
<div class="row">
<div class="col-md-1">
</div>
<div class="col-md-10">
<div class="text-item">
<h3>Science</h3>
<p>
<ul>
<li>We are committed to advancing science in a meaningful way. We will only publish on our website problems that we believe are both important and scientifically sound, and that can maximize the impact we can have using our limited resources. We achieve this through rigorous curation of the proposed research problems.</li>
<li>The fact that anyone can jump into the research process regardless of affiliation or credentials should lead to more robust findings and faster progress, not to shoddiness. We achieve this through an uncompromising adherence to the scientific method throughout each and every of our projects. Because the entire research process takes place in the open and involves many independent and disinterest individuals, we can set a standard of scientific rigor that would be unrealistic in academia or industry. No trust required: every claim can be quickly verified, every experiment can be easily reproduced.</li>
</ul>
</p>
</div>
</div>
<div class="col-md-1">
</div>
</div>
<hr>
<div class="row">
<div class="col-md-1">
</div>
<div class="col-md-10">
<div class="text-item">
<h3>Learning</h3>
<p>
<ul>
<li>There is a tremendous amount of student interest in artificial intelligence and machine learning, and the supply of learning opportunities is no longer keeping up with the demand. Machine learning conferences and machine learning classes at universities everywhere are overflowing. This will only get more dire in the next few years. As a result, there is a pressing need for alternative learning avenues for newcomers to the field. We are committed to growing AI•ON into a viable, large-scale process to educate the machine learning experts that the world will need in coming years.</li>
<li>We believe that the best way to learn is by working as a team on applied projects. Learn by doing, and collaborate with others both in quality of mentor and mentee.</li>
<li>We believe that a core tenet of learning and teaching, which is often overlooked, is <i>sustainable motivation</i>. Student projects are sometimes devoid of meaning beyond the walls of the university, which undermines student motivation and thus adversely affects the learning experience. Applied research propects proposed by AI•ON all deal with meaningful, real problems, and as result the solutions developed by AI•ON contributors are likely to find impactful applications in the real world. We believe this is the best way to solve the problem of sustainable motivation.</li>
</ul>
</p>
</div>
</div>
<div class="col-md-1">
</div>
</div>
<hr>
<div class="row">
<div class="col-md-1">
</div>
<div class="col-md-10">
<div class="text-item">
<h3>Community</h3>
<p>
<ul>
<li>Research can be done in isolation. Learning can be done in isolation. However, we believe that contact with others can accelerate research and learning by several orders of magnitude. Communication is a catalyzer of progress, and in an age where communication is free and reaches globally, we intend on maximally leveraging this catalyzer.</li>
<li>This goes beyond teaching, passing on best practices, or mentorship. As a community, we can tackle problems that would have been out of reach for us as a collection of individuals: we can crowd-source data on a large scale, we can brainstorm ideas far and wide across scientific fields, and we may even be able to pool computing resources in the future.</li>
</ul>
</p>
</div>
</div>
<div class="col-md-1">
</div>
</div>
<br><br>
<h3 class="section-heading line-bg">
<span>Acknowledgements</span>
</h3>
<div class="row">
<div class="col-md-1">
</div>
<div class="col-md-10">
<div class="text-item">
<h3>The Inspiration behind AI•ON</h3>
<p>
<ul>
<li><a src='https://arxiv.org/'>Arxiv</a>, the pulse of the artificial intelligence research community.</li>
<li><a src='https://github.com/'>Github</a>, and the open-source community that has grown around it.</li>
<li><a src='https://www.kaggle.com/'>Kaggle</a> and its community.</li>
<li>The <a src='https://polymathprojects.org/'>Polymath</a> project.</li>
</ul>
</p>
</div>
</div>
<div class="col-md-1">
</div>
</div>
<hr>
<div class="row">
<div class="col-md-1">
</div>
<div class="col-md-10">
<div class="text-item">
<h3>The organizing team</h3>
<p>
<ul>
<li>Francois Chollet, Google Brain (Mountain View)</li>
<li>Gabriel Pereyra, DeepMind</li>
<li>Hugo Larochelle, Google Brain (Montreal)</li>
</ul>
</p>
</div>
</div>
<div class="col-md-1">
</div>
</div>
</div>
<div class="col-lg-12" style="margin-top: 1.75em; margin-bottom: 1.5em;">
<h3 class="section-heading line-bg">
<span>Chronology</span>
</h3>
<ul class="timeline">
<li>
<div class="timeline-image" style="background-image: url(/img/aionv1.png); background-repeat: no-repeat; background-position: center; background-size: 160px;">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>October 18, 2016</h4>
<h4 class="subheading">First launch</h4>
</div>
<div class="timeline-body">
<p class="text-muted">
<p class="text-muted">AI•ON officially launched. The initial website lays out our process, our values, and lists ten starter projects.</p>
</p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-image" style="background-image: url(/img/aionv2.png); background-repeat: no-repeat; background-position: center; background-size: 140px;">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>December 1st, 2017</h4>
<h4 class="subheading">Relaunch</h4>
</div>
<div class="timeline-body">
<p class="text-muted">New website, including three projects proposed by Yoshua Bengio, Hugo Larochelle, and Max Welling.</p>
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
</section>