D-Link Forums

The Graveyard - Products No Longer Supported => D-Link Multimedia and USB => DSM-750 => Topic started by: agalloway on January 06, 2023, 03:51:36 AM

Title: Yet another neural network question
Post by: agalloway on January 06, 2023, 03:51:36 AM
I had two questions over neural networks....

How do neurons form paths? I understand that all a neuron does is multiply every weight with their own output, find the summation of all those values and subject it to a threshold, but how do paths form? If every neuron got the same inputs from the previous layer, how does it "do better" or pass the threshold better than other neurons if they all get the same inputs deep fake app (https://www.ivacy.com/blog/deepfake-apps/)? For example, there's an input layer of x1, x2 and x3, all passing the threshold. Next layer down the line has four neurons, all of them getting the summation. How do certain neurons in that second layer form better paths when every neuron is connected to every single one in the next layer?

How do neural networks "remember" pathways and store values? Thanks for any help.