diff options
author | Yuchen Pei <me@ypei.me> | 2018-12-12 09:19:48 +0100 |
---|---|---|
committer | Yuchen Pei <me@ypei.me> | 2018-12-12 09:19:48 +0100 |
commit | d4731984b0162b362694629d543ec74239be9c73 (patch) | |
tree | dad95e267ecb81f53e574a4faff6401f545599b4 /site/blog.html | |
parent | fda9f1171d43462bc9c87a777c0d481168692c2b (diff) |
added front matters to engine; removed site/
Diffstat (limited to 'site/blog.html')
-rw-r--r-- | site/blog.html | 62 |
1 files changed, 0 insertions, 62 deletions
diff --git a/site/blog.html b/site/blog.html deleted file mode 100644 index 3222e3a..0000000 --- a/site/blog.html +++ /dev/null @@ -1,62 +0,0 @@ -<!doctype html> -<html lang="en"> - <head> - <meta charset="utf-8"> - <title>Yuchen's Blog</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 href="postlist.html">All posts</a><a href="index.html">About</a><a href="blog-feed.xml">Feed</a> - </nav> - </header> - - <div class="main"> - <div class="bodyitem"> - <a href="posts/2018-06-03-automatic_differentiation.html"><h2> Automatic differentiation </h2></a> - <p>Posted on 2018-06-03</p> - <p>This post is meant as a documentation of my understanding of autodiff. I benefited a lot from <a href="http://www.cs.toronto.edu/%7Ergrosse/courses/csc321_2018/slides/lec10.pdf">Toronto CSC321 slides</a> and the <a href="https://github.com/mattjj/autodidact/">autodidact</a> project which is a pedagogical implementation of <a href="https://github.com/hips/autograd">Autograd</a>. That said, any mistakes in this note are mine (especially since some of the knowledge is obtained from interpreting slides!), and if you do spot any I would be grateful if you can let me know.</p> - - <a href="posts/2018-06-03-automatic_differentiation.html">Continue reading</a> -</div> -<div class="bodyitem"> - <a href="posts/2018-04-10-update-open-research.html"><h2> Updates on open research </h2></a> - <p>Posted on 2018-04-29</p> - <p>It has been 9 months since I last wrote about open (maths) research. Since then two things happened which prompted me to write an update.</p> - - <a href="posts/2018-04-10-update-open-research.html">Continue reading</a> -</div> -<div class="bodyitem"> - <a href="posts/2017-08-07-mathematical_bazaar.html"><h2> The Mathematical Bazaar </h2></a> - <p>Posted on 2017-08-07</p> - <p>In this essay I describe some problems in academia of mathematics and propose an open source model, which I call open research in mathematics.</p> - - <a href="posts/2017-08-07-mathematical_bazaar.html">Continue reading</a> -</div> -<div class="bodyitem"> - <a href="posts/2017-04-25-open_research_toywiki.html"><h2> Open mathematical research and launching toywiki </h2></a> - <p>Posted on 2017-04-25</p> - <p>As an experimental project, I am launching toywiki.</p> - - <a href="posts/2017-04-25-open_research_toywiki.html">Continue reading</a> -</div> -<div class="bodyitem"> - <a href="posts/2016-10-13-q-robinson-schensted-knuth-polymer.html"><h2> A \(q\)-Robinson-Schensted-Knuth algorithm and a \(q\)-polymer </h2></a> - <p>Posted on 2016-10-13</p> - <p>(Latest update: 2017-01-12) In <a href="http://arxiv.org/abs/1504.00666">Matveev-Petrov 2016</a> a \(q\)-deformed Robinson-Schensted-Knuth algorithm (\(q\)RSK) was introduced. In this article we give reformulations of this algorithm in terms of Noumi-Yamada description, growth diagrams and local moves. We show that the algorithm is symmetric, namely the output tableaux pair are swapped in a sense of distribution when the input matrix is transposed. We also formulate a \(q\)-polymer model based on the \(q\)RSK and prove the corresponding Burke property, which we use to show a strong law of large numbers for the partition function given stationary boundary conditions and \(q\)-geometric weights. We use the \(q\)-local moves to define a generalisation of the \(q\)RSK taking a Young diagram-shape of array as the input. We write down the joint distribution of partition functions in the space-like direction of the \(q\)-polymer in \(q\)-geometric environment, formulate a \(q\)-version of the multilayer polynuclear growth model (\(q\)PNG) and write down the joint distribution of the \(q\)-polymer partition functions at a fixed time.</p> - - <a href="posts/2016-10-13-q-robinson-schensted-knuth-polymer.html">Continue reading</a> -</div> - - <div class="bodyitem"> - <p><a href="postlist.html">older posts</a></p> - </div> - </div> - </body> -</html> |