-
Notifications
You must be signed in to change notification settings - Fork 0
/
meetings.html
66 lines (60 loc) · 2.48 KB
/
meetings.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
<!DOCTYPE html>
<html>
<meta charset="UTF-8">
<head>
<title>Warszawsko-Krakowskie Seminarium z Machine Learningu</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
<link href="css/bootstrap.css" rel="stylesheet" />
</head>
<body>
<div class="header">
<div class="main-nav">
<ul class="nav-right">
<!--<img class="logo" src="MI2 DataLab logo.jpg">-->
<li class="navbar-left">ML nad Wisłą</li>
<li><a href="projects.html" >Projekty</a></li>
<li><a class="active" href="meetings.html">Spotkania</a></li>
<li><a href="venue.html">Miejsce</a></li>
<li><a href="index.html">O Seminariach</a></li>
</ul>
</div>
</div>
<br>
<h2 class="text-center">Lista seminariów</h2>
<br>
<div class="container-fluid">
<div class="row">
<div class="col-lg-2 col-md-2 col-sm-2 text-center">
</div>
<div class="col-lg-3 col-md-3 col-sm-3 text-center">
<h3> Data i Miejsce </h3>
</div>
<div class="col-lg-7 col-md-7 col-sm-7 text-center">
<h3 class="text-centers"> Prezentacje </h3>
</div>
</div>
</div>
<hr>
<div class="container-fluid">
<div class="row">
<div class="col-lg-2 col-md-2 col-sm-2 text-center">
</div>
<div class="col-lg-3 col-md-3 col-sm-3 text-center">
<h4>28 maja 2018r, od godziny 12:15</h4>
<h4>Wydział Matematyki i Nauk Informacyjnych, Politechnika Warszawska<h4><br>
<a href="https://mi2-warsaw.github.io/MI2_UJ_Seminarium_webpage/venue.html">Mapa</a>
</div>
<div class="col-lg-7 col-md-7 col-sm-7 text-center">
<ul class="text-left">
<li><p class="prez">Przemysław Spurek "Generative autoencoder" <a href="https://arxiv.org/abs/1805.09235">"Cramer-Wold AutoEncoder"</a></p></li>
<li><p class="prez">Alicja Gosiewska, Przemysław Biecek, <a href="https://arxiv.org/abs/1602.04938">LIME</a> + <a href="https://pbiecek.github.io/DALEX_docs/">DALEX</a></p></li>
<li><p class="prez">Marek Śmieja <a href="https://arxiv.org/abs/1805.07405">"Processing of missing data by neural networks"</a></p></li>
<li><p class="prez">Bartłomiej Prus-Zajączkowski, Tomasz Stanisławek <a href="https://arxiv.org/pdf/1803.01271.pdf">TCN</a></p></li>
<li><p class="prez">Stanisław Jastrzębski "Understanding Role of Stochastic Gradient Descent in Deep Learning", <a href="https://arxiv.org/abs/1706.05394">"A closer look at memorization"</a></p></li>
</ul>
</div>
</div>
</div>
<hr>
</body>
</html>