How AI Thinks 🧠

This is a simple neural network that learns to tell if an animal is a rabbit πŸ‡ or a dog 🐢 based on two things:

You can teach the AI using training data, then try new values to see what it predicts!



Try new animal features:



AI thinks it's a: ❓

🧠 What are you seeing above?

The yellow bubbles are neurons. They take numbers (like weight or ear length), pass them through math functions, and share their results with the next layer.

The more yellow a circle is, the more it is activated. This means it's reacting more strongly to the input. The final layer has two neurons: one for πŸ‡ Rabbit and one for 🐢 Dog.

The number inside each circle shows how "active" that neuron is (from 0.00 to 1.00). The AI picks the one with the highest value.

For example, if the Rabbit neuron is 0.25 and Dog is 0.75 β†’ AI says: it’s a Dog! 🐢