From 6b8318cf6a3a9f27b16635f262926dc9fd0c2f39 Mon Sep 17 00:00:00 2001 From: Daniel Shiffman Date: Tue, 27 Aug 2024 15:10:33 -0400 Subject: [PATCH 1/4] noc party --- content/pages/homepage/index.json | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/content/pages/homepage/index.json b/content/pages/homepage/index.json index 514d9d648..3180a3f3c 100644 --- a/content/pages/homepage/index.json +++ b/content/pages/homepage/index.json @@ -46,7 +46,16 @@ }, "passengerShowcase": { "title": "Passenger showcase highlights", - "featured": ["challenges/184-elastic-collisions/showcase/contribution-1720963615.json", "challenges/184-elastic-collisions/showcase/contribution-1720958474.json", "noc/4-particles/4-particle-textures/showcase/contribution-1721161051.json", "physics-libraries/box2d/12-collision-events/showcase/contribution-1722000424.json", "challenges/14-fractal-trees-recursive/showcase/contribution-1723666252.json", "challenges/10-dfs-maze-generator/showcase/contribution-1720952091.json", "challenges/184-elastic-collisions/showcase/contribution-1721016798.json", "challenges/100-neuroevolution-flappy-bird/showcase/contribution-1720945862.json"], + "featured": [ + "challenges/184-elastic-collisions/showcase/contribution-1720963615.json", + "challenges/184-elastic-collisions/showcase/contribution-1720958474.json", + "noc/4-particles/4-particle-textures/showcase/contribution-1721161051.json", + "physics-libraries/box2d/12-collision-events/showcase/contribution-1722000424.json", + "challenges/14-fractal-trees-recursive/showcase/contribution-1723666252.json", + "challenges/10-dfs-maze-generator/showcase/contribution-1720952091.json", + "challenges/184-elastic-collisions/showcase/contribution-1721016798.json", + "challenges/100-neuroevolution-flappy-bird/showcase/contribution-1720945862.json" + ], "showcaseCta": { "text": "Want to see more?", "buttonText": "Browse the full showcase", @@ -57,7 +66,17 @@ "title": "Events", "comingEventsDescription": "Next Coding Train event!", "noEventsDescription": "Keep your eye out for events in the future!", - "upcoming": [] + "upcoming": [ + { + "title": "Nature of Code Book", + "description": "Join us to celebrate the release of Dan Shiffman’s book, Nature of Code! This event features a β€œlive” coding challenge and book signing by Dan, followed by audio and visual live coding performances by artists in the creative coding community. Come get your signed copy of the book, fun coding train merch, and be one with nature (of code)!", + "date": "2024-09-07", + "time": "19:00", + "host": "Wonderville and The Coding Train", + "type": "In person! 21+", + "url": "https://www.wonderville.nyc/events/nature-of-code-book-party" + } + ] }, "support": { "title": "Support", From 300224823013690dfd93af061cf24feef465cf41 Mon Sep 17 00:00:00 2001 From: Daniel Shiffman Date: Sun, 1 Sep 2024 19:17:50 -0400 Subject: [PATCH 2/4] new amazon referral links --- content/videos/challenges/65-binary-tree/index.json | 2 +- content/videos/challenges/76-10Print/index.json | 2 +- content/videos/challenges/77-recursion/index.json | 2 +- content/videos/neural-networks/1-introduction/index.json | 4 ++-- .../12-feedforward-algorithm-part-1/index.json | 2 +- .../13-feedforward-algorithm-part-2/index.json | 2 +- .../neural-networks/14-backpropagation-part-1/index.json | 2 +- .../neural-networks/15-backpropagation-part-2/index.json | 2 +- .../neural-networks/16-backpropagation-part-3/index.json | 2 +- .../neural-networks/17-backpropagation-part-4/index.json | 2 +- .../neural-networks/18-backpropagation-part-5/index.json | 2 +- content/videos/neural-networks/2-perceptron-part-1/index.json | 4 ++-- content/videos/neural-networks/3-perceptron-part-2/index.json | 4 ++-- .../neural-networks/4-multilayer-perceptron-part-1/index.json | 4 ++-- .../neural-networks/5-multilayer-perceptron-part-2/index.json | 4 ++-- 15 files changed, 20 insertions(+), 20 deletions(-) diff --git a/content/videos/challenges/65-binary-tree/index.json b/content/videos/challenges/65-binary-tree/index.json index 29adceabd..a06013018 100644 --- a/content/videos/challenges/65-binary-tree/index.json +++ b/content/videos/challenges/65-binary-tree/index.json @@ -83,7 +83,7 @@ { "icon": "πŸ“˜", "title": "Grokking Algorithms book", - "url": "https://amzn.to/2mMCK7Z", + "url": "https://amzn.to/4dXi2fM", "description": "Grokking Algorithms is a fully illustrated, friendly guide that teaches you how to apply common algorithms to the practical problems." }, { diff --git a/content/videos/challenges/76-10Print/index.json b/content/videos/challenges/76-10Print/index.json index 4d381533c..415588725 100644 --- a/content/videos/challenges/76-10Print/index.json +++ b/content/videos/challenges/76-10Print/index.json @@ -44,7 +44,7 @@ { "icon": "πŸ“•", "title": "The 10Print Book", - "url": "https://amzn.to/2wJlRVx", + "url": "https://amzn.to/4dJ8vt6", "description": "Amazon link for the book" }, { diff --git a/content/videos/challenges/77-recursion/index.json b/content/videos/challenges/77-recursion/index.json index b1cbae13b..7ebef359b 100644 --- a/content/videos/challenges/77-recursion/index.json +++ b/content/videos/challenges/77-recursion/index.json @@ -37,7 +37,7 @@ "icon": "πŸ“™", "title": "The Fractal Geometry of Nature", "description": "The essential guide that introduced fractals to the world by Benoit Mandlebrot", - "url": "https://amzn.to/2xiVwht" + "url": "https://amzn.to/3z4RyKp" } ] }, diff --git a/content/videos/neural-networks/1-introduction/index.json b/content/videos/neural-networks/1-introduction/index.json index 802639ca2..b2bc3f695 100644 --- a/content/videos/neural-networks/1-introduction/index.json +++ b/content/videos/neural-networks/1-introduction/index.json @@ -32,13 +32,13 @@ { "icon": "πŸ”—", "title": "Make Your Own Neural Network", - "url": "https://www.amazon.com/Make-Your-Own-Neural-Network-ebook/dp/B01EER4Z4G", + "url": "https://amzn.to/3Z8ZAfZ", "description": "Reference book by Tariq Rashid" }, { "icon": "πŸ”—", "title": "Perceptrons", - "url": "https://www.amazon.com/Perceptrons-Introduction-Computational-Geometry-Expanded/dp/0262631113", + "url": "https://amzn.to/3Z8ZAfZ", "description": "Reference book on perceptrons by Marvin Minsky." }, { diff --git a/content/videos/neural-networks/12-feedforward-algorithm-part-1/index.json b/content/videos/neural-networks/12-feedforward-algorithm-part-1/index.json index d3834c52f..420393b8f 100644 --- a/content/videos/neural-networks/12-feedforward-algorithm-part-1/index.json +++ b/content/videos/neural-networks/12-feedforward-algorithm-part-1/index.json @@ -63,7 +63,7 @@ { "icon": "πŸ”—", "title": "Make Your Own Neural Network", - "url": "https://www.amazon.com/Make-Your-Own-Neural-Network-ebook/dp/B01EER4Z4G", + "url": "https://amzn.to/3Z1TU7w", "description": "Reference book by Tariq Rashid" } ] diff --git a/content/videos/neural-networks/13-feedforward-algorithm-part-2/index.json b/content/videos/neural-networks/13-feedforward-algorithm-part-2/index.json index df82f5eab..cf67150f7 100644 --- a/content/videos/neural-networks/13-feedforward-algorithm-part-2/index.json +++ b/content/videos/neural-networks/13-feedforward-algorithm-part-2/index.json @@ -79,7 +79,7 @@ { "icon": "πŸ”—", "title": "Make Your Own Neural Network", - "url": "https://www.amazon.com/Make-Your-Own-Neural-Network-ebook/dp/B01EER4Z4G", + "url": "https://amzn.to/3Z1TU7w", "description": "Reference book by Tariq Rashid" }, { diff --git a/content/videos/neural-networks/14-backpropagation-part-1/index.json b/content/videos/neural-networks/14-backpropagation-part-1/index.json index 18b9fc49f..c44ee4fb8 100644 --- a/content/videos/neural-networks/14-backpropagation-part-1/index.json +++ b/content/videos/neural-networks/14-backpropagation-part-1/index.json @@ -59,7 +59,7 @@ { "icon": "πŸ”—", "title": "Make Your Own Neural Network", - "url": "https://www.amazon.com/Make-Your-Own-Neural-Network-ebook/dp/B01EER4Z4G", + "url": "https://amzn.to/3Z1TU7w", "description": "Reference book by Tariq Rashid" }, { diff --git a/content/videos/neural-networks/15-backpropagation-part-2/index.json b/content/videos/neural-networks/15-backpropagation-part-2/index.json index 4813cdb55..66f9a8fd4 100644 --- a/content/videos/neural-networks/15-backpropagation-part-2/index.json +++ b/content/videos/neural-networks/15-backpropagation-part-2/index.json @@ -55,7 +55,7 @@ { "icon": "πŸ”—", "title": "Make Your Own Neural Network", - "url": "https://www.amazon.com/Make-Your-Own-Neural-Network-ebook/dp/B01EER4Z4G", + "url": "https://amzn.to/3Z1TU7w", "description": "Reference book by Tariq Rashid" }, { diff --git a/content/videos/neural-networks/16-backpropagation-part-3/index.json b/content/videos/neural-networks/16-backpropagation-part-3/index.json index 6e7c4758f..3f9fcd37a 100644 --- a/content/videos/neural-networks/16-backpropagation-part-3/index.json +++ b/content/videos/neural-networks/16-backpropagation-part-3/index.json @@ -59,7 +59,7 @@ { "icon": "πŸ”—", "title": "Make Your Own Neural Network", - "url": "https://www.amazon.com/Make-Your-Own-Neural-Network-ebook/dp/B01EER4Z4G", + "url": "https://amzn.to/3Z1TU7w", "description": "Reference book by Tariq Rashid" }, { diff --git a/content/videos/neural-networks/17-backpropagation-part-4/index.json b/content/videos/neural-networks/17-backpropagation-part-4/index.json index 26cf44c41..e41b2d78e 100644 --- a/content/videos/neural-networks/17-backpropagation-part-4/index.json +++ b/content/videos/neural-networks/17-backpropagation-part-4/index.json @@ -55,7 +55,7 @@ { "icon": "πŸ”—", "title": "Make Your Own Neural Network", - "url": "https://www.amazon.com/Make-Your-Own-Neural-Network-ebook/dp/B01EER4Z4G", + "url": "https://amzn.to/3Z1TU7w", "description": "Reference book by Tariq Rashid" }, { diff --git a/content/videos/neural-networks/18-backpropagation-part-5/index.json b/content/videos/neural-networks/18-backpropagation-part-5/index.json index 6bb8d7cc4..0b5c675a7 100644 --- a/content/videos/neural-networks/18-backpropagation-part-5/index.json +++ b/content/videos/neural-networks/18-backpropagation-part-5/index.json @@ -72,7 +72,7 @@ { "icon": "πŸ”—", "title": "Make Your Own Neural Network", - "url": "https://www.amazon.com/Make-Your-Own-Neural-Network-ebook/dp/B01EER4Z4G", + "url": "https://amzn.to/3Z1TU7w", "description": "Reference book by Tariq Rashid" }, { diff --git a/content/videos/neural-networks/2-perceptron-part-1/index.json b/content/videos/neural-networks/2-perceptron-part-1/index.json index fd377314b..665801b51 100644 --- a/content/videos/neural-networks/2-perceptron-part-1/index.json +++ b/content/videos/neural-networks/2-perceptron-part-1/index.json @@ -81,13 +81,13 @@ { "icon": "πŸ”—", "title": "Make Your Own Neural Network", - "url": "https://www.amazon.com/Make-Your-Own-Neural-Network-ebook/dp/B01EER4Z4G", + "url": "https://amzn.to/3Z1TU7w", "description": "Reference book by Tariq Rashid" }, { "icon": "πŸ”—", "title": "Perceptrons", - "url": "https://www.amazon.com/Perceptrons-Introduction-Computational-Geometry-Expanded/dp/0262631113", + "url": "https://amzn.to/4dXi2fM", "description": "Reference book on perceptrons by Marvin Minsky." }, { diff --git a/content/videos/neural-networks/3-perceptron-part-2/index.json b/content/videos/neural-networks/3-perceptron-part-2/index.json index 8bc88dd9f..12f154233 100644 --- a/content/videos/neural-networks/3-perceptron-part-2/index.json +++ b/content/videos/neural-networks/3-perceptron-part-2/index.json @@ -61,13 +61,13 @@ { "icon": "πŸ”—", "title": "Make Your Own Neural Network", - "url": "https://www.amazon.com/Make-Your-Own-Neural-Network-ebook/dp/B01EER4Z4G", + "url": "https://amzn.to/3Z1TU7w", "description": "Reference book by Tariq Rashid" }, { "icon": "πŸ”—", "title": "Perceptrons", - "url": "https://www.amazon.com/Perceptrons-Introduction-Computational-Geometry-Expanded/dp/0262631113", + "url": "https://amzn.to/4dXi2fM", "description": "Reference book on perceptrons by Marvin Minsky." }, { diff --git a/content/videos/neural-networks/4-multilayer-perceptron-part-1/index.json b/content/videos/neural-networks/4-multilayer-perceptron-part-1/index.json index eb6d797d6..f8da31c20 100644 --- a/content/videos/neural-networks/4-multilayer-perceptron-part-1/index.json +++ b/content/videos/neural-networks/4-multilayer-perceptron-part-1/index.json @@ -42,13 +42,13 @@ { "icon": "πŸ”—", "title": "Make Your Own Neural Network", - "url": "https://www.amazon.com/Make-Your-Own-Neural-Network-ebook/dp/B01EER4Z4G", + "url": "https://amzn.to/3Z1TU7w", "description": "Reference book by Tariq Rashid" }, { "icon": "πŸ”—", "title": "Perceptrons", - "url": "https://www.amazon.com/Perceptrons-Introduction-Computational-Geometry-Expanded/dp/0262631113", + "url": "https://amzn.to/4dXi2fM", "description": "Reference book on perceptrons by Marvin Minsky." }, { diff --git a/content/videos/neural-networks/5-multilayer-perceptron-part-2/index.json b/content/videos/neural-networks/5-multilayer-perceptron-part-2/index.json index 716170bfe..493a8765e 100644 --- a/content/videos/neural-networks/5-multilayer-perceptron-part-2/index.json +++ b/content/videos/neural-networks/5-multilayer-perceptron-part-2/index.json @@ -57,13 +57,13 @@ { "icon": "πŸ”—", "title": "Make Your Own Neural Network", - "url": "https://www.amazon.com/Make-Your-Own-Neural-Network-ebook/dp/B01EER4Z4G", + "url": "https://amzn.to/3Z1TU7w", "description": "Reference book by Tariq Rashid" }, { "icon": "πŸ”—", "title": "Perceptrons", - "url": "https://www.amazon.com/Perceptrons-Introduction-Computational-Geometry-Expanded/dp/0262631113", + "url": "https://amzn.to/4dXi2fM", "description": "Reference book on perceptrons by Marvin Minsky." }, { From cea77b3a27fe8efd66b1074637b86675e20709b1 Mon Sep 17 00:00:00 2001 From: Daniel Shiffman Date: Sat, 5 Oct 2024 21:01:32 -0400 Subject: [PATCH 3/4] whoops remove noc event --- content/pages/homepage/index.json | 12 +----------- content/videos/challenges/65-binary-tree/index.json | 2 +- content/videos/challenges/76-10Print/index.json | 2 +- content/videos/challenges/77-recursion/index.json | 2 +- .../videos/neural-networks/1-introduction/index.json | 4 ++-- .../12-feedforward-algorithm-part-1/index.json | 2 +- .../13-feedforward-algorithm-part-2/index.json | 2 +- .../14-backpropagation-part-1/index.json | 2 +- .../15-backpropagation-part-2/index.json | 2 +- .../16-backpropagation-part-3/index.json | 2 +- .../17-backpropagation-part-4/index.json | 2 +- .../18-backpropagation-part-5/index.json | 2 +- .../neural-networks/2-perceptron-part-1/index.json | 4 ++-- .../neural-networks/3-perceptron-part-2/index.json | 4 ++-- .../4-multilayer-perceptron-part-1/index.json | 4 ++-- .../5-multilayer-perceptron-part-2/index.json | 4 ++-- 16 files changed, 21 insertions(+), 31 deletions(-) diff --git a/content/pages/homepage/index.json b/content/pages/homepage/index.json index 3180a3f3c..e1ca0eee6 100644 --- a/content/pages/homepage/index.json +++ b/content/pages/homepage/index.json @@ -66,17 +66,7 @@ "title": "Events", "comingEventsDescription": "Next Coding Train event!", "noEventsDescription": "Keep your eye out for events in the future!", - "upcoming": [ - { - "title": "Nature of Code Book", - "description": "Join us to celebrate the release of Dan Shiffman’s book, Nature of Code! This event features a β€œlive” coding challenge and book signing by Dan, followed by audio and visual live coding performances by artists in the creative coding community. Come get your signed copy of the book, fun coding train merch, and be one with nature (of code)!", - "date": "2024-09-07", - "time": "19:00", - "host": "Wonderville and The Coding Train", - "type": "In person! 21+", - "url": "https://www.wonderville.nyc/events/nature-of-code-book-party" - } - ] + "upcoming": [] }, "support": { "title": "Support", diff --git a/content/videos/challenges/65-binary-tree/index.json b/content/videos/challenges/65-binary-tree/index.json index a06013018..ff9bbfe6f 100644 --- a/content/videos/challenges/65-binary-tree/index.json +++ b/content/videos/challenges/65-binary-tree/index.json @@ -83,7 +83,7 @@ { "icon": "πŸ“˜", "title": "Grokking Algorithms book", - "url": "https://amzn.to/4dXi2fM", + "url": "https://amzn.to/4ewHv0i", "description": "Grokking Algorithms is a fully illustrated, friendly guide that teaches you how to apply common algorithms to the practical problems." }, { diff --git a/content/videos/challenges/76-10Print/index.json b/content/videos/challenges/76-10Print/index.json index 415588725..b6742fdda 100644 --- a/content/videos/challenges/76-10Print/index.json +++ b/content/videos/challenges/76-10Print/index.json @@ -44,7 +44,7 @@ { "icon": "πŸ“•", "title": "The 10Print Book", - "url": "https://amzn.to/4dJ8vt6", + "url": "https://amzn.to/4ewmWkA", "description": "Amazon link for the book" }, { diff --git a/content/videos/challenges/77-recursion/index.json b/content/videos/challenges/77-recursion/index.json index 7ebef359b..f606d4e16 100644 --- a/content/videos/challenges/77-recursion/index.json +++ b/content/videos/challenges/77-recursion/index.json @@ -37,7 +37,7 @@ "icon": "πŸ“™", "title": "The Fractal Geometry of Nature", "description": "The essential guide that introduced fractals to the world by Benoit Mandlebrot", - "url": "https://amzn.to/3z4RyKp" + "url": "https://amzn.to/3BzxDEi" } ] }, diff --git a/content/videos/neural-networks/1-introduction/index.json b/content/videos/neural-networks/1-introduction/index.json index b2bc3f695..3e1ed02ff 100644 --- a/content/videos/neural-networks/1-introduction/index.json +++ b/content/videos/neural-networks/1-introduction/index.json @@ -32,13 +32,13 @@ { "icon": "πŸ”—", "title": "Make Your Own Neural Network", - "url": "https://amzn.to/3Z8ZAfZ", + "url": "https://amzn.to/3BA9Jss", "description": "Reference book by Tariq Rashid" }, { "icon": "πŸ”—", "title": "Perceptrons", - "url": "https://amzn.to/3Z8ZAfZ", + "url": "https://amzn.to/3TZl0IX", "description": "Reference book on perceptrons by Marvin Minsky." }, { diff --git a/content/videos/neural-networks/12-feedforward-algorithm-part-1/index.json b/content/videos/neural-networks/12-feedforward-algorithm-part-1/index.json index 420393b8f..dd31a1773 100644 --- a/content/videos/neural-networks/12-feedforward-algorithm-part-1/index.json +++ b/content/videos/neural-networks/12-feedforward-algorithm-part-1/index.json @@ -63,7 +63,7 @@ { "icon": "πŸ”—", "title": "Make Your Own Neural Network", - "url": "https://amzn.to/3Z1TU7w", + "url": "https://amzn.to/3BA9Jss", "description": "Reference book by Tariq Rashid" } ] diff --git a/content/videos/neural-networks/13-feedforward-algorithm-part-2/index.json b/content/videos/neural-networks/13-feedforward-algorithm-part-2/index.json index cf67150f7..82c1b04bd 100644 --- a/content/videos/neural-networks/13-feedforward-algorithm-part-2/index.json +++ b/content/videos/neural-networks/13-feedforward-algorithm-part-2/index.json @@ -79,7 +79,7 @@ { "icon": "πŸ”—", "title": "Make Your Own Neural Network", - "url": "https://amzn.to/3Z1TU7w", + "url": "https://amzn.to/3BA9Jss", "description": "Reference book by Tariq Rashid" }, { diff --git a/content/videos/neural-networks/14-backpropagation-part-1/index.json b/content/videos/neural-networks/14-backpropagation-part-1/index.json index c44ee4fb8..1c59576a2 100644 --- a/content/videos/neural-networks/14-backpropagation-part-1/index.json +++ b/content/videos/neural-networks/14-backpropagation-part-1/index.json @@ -59,7 +59,7 @@ { "icon": "πŸ”—", "title": "Make Your Own Neural Network", - "url": "https://amzn.to/3Z1TU7w", + "url": "https://amzn.to/3BA9Jss", "description": "Reference book by Tariq Rashid" }, { diff --git a/content/videos/neural-networks/15-backpropagation-part-2/index.json b/content/videos/neural-networks/15-backpropagation-part-2/index.json index 66f9a8fd4..a69472d51 100644 --- a/content/videos/neural-networks/15-backpropagation-part-2/index.json +++ b/content/videos/neural-networks/15-backpropagation-part-2/index.json @@ -55,7 +55,7 @@ { "icon": "πŸ”—", "title": "Make Your Own Neural Network", - "url": "https://amzn.to/3Z1TU7w", + "url": "https://amzn.to/3BA9Jss", "description": "Reference book by Tariq Rashid" }, { diff --git a/content/videos/neural-networks/16-backpropagation-part-3/index.json b/content/videos/neural-networks/16-backpropagation-part-3/index.json index 3f9fcd37a..b4c550cbe 100644 --- a/content/videos/neural-networks/16-backpropagation-part-3/index.json +++ b/content/videos/neural-networks/16-backpropagation-part-3/index.json @@ -59,7 +59,7 @@ { "icon": "πŸ”—", "title": "Make Your Own Neural Network", - "url": "https://amzn.to/3Z1TU7w", + "url": "https://amzn.to/3BA9Jss", "description": "Reference book by Tariq Rashid" }, { diff --git a/content/videos/neural-networks/17-backpropagation-part-4/index.json b/content/videos/neural-networks/17-backpropagation-part-4/index.json index e41b2d78e..85a7aaaf9 100644 --- a/content/videos/neural-networks/17-backpropagation-part-4/index.json +++ b/content/videos/neural-networks/17-backpropagation-part-4/index.json @@ -55,7 +55,7 @@ { "icon": "πŸ”—", "title": "Make Your Own Neural Network", - "url": "https://amzn.to/3Z1TU7w", + "url": "https://amzn.to/3BA9Jss", "description": "Reference book by Tariq Rashid" }, { diff --git a/content/videos/neural-networks/18-backpropagation-part-5/index.json b/content/videos/neural-networks/18-backpropagation-part-5/index.json index 0b5c675a7..96e800e43 100644 --- a/content/videos/neural-networks/18-backpropagation-part-5/index.json +++ b/content/videos/neural-networks/18-backpropagation-part-5/index.json @@ -72,7 +72,7 @@ { "icon": "πŸ”—", "title": "Make Your Own Neural Network", - "url": "https://amzn.to/3Z1TU7w", + "url": "https://amzn.to/3BA9Jss", "description": "Reference book by Tariq Rashid" }, { diff --git a/content/videos/neural-networks/2-perceptron-part-1/index.json b/content/videos/neural-networks/2-perceptron-part-1/index.json index 665801b51..325235e56 100644 --- a/content/videos/neural-networks/2-perceptron-part-1/index.json +++ b/content/videos/neural-networks/2-perceptron-part-1/index.json @@ -81,13 +81,13 @@ { "icon": "πŸ”—", "title": "Make Your Own Neural Network", - "url": "https://amzn.to/3Z1TU7w", + "url": "https://amzn.to/3BA9Jss", "description": "Reference book by Tariq Rashid" }, { "icon": "πŸ”—", "title": "Perceptrons", - "url": "https://amzn.to/4dXi2fM", + "url": "https://amzn.to/3TZl0IX", "description": "Reference book on perceptrons by Marvin Minsky." }, { diff --git a/content/videos/neural-networks/3-perceptron-part-2/index.json b/content/videos/neural-networks/3-perceptron-part-2/index.json index 12f154233..c58f38c47 100644 --- a/content/videos/neural-networks/3-perceptron-part-2/index.json +++ b/content/videos/neural-networks/3-perceptron-part-2/index.json @@ -61,13 +61,13 @@ { "icon": "πŸ”—", "title": "Make Your Own Neural Network", - "url": "https://amzn.to/3Z1TU7w", + "url": "https://amzn.to/3BA9Jss", "description": "Reference book by Tariq Rashid" }, { "icon": "πŸ”—", "title": "Perceptrons", - "url": "https://amzn.to/4dXi2fM", + "url": "https://amzn.to/3TZl0IX", "description": "Reference book on perceptrons by Marvin Minsky." }, { diff --git a/content/videos/neural-networks/4-multilayer-perceptron-part-1/index.json b/content/videos/neural-networks/4-multilayer-perceptron-part-1/index.json index f8da31c20..d8629f1d6 100644 --- a/content/videos/neural-networks/4-multilayer-perceptron-part-1/index.json +++ b/content/videos/neural-networks/4-multilayer-perceptron-part-1/index.json @@ -42,13 +42,13 @@ { "icon": "πŸ”—", "title": "Make Your Own Neural Network", - "url": "https://amzn.to/3Z1TU7w", + "url": "https://amzn.to/3BA9Jss", "description": "Reference book by Tariq Rashid" }, { "icon": "πŸ”—", "title": "Perceptrons", - "url": "https://amzn.to/4dXi2fM", + "url": "https://amzn.to/3TZl0IX", "description": "Reference book on perceptrons by Marvin Minsky." }, { diff --git a/content/videos/neural-networks/5-multilayer-perceptron-part-2/index.json b/content/videos/neural-networks/5-multilayer-perceptron-part-2/index.json index 493a8765e..f6c9537d3 100644 --- a/content/videos/neural-networks/5-multilayer-perceptron-part-2/index.json +++ b/content/videos/neural-networks/5-multilayer-perceptron-part-2/index.json @@ -57,13 +57,13 @@ { "icon": "πŸ”—", "title": "Make Your Own Neural Network", - "url": "https://amzn.to/3Z1TU7w", + "url": "https://amzn.to/3BA9Jss", "description": "Reference book by Tariq Rashid" }, { "icon": "πŸ”—", "title": "Perceptrons", - "url": "https://amzn.to/4dXi2fM", + "url": "https://amzn.to/3TZl0IX", "description": "Reference book on perceptrons by Marvin Minsky." }, { From f7ff78b23a9aae7d6a9c5357e6492d6c2611fd5a Mon Sep 17 00:00:00 2001 From: Daniel Shiffman Date: Sat, 5 Oct 2024 21:06:45 -0400 Subject: [PATCH 4/4] more about 10PRINT --- content/videos/challenges/76-10Print/index.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/videos/challenges/76-10Print/index.json b/content/videos/challenges/76-10Print/index.json index b6742fdda..e4c2c4ac1 100644 --- a/content/videos/challenges/76-10Print/index.json +++ b/content/videos/challenges/76-10Print/index.json @@ -43,9 +43,9 @@ }, { "icon": "πŸ“•", - "title": "The 10Print Book", + "title": "10 Print Chr$205.5+rnd1: Goto 10 (Software Studies)", "url": "https://amzn.to/4ewmWkA", - "description": "Amazon link for the book" + "description": "This book explores a single line of BASIC code for the Commodore 64 and its cultural impact on computing and art." }, { "icon": "🎨",