About 199,000,000 results
Open links in new tab
  1. Running a NEURAL NETWORK in SCRATCH (Block-Based Coding)

    With all of the craze over AI these days I had the crazy idea of designing, running, and training a neural network to learn bitwise operations all on the Scratch block-code platform.

  2. How would one make a neural network? - Discuss Scratch

    Feb 15, 2019 · This is a general outline of one of the ways to build a neural network: Let the inputs be i, the transformed input be t, the correct outputs be c, the neural network's outputs be o, and the …

  3. Hey Scratchers, How Do You Make A Neural Network? - Discuss Scratch

    May 18, 2024 · Lately, I've noticed projects such as Car, Flappy Bird, Cops and Robbers, and other games incorporating neural networks and AI. While many of their “AI” implementations may not meet …

  4. how to make a neural network in scratch - YouTube

    © 2025 Google LLC. a neural network comprised of 3 layersinputhidden layersoutputheres a basic math thing to turn input to output with 2 inputs and 1 outputinput = ihidden = Hc...

  5. How to make a neural network? - Discuss Scratch

    Jan 24, 2021 · I've seen neural networks on scratch before, but they're very complex. I've never coded one myself, but I'm assuming you could use lists to define the nodes and their values.

  6. A Neural Network (Artificial Intelligence) in Scratch - Discuss Scratch

    Mar 15, 2020 · Hello there, I am quite new to scratch and this is my first project - a Neural Network in scratch. This was rewritten from python with 552 blocks and very accurate answers.

  7. Neural Network - HOW - Discuss Scratch

    Apr 11, 2024 · There's no set tutorial on how to make a neural network in scratch, but you can watch videos like this one to better understand how they work, and eventually learn how to translate the …

  8. How to build a Neural Network from scratch - freeCodeCamp.org

    Oct 11, 2019 · In this article we will get into some of the details of building a neural network. I am going to use Python to write code for the network. I will also use Python's numpy library to perform …

  9. Learn to Build a Neural Network From Scratch — Yes, Really.

    Sep 18, 2024 · In this comprehensive tutorial, we’re going to build a neural network from scratch using Python and understand all the linear algebra and calculus.

  10. Yash8745/Neural_Network_Scratch - GitHub

    This project is a scratch implementation of a neural network from the ground up, written in Python. It serves as a learning resource and demonstrates how neural networks can be built without using high …