From 1d3bac18dfe9081441a97c444c2184715c399ab6 Mon Sep 17 00:00:00 2001 From: Aleksandr Kulagin Date: Thu, 27 Jun 2019 19:40:55 +0300 Subject: [PATCH] check anchor --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ec1e332..fa247e5 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ IDIOT-PROOF EDITION # Theoretical minimum -## 1. Discriminant functions. Write out discriminant functions for multiclass linear classifier and K-NN. +## 1. Discriminant functions. Write out discriminant functions for multiclass linear classifier and K-NN. ![image alt text](img/image_1.png) @@ -147,7 +147,7 @@ Feature standartization (Z-score normalization): подгонка признак ## 4. Give definition (of) discriminant functions. Discriminant function for K-NN, linear models and decision tree? -См. [Theoretical minimum #1](#heading=h.iagag5jvtcr9) для KNN/linear. +См. [Theoretical minimum #1](#tm1) для KNN/linear. ## 5. L1 and L2 regularizations. Reasons to use them.