From 394b406327b61e49ab764861c81cefb65e13b9a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=AE=B6=E5=90=8D?= Date: Sun, 8 Mar 2026 20:24:14 +0800 Subject: [PATCH] Add more tutorials for AI Agent and Neural Network sections --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6f69580..464fb57 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,7 @@ It's a great way to learn. * [**Python**: _Building an AI Coding Agent from Scratch_](https://github.com/suno-ai/ai-coder) * [**Python**: _Multi-Agent Collaboration with AutoGen_](https://github.com/microsoft/autogen) * [**TypeScript**: _Build AI Agents in TypeScript_](https://github.com/AgentsOS/agents-typescript) +* [**Python**: _Build Your Own AI Agent from Scratch_](https://github.com/eysure/llm-agent-from-scratch) #### Build your own `Augmented Reality` @@ -300,6 +301,7 @@ It's a great way to learn. * [**Python**: _An Introduction to Convolutional Neural Networks_](https://victorzhou.com/blog/intro-to-cnns-part-1/) * [**Python**: _Neural Networks: Zero to Hero_](https://www.youtube.com/playlist?list=PLAqhIrjkxbuWI23v9cThsA9GvCAUhRvKZ) * [**Python**: _SlowTorch: Implementation of PyTorch from the ground up in 100% pure Python_](https://github.com/xames3/slowtorch) +* [**Python**: _Build a Neural Network from Scratch with NumPy_](https://www.python-course.eu/neural_networks_from_scratch.php) #### Build your own `Operating System`