In these 90 seconds you can learn a large portion of how neural networks actually work. It's a very simplified picture,…
From @harpercarrollai on Instagram — 586.7K followers · See full profile →
In these 90 seconds you can learn a large portion of how neural networks actually work. It's a very simplified picture, but let me show you the actual math. Every neural network has three kinds of layers: an input layer, one or more hidden layers, and an output layer. Each layer is made of neurons (the dots), connected by edges. Every edge carries its own weight, a number. Your input word or text input goes through a transformation into number form to enter the AI model - check out my “AI is…