From ab9e8d1ab5e1e5d76cb0bdcdc494914e07f82232 Mon Sep 17 00:00:00 2001 From: pancodaffee Date: Thu, 4 Jan 2024 11:19:27 -0800 Subject: [PATCH] fix overfitting lesson link --- lessons/3-NeuralNetworks/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lessons/3-NeuralNetworks/README.md b/lessons/3-NeuralNetworks/README.md index 144ea748..1534c503 100644 --- a/lessons/3-NeuralNetworks/README.md +++ b/lessons/3-NeuralNetworks/README.md @@ -45,4 +45,4 @@ In this section we will learn about: * [Perceptron](03-Perceptron/README.md), one of the earliest neural network models for two-class classification * [Multi-layered networks](04-OwnFramework/README.md) with a paired notebook [how to build our own framework](04-OwnFramework/OwnFramework.ipynb) * [Neural Network Frameworks](05-Frameworks/README.md), with these notebooks: [PyTorch](05-Frameworks/IntroPyTorch.ipynb) and [Keras/Tensorflow](05-Frameworks/IntroKerasTF.ipynb) -* [Overfitting](05-Frameworks/Overfitting.md) +* [Overfitting](05-Frameworks#overfitting)