From 1852f9e8609321340d6e57a09599a899db0c00a8 Mon Sep 17 00:00:00 2001 From: Edwin <64434531+EdwinB12@users.noreply.github.com> Date: Tue, 14 Mar 2023 16:27:36 +0000 Subject: [PATCH] Correct classical programming typo Co-authored-by: Max Gamill <91465918+MaxGamill-Sheffield@users.noreply.github.com> --- slides/01_introduction_to_deep_learning.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slides/01_introduction_to_deep_learning.md b/slides/01_introduction_to_deep_learning.md index 64892c1..3c5b4dc 100644 --- a/slides/01_introduction_to_deep_learning.md +++ b/slides/01_introduction_to_deep_learning.md @@ -108,7 +108,7 @@ Statistical models that learns from data Note: - - Classifical programming depends on rules. I.E. Do certain mathematical processing to transform x to y. + - Classical programming depends on rules. I.E. Do certain mathematical processing to transform x to y. - Machine learning allows the algorithm to build its own rules simply by observing patterns between x and y. ---