-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtalks.html
More file actions
139 lines (129 loc) · 6.89 KB
/
talks.html
File metadata and controls
139 lines (129 loc) · 6.89 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
<!DOCTYPE html>
<html lang="en-us">
<head>
<link href="http://gmpg.org/xfn/11" rel="profile">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<title>Waren Long</title>
<link rel="stylesheet" href="/main.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface">
<link href="https://fonts.googleapis.com/css?family=Patua+One" rel="stylesheet">
<link rel="alternate" type="application/rss+xml" title="RSS" href="/atom.xml">
<meta name="robots" content="index, follow">
<meta name="robots" content="all">
</head>
<body>
<script async src="https://use.fontawesome.com/72adc0539b.js"></script>
<script src="main.js"></script>
<div class="header">
<a href="/" class="name-link">Waren Long | Machine Learning</a>
<div class="header-right">
<a href="/talks.html" class="about-link">Talks.</a>
<a href="/publications.html" class="about-publications">Publications.</a>
</div>
</div>
<div class="content">
<h1 class="hello">Talks</h1>
<!-- <h1 class="page-heading" id="publications">Publications</h1> -->
<div class="publications">
<h3>2019</h3>
<ul>
<li>
<a href="http://warenlg.github.io/ml-conference-berlin-2019/">Identify Coding Collaborators using Unsupervised Learning</a><br/>
ML Conference- Berlin, Germany
</li>
<li>
<a href="http://warenlg.github.io/nantes-ml-meetup-2019/">Machine Learning on Source Code: from n-grams to GGNNs</a><br/>
ML Meetup - Nantes, France
</li>
<li>
<a href="https://vmarkovtsev.github.io/msr-2019-montreal/">STYLE-ANALYZER: Fixing Code Style Inconsistencies with Interpretable Unsupervised Algorithms</a><br/>
MSR'19 - Montreal, Canada
</li>
<li>
<a href="https://warenlg.github.io/ai-meetup-paris-2019/">Empower developers with ML assisted code review</a><br/>
AI Meetup - Paris, France
</li>
<li>
<a href="https://warenlg.github.io/ai-meetup-paris-2019/">How AI can help programmers write better code?</a><br/>
AI & Society Meetup - Paris, France
</li>
</ul>
<h3>2018</h3>
<ul>
<li>
<a href="http://warenlg.github.io/mlp-oxford-2018/">Splitting source code identifiers using Bidirectional LSTM</a><br/>
ML4P - Oxford, UK
</li>
<li>
<a href="https://vmarkovtsev.github.io/msr-2018-gothenburg/">Public Git Archive: A Big Code Dataset for All</a><br/>
MSR'18 - Gothenburg, Sweden
</li>
<li>
<a href="http://warenlg.github.io/pydays-vienna-2018/">Analyzing GitHub, how developers change programming languages over time</a><br/>
PyDays - Vienna, Austria
</li>
</ul>
<h3>2017</h3>
<ul>
<li>
<a href="http://warenlg.github.io/pydays-vienna-2018/">Analyzing GitHub, how developers change programming languages over time</a><br/>
PyData - Warsaw, Poland
</li>
</ul>
</div>
</div>
<footer class="footer">
<a href="https://twitter.com/warenlg" target="_blank"><i class="fa fa-twitter monofa"></i></a>
<a href="https://github.com/warenlg" target="_blank"><i class="fa fa-github monofa"></i></a>
<a href="https://www.linkedin.com/in/warenlg" target="_blank"><i class="fa fa-linkedin monofa"></i></a>
</footer>
</body>
</html>
<!-- <div class="content container">
<div class="home">
<h1 class="page-heading" id="talks">Talks</h1>
<h3>2019</h3>
<ul class="post-list">
<li>
<a href="http://warenlg.github.io/nantes-ml-meetup-2019/">Machine Learning on Source Code: from n-grams to GGNNs</a><br/>
ML Meetup - Nantes, France
</li>
<li>
<a href="https://vmarkovtsev.github.io/msr-2019-montreal/">STYLE-ANALYZER: Fixing Code Style Inconsistencies with Interpretable Unsupervised Algorithms</a><br/>
MSR'19 - Montreal, Canada
</li>
<li>
<a href="https://warenlg.github.io/ai-meetup-paris-2019/">Empower developers with ML assisted code review</a><br/>
AI Meetup - Paris, France
</li>
<li>
<a href="https://warenlg.github.io/ai-meetup-paris-2019/">How AI can help programmers write better code?</a><br/>
AI & Society Meetup - Paris, France
</li>
</ul>
<h3>2018</h3>
<ul class="post-list">
<li>
<a href="http://warenlg.github.io/mlp-oxford-2018/">Splitting source code identifiers using Bidirectional LSTM</a><br/>
ML4P - Oxford, UK
</li>
<li>
<a href="https://vmarkovtsev.github.io/msr-2018-gothenburg/">Public Git Archive: A Big Code Dataset for All</a><br/>
MSR'18 - Gothenburg, Sweden
</li>
<li>
<a href="http://warenlg.github.io/pydays-vienna-2018/">Analyzing GitHub, how developers change programming languages over time</a><br/>
PyDays - Vienna, Austria
</li>
</ul>
<h3>2017</h3>
<ul class="post-list">
<li>
<a href="http://warenlg.github.io/pydays-vienna-2018/">Analyzing GitHub, how developers change programming languages over time</a><br/>
PyData - Warsaw, Poland
</li>
</ul>
</div>
</div> -->