From a07f84c8ecade8833f836f5056c7e39fa0842813 Mon Sep 17 00:00:00 2001 From: Joe <72690202+joeyouss@users.noreply.github.com> Date: Fri, 27 Nov 2020 21:43:08 +0530 Subject: [PATCH] feat(learn): expanded introduction to provide clarity (#40304) * expanded a bit to transition into the tutorial * Update client/src/pages/learn/machine-learning-with-python/how-neural-networks-work/index.md Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com> Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com> --- .../how-neural-networks-work/index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client/src/pages/learn/machine-learning-with-python/how-neural-networks-work/index.md b/client/src/pages/learn/machine-learning-with-python/how-neural-networks-work/index.md index 28a7f2f150..052fe98e01 100644 --- a/client/src/pages/learn/machine-learning-with-python/how-neural-networks-work/index.md +++ b/client/src/pages/learn/machine-learning-with-python/how-neural-networks-work/index.md @@ -6,5 +6,4 @@ superBlock: Data Analysis with Python ## Introduction to the How Neural Networks Work Challenges Neural networks are at the core of what we are calling Artificial Intelligence today. They can seem impenetrable, and even mystical, if you are trying to understand them for the first time, but they don't have to. - -Even if you are completely new to neural networks, these lectures by Brandon Rohrer will get you comfortable with the concepts and math behind them. +Even if you are completely new to neural networks, these lectures by Brandon Rohrer will get you comfortable with the concepts and the math behind them.