-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
168 lines (126 loc) · 5.35 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
<!DOCTYPE html>
<html>
<head>
<meta name="generator" content="Hugo 0.72.0-DEV" />
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge"><title>Akihiro Matsukawa </title><meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="alternate" type="application/rss+xml" href="https://amatsukawa.github.io/index.xml" title="Akihiro Matsukawa" />
<meta property="og:title" content="Akihiro Matsukawa" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://amatsukawa.github.io/" />
<meta property="og:updated_time" content="2019-07-07T00:00:00+00:00" />
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Akihiro Matsukawa"/>
<meta name="twitter:description" content=""/>
<link href="https://fonts.googleapis.com/css?family=Ubuntu:300,400,300italic,400italic|Raleway:200,300" rel="stylesheet">
<link rel="stylesheet" type="text/css" media="screen" href="https://amatsukawa.github.io/css/normalize.css" />
<link rel="stylesheet" type="text/css" media="screen" href="https://amatsukawa.github.io/css/main.css" />
<script src="https://amatsukawa.github.io/js/feather.min.js"></script>
<script src="https://amatsukawa.github.io/js/main.js"></script>
<script type="text/javascript" async
src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
MathJax.Hub.Config({
tex2jax: {
inlineMath: [['$','$'], ['\\(','\\)']],
displayMath: [['$$','$$'], ['\\[','\\]']],
processEscapes: true,
processEnvironments: true,
skipTags: ['script', 'noscript', 'style', 'textarea', 'pre'],
TeX: { equationNumbers: { autoNumber: "AMS" },
extensions: ["AMSmath.js", "AMSsymbols.js"] }
}
});
MathJax.Hub.Queue(function() {
var all = MathJax.Hub.getAllJax(), i;
for(i = 0; i < all.length; i += 1) {
all[i].SourceElement().parentNode.className += ' has-jax';
}
});
MathJax.Hub.Config({
TeX: { equationNumbers: { autoNumber: "AMS" } }
});
</script>
</head>
<body>
<div class="container wrapper">
<div class="header">
<h1 class="site-title"><a href="https://amatsukawa.github.io/">Akihiro Matsukawa</a></h1>
<div class="site-description"><nav class="nav social">
<ul class="flat"><a href="https://github.com/amatsukawa" title="Github"><i data-feather="github"></i></a><a href="/index.xml" title="RSS"><i data-feather="rss"></i></a></ul>
</nav>
</div>
<nav class="nav">
<ul class="flat">
<li>
<a href="/">Blog</a>
</li>
<li>
<a href="/pub/">Publications</a>
</li>
<li>
<a href="/about/">About</a>
</li>
</ul>
</nav>
</div>
<div class="recent-posts section">
<h2 class="section-header">
Blog Posts
</h2>
<div class="posts">
<div class="post">
<div class="meta">Jul 7, 2019</div>
<a class="title" href="/posts/re/">Research Engineering FAQs</a>
<div class="description">
An attempt to answer some common questions I get about research engineering.
</div>
</div>
<div class="post">
<div class="meta">Apr 10, 2019</div>
<a class="title" href="/posts/determinant/">A Constructive Derivation of the Determinant</a>
<div class="description">
Deriving the determinant formula from intuitive properties of volumes.
</div>
</div>
<div class="post">
<div class="meta">Feb 28, 2019</div>
<a class="title" href="/posts/variational-dequantizer/">Variational Dequantization</a>
<div class="description">
Training a dequantizer to fit a continuous distribution to discrete data (Flow++ paper).
</div>
</div>
</div>
</div>
</div>
<div class="footer wrapper">
<nav class="nav">
<div> <a href="https://github.com/vividvilla/ezhil">Ezhil theme</a> | Built with <a href="https://gohugo.io">Hugo</a></div>
</nav>
</div>
<script>feather.replace()</script>
<script type="text/javascript" async
src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
MathJax.Hub.Config({
tex2jax: {
inlineMath: [['$','$'], ['\\(','\\)']],
displayMath: [['$$','$$'], ['\\[','\\]']],
processEscapes: true,
processEnvironments: true,
skipTags: ['script', 'noscript', 'style', 'textarea', 'pre'],
TeX: { equationNumbers: { autoNumber: "AMS" },
extensions: ["AMSmath.js", "AMSsymbols.js"] }
}
});
MathJax.Hub.Queue(function() {
var all = MathJax.Hub.getAllJax(), i;
for(i = 0; i < all.length; i += 1) {
all[i].SourceElement().parentNode.className += ' has-jax';
}
});
MathJax.Hub.Config({
TeX: { equationNumbers: { autoNumber: "AMS" } }
});
</script>
</body>
</html>