Update lessons/3-NeuralNetworks/03-Perceptron/Perceptron.ipynb

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Lee Stott 2025-10-03 16:01:10 +01:00 committed by GitHub
parent 635bde18d1
commit 23e23f7ea6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -633,7 +633,7 @@
"outputs": [],
"source": [
"# If you are not running this notebook from a cloned repository, you may need to grab the binary dataset file first\n",
"# !wget https://github.com/microsoft/AI-For-Beginners/raw/c639951043c67fe7862f5c236d1e4f0cdf68202c/data/mnist.pkl.gz?raw=true\n",
"# !wget https://github.com/microsoft/AI-For-Beginners/raw/main/data/mnist.pkl.gz?raw=true\n",
"# In this case correct the link to the dataset below as well.\n",
"\n",
"with gzip.open('../../data/mnist.pkl.gz', 'rb') as mnist_pickle:\n",