This is a simple neural network that learns to tell if an animal is a rabbit π or a dog πΆ based on two things:
AI thinks it's a: β
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! πΆ