From 47b8a5a761f388367193672d5ce00c7e8879400c Mon Sep 17 00:00:00 2001 From: Jai Chaudhary Date: Thu, 30 Jun 2016 16:06:12 -0400 Subject: [PATCH] Update linear-classify.md to fix demo link The tag for demo link are processed in a way that start and closing tags end up being wrapped in

individually. Wrapped with div to fix it. --- linear-classify.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/linear-classify.md b/linear-classify.md index 60dfb84e..b6c9fe5d 100644 --- a/linear-classify.md +++ b/linear-classify.md @@ -338,14 +338,15 @@ where the probabilites are now more diffuse. Moreover, in the limit where the we ### Interactive web demo - -

- -
We have written an interactive web demo to help your intuitions with linear classifiers. The demo visualizes the loss functions discussed in this section using a toy 3-way classification on 2D data. The demo also jumps ahead a bit and performs the optimization, which we will discuss in full detail in the next section. -
+
+ +
+ +
We have written an interactive web demo to help your intuitions with linear classifiers. The demo visualizes the loss functions discussed in this section using a toy 3-way classification on 2D data. The demo also jumps ahead a bit and performs the optimization, which we will discuss in full detail in the next section. +
+
+
- -