aboutsummaryrefslogtreecommitdiff
path: root/site-from-md/postlist.html
blob: 1f016d08d7a75d7f835bcc43cca01db3b0af3312 (plain) (blame)
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
<!doctype html>
<html lang="en">
    <head>
        <meta charset="utf-8">
        <title>All posts</title>
        <link rel="stylesheet" href="../assets/css/default.css" />
        <script src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript"></script>
        <script src="../assets/js/analytics.js" type="text/javascript"></script>
    </head>
    <body>
        <header>
            <span class="logo">
                <a href="blog.html">Yuchen's Blog</a>
            </span>
            <nav>
                <a>All posts</a><a href="index.html">About</a><a href="blog-feed.xml">Feed</a>
            </nav>
        </header>

        <div class="main">
            <div class="bodyitem">
                <ul class="postlist">
                    <li class="postlistitem">
    <a href="posts/2019-03-14-great-but-manageable-expectations.html">Great but Manageable Expectations</a> - 2019-03-14
</li>
<li class="postlistitem">
    <a href="posts/2019-03-13-a-tail-of-two-densities.html">A Tail of Two Densities</a> - 2019-03-13
</li>
<li class="postlistitem">
    <a href="posts/2019-02-14-raise-your-elbo.html">Raise your ELBO</a> - 2019-02-14
</li>
<li class="postlistitem">
    <a href="posts/2019-01-03-discriminant-analysis.html">Discriminant analysis</a> - 2019-01-03
</li>
<li class="postlistitem">
    <a href="posts/2018-12-02-lime-shapley.html">Shapley, LIME and SHAP</a> - 2018-12-02
</li>
<li class="postlistitem">
    <a href="posts/2018-06-03-automatic_differentiation.html">Automatic differentiation</a> - 2018-06-03
</li>
<li class="postlistitem">
    <a href="posts/2018-04-10-update-open-research.html">Updates on open research</a> - 2018-04-29
</li>
<li class="postlistitem">
    <a href="posts/2017-08-07-mathematical_bazaar.html">The Mathematical Bazaar</a> - 2017-08-07
</li>
<li class="postlistitem">
    <a href="posts/2017-04-25-open_research_toywiki.html">Open mathematical research and launching toywiki</a> - 2017-04-25
</li>
<li class="postlistitem">
    <a href="posts/2016-10-13-q-robinson-schensted-knuth-polymer.html">A \(q\)-Robinson-Schensted-Knuth algorithm and a \(q\)-polymer</a> - 2016-10-13
</li>
<li class="postlistitem">
    <a href="posts/2015-07-15-double-macdonald-polynomials-macdonald-superpolynomials.html">AMS review of 'Double Macdonald polynomials as the stable limit of Macdonald superpolynomials' by Blondeau-Fournier, Lapointe and Mathieu</a> - 2015-07-15
</li>
<li class="postlistitem">
    <a href="posts/2015-07-01-causal-quantum-product-levy-area.html">On a causal quantum double product integral related to Lévy stochastic area.</a> - 2015-07-01
</li>
<li class="postlistitem">
    <a href="posts/2015-05-30-infinite-binary-words-containing-repetitions-odd-periods.html">AMS review of 'Infinite binary words containing repetitions of odd period' by Badkobeh and Crochemore</a> - 2015-05-30
</li>
<li class="postlistitem">
    <a href="posts/2015-04-02-juggling-skill-tree.html">jst</a> - 2015-04-02
</li>
<li class="postlistitem">
    <a href="posts/2015-04-01-unitary-double-products.html">Unitary causal quantum stochastic double products as universal interactions I</a> - 2015-04-01
</li>
<li class="postlistitem">
    <a href="posts/2015-01-20-weighted-interpretation-super-catalan-numbers.html">AMS review of 'A weighted interpretation for the super Catalan numbers' by Allen and Gheorghiciuc</a> - 2015-01-20
</li>
<li class="postlistitem">
    <a href="posts/2014-04-01-q-robinson-schensted-symmetry-paper.html">Symmetry property of \(q\)-weighted Robinson-Schensted algorithms and branching algorithms</a> - 2014-04-01
</li>
<li class="postlistitem">
    <a href="posts/2013-06-01-q-robinson-schensted-paper.html">A \(q\)-weighted Robinson-Schensted algorithm</a> - 2013-06-01
</li>

                </ul>
            </div>
        </div>
    </body>
</html>