Neural Network
The calculation model consisting of layer nodes, inspired by neuron connections in the human brain.
When training a nervous network, the difference between the output generated by the network is measured with a loss function, then the resemblance algorithm calculates that error should be updated in the direction and how much the weight of each connection is restored throughout the network. This process has thousands of times repeated with optimization algorithms such as gradyan landing, making the network generates increasingly hit predictions. From a simple single-layer sensor (perceptron) to billions of parameters deep networks, all modern artificial intelligence systems - large language models without recognizing the image - the basic structure stone is installed on this simple but strong idea.
