From d61a0dadd70965c6d35a683c482ebcc385f662b1 Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Thu, 3 Jan 2019 11:27:05 +0100 Subject: minor --- posts/2019-01-03-discriminant-analysis.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'posts') diff --git a/posts/2019-01-03-discriminant-analysis.md b/posts/2019-01-03-discriminant-analysis.md index 2aa3ba6..3e732db 100644 --- a/posts/2019-01-03-discriminant-analysis.md +++ b/posts/2019-01-03-discriminant-analysis.md @@ -5,7 +5,7 @@ template: post comments: true --- -In this post I talk about theory and implementation of linear and +In this post I talk about the theory and implementation of linear and quadratic discriminant analysis, classical methods in statistical learning. @@ -13,7 +13,7 @@ learning. help to my understanding of the subject, including Chapter 4 of [The Elements of Statistical Learning](https://web.stanford.edu/~hastie/ElemStatLearn/), [Stanford -CS229 Lecture notes](http://cs229.stanford.edu/notes/cs229-notes2.pdf), +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). -- cgit v1.2.3