-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
19 lines (18 loc) · 1.08 KB
/
index.html
File metadata and controls
19 lines (18 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<html>
<head>
<title>List of presentations</title>
</head>
<body>
<h1>List of presentations</h1>
<ul>
<li><a href="http://egorbu.github.io/usedata_2019/">Machine Learning on Source Code, Moscow, usedata.ru</a></li>
<li><a href="http://egorbu.github.io/hack_ai_munich/">Machine Learning on Source Code, Munich, hack_ai</a></li>
<li><a href="http://egorbu.github.io/mlconference_ai/">Machine Learning on Source Code, Munich, mlconference.ai</a></li>
<li><a href="http://vmarkovtsev.github.io/m3-2017-london/">Fighting with high-dimensional not-so-small data - M<sup>3</sup>, London</a></li>
<li><a href="http://egorbu.github.io/EuroSciPy2017/">Technological Stack for Machine Learning on Source Code</a></li>
<li><a href="http://egorbu.github.io/techtalks-2017-moscow/">Embedding the GitHub contribution graph, Moscow</a></li>
<li><a href="http://egorbu.github.io/pydata_2017_barcelona/">Extending Jupyter with Google Cloud Storage file system backend, Barcelona</a></li>
</ul>
License of all the materials: <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC-BY-NC-SA 4.0</a>.
</body>
</html>