aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pages/about.md4
-rw-r--r--posts/2019-01-03-discriminant-analysis.md5
2 files changed, 7 insertions, 2 deletions
diff --git a/pages/about.md b/pages/about.md
index 2d634f1..4982192 100644
--- a/pages/about.md
+++ b/pages/about.md
@@ -7,7 +7,9 @@ name: index
Yuchen is a post-doctoral researcher in mathematics at the [KTH RMSMA group](https://www.math.kth.se/RMSMA/).
Before KTH he did a PhD at the [MASDOC program at Warwick](https://warwick.ac.uk/fac/sci/masdoc), and spent two years in a postdoc position at [CMSA at Harvard](http://cmsa.fas.harvard.edu).
-He is interested in machine learning and functional programming.
+He is interested in machine learning, with a preference to its theoretical (which really translates to mathematical because he views statistics and theoretical computer science as subsets of mathematics) aspects.
+
+As an academic his job is to seek truth and share his findings with the public.
He is also interested in the idea of open research and open sourced his research in Robinson-Schensted algorithms as a [wiki](https://toywiki.xyz).
diff --git a/posts/2019-01-03-discriminant-analysis.md b/posts/2019-01-03-discriminant-analysis.md
index 28c53d5..47e2cc8 100644
--- a/posts/2019-01-03-discriminant-analysis.md
+++ b/posts/2019-01-03-discriminant-analysis.md
@@ -16,8 +16,11 @@ Learning](https://web.stanford.edu/~hastie/ElemStatLearn/), [Stanford
CS229 Lecture notes](http://cs229.stanford.edu/notes/cs229-notes2.pdf),
and [the scikit-learn
code](https://github.com/scikit-learn/scikit-learn/blob/7389dba/sklearn/discriminant_analysis.py).
+Research was done while working at KTH mathematics department.
-This post is licensed under CC BY-SA and GNU FDL.
+_If you are reading on a mobile device, you may need to "request desktop site"
+for the equations to be properly displayed. This post is licensed under CC BY-SA
+and GNU FDL._
Theory
------