-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
217 lines (169 loc) · 9.71 KB
/
index.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
208
209
210
211
212
213
214
215
216
217
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Home - Johan's blog</title>
<<link rel="stylesheet" href="./fonts/Serif/cmun-serif.css" />
<link rel="stylesheet" href="./fonts/Serif-Slanted/cmun-serif-slanted.css" />
<!--BOOTSTRAP-->
<link href="./bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!--mobile first-->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--removed html from url but still is html-->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<!--font awesome-->
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
<!--fonts: allan & cardo-->
<link href="http://fonts.googleapis.com/css?family=Droid+Serif" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Droid+Sans" rel="stylesheet" type="text/css">
<link href="./css/sticky-footer-navbar.css" rel="stylesheet">
<link href="./css/default.css" rel="stylesheet">
<link href="./css/index.css" rel="stylesheet">
<link href="./css/inlineDisqussions.css" rel="stylesheet">
<!--Highlight-->
<link href="./highlight/styles/github.css" rel="stylesheet">
<link href="./fav.png" rel="shortcut icon" />
</head>
<body>
<div id="wrap">
<nav class="navbar navbar-inverse navbar-static-top" role="navigation">
<div class="container">
<!--Toggle header for mobile-->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand active" href="./" id="home">Johan's blog</a>
</div>
<!--normal header-->
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="./"><span class="glyphicon glyphicon-pencil"></span> Blog</a></li>
<li><a href="./about.html"><span class="glyphicon glyphicon-user"></span> About</a></li>
<li><a href="./contact.html"><span class="glyphicon glyphicon-envelope"></span> Contact</a></li>
</ul>
</div>
<!--/.nav-collapse -->
</div>
</nav>
<div class="container">
<div class="col-sm-10 col-sm-offset-1" id="indexwrapper">
<style>
</style>
<h2>Welcome to my blog!</h2>
<!-- <a href="https://transformer-circuits.pub/">
<div class="post">
<img img style="width:95%; height: 50%; margin-left: 3%; margin-top: 25%; margin-bottom: 25%;"
src="images/post-covers/transformer-circuits-2.png">
<h3 style="margin-top:16px; font-size:100%;">Transformer Circuits</h3>
</div>
</a>
<a href="https://distill.pub/2021/multimodal-neurons/">
<div class="post">
<img style="width:95%; height: 95%; margin-left: 2.5%; margin-top: 2.5%; margin-bottom: 2.5%;"
src="images/post-covers/multimodal2.png">
<h3 style="margin-top:16px; font-size:100%;">Multimodal Neurons</h3>
<h4 style="margin-top:12px;"><i>On Distill</i></h4>
</div>
</a>
<a href="https://distill.pub/2020/circuits/zoom-in/">
<div class="post">
<img style="width:94%; height: 94%; margin-left: 3%; margin-top: 15%; margin-bottom: 15%;"
src="images/post-covers/circuits.png">
<h3 style="margin-top:16px; font-size:100%;">Circuits</h3>
<h4 style="margin-top:12px;"><i>On Distill</i></h4>
</div>
</a> -->
<!-- <br style="clear:left;">
<h2>Neural Networks (General)</h2>
<br>
<a href="posts/2014-03-NN-Manifolds-Topology/">
<div class="post">
<img src="images/post-covers/topology.png">
<h3>Neural Networks, Manifolds, and Topology</h3>
</div>
</a>
<a href="posts/2014-07-NLP-RNNs-Representations/">
<div class="post">
<img style="padding-top: 30px; padding-bottom:15px;"
src="posts/2014-07-NLP-RNNs-Representations/img/Mikolov-GenderVecs.png">
<h3>Deep Learning, NLP, and Representations</h3>
</div>
</a>
<a href="posts/2015-08-Backprop/">
<div class="post">
<img style="padding:5px; padding-top: 20px; padding-bottom:20px;"
src="images/post-covers/backprop.png">
<h3>Calculus on Computational Graphs: Backpropagation</h3>
</div>
</a> -->
<br style="clear:left;">
<br>
<style>
.section-links-ul {
text-align: left;
max-width: 850px;
}
.section-links-ul p {
margin-top: 2px;
margin-bottom: 20px;
max-width: 820px;
}
.section-links-ul li {
margin-bottom: 8px;
max-width: 800px;
}
</style>
<br>
<!-- <div class="section-links-ul"
style="background: #FFF; border-radius: 5px; width: 100%; border: 2px solid black; padding: 20px;">
<h2 style="margin-top: 8px;">Rough Notes</h2>
<p><i>Writing rough notes allows me share more content, since polishing takes lots of time.
While I hope it's useful,
it's
likely lower quality and less carefully considered than my usual articles.</i></p>
<ul>
<li><a href="notes/taste/"><b>Research Taste Exercises</b><br>
Five exercises for building
research taste (and three failure modes).</a></li>
<li><a href="notes/interp-v-neuro/"><b>Interpretability vs Neuroscience</b><br>
Six major
advantages which
make artificial neural networks easier to study than biological ones.</a></li>
<li><a href="notes/bio-analogies/"><b>Analogies between Biology and Deep Learning</b><br>
Unusual analogies between biology and deep learning research.</a></li>
</ul>
</div> -->
<br>
<!-- <div id="personal" class="section-links-ul"
style="background: #FFF; border-radius: 5px; width: 100%; border: 2px solid black; padding: 20px;">
<h2 style="margin-top: 8px;">Personal Writing</h2>
<ul>
<li><a href="personal/micromarriages/"><b>Micromarriages</b><br>
A unit for romantic success (mostly humor).</a></li>
<li><a href="posts/2019-05-Collaboration/"><b>Collaboration & Credit Principles</b><br>
How can we be good stewards of collaborative trust?</a></li>
<li><a href="posts/2020-05-University/"><b>Do I Need to Go to University?</b><br>
Instead of asking “Is university good?”, ask “Do I have something more compelling to do?”</a></li>
<li><a href="personal/matchmaking/"><b>Matchmaking Party</b><br>
A small amount of time matchmaking might be life changing for our friends. </a></li>
<li><a href="personal/dating/"><b>Dating Info</b><br>
Normal online dating seems pretty suboptimal, so I just wrote a public dating profile.</a></li>
</ul>
</div> -->
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="http://code.jquery.com/jquery-1.10.1.min.js"></script>
<script src="./bootstrap/js/bootstrap.min.js"></script>
<script src="./highlight/highlight.pack.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<script src="./js/footnotes.js"></script>
<script src="./js/inlineDisqussions.js"></script>
<noscript>Enable JavaScript for footnotes, Disqus comments, and other cool stuff.</noscript>
</body>
</html>