回到主页

Artificial Intelligence Foundations: what is Neural Networks

(2)An example of a single perceptron

· Machine learning

Neural Networks are the combination of dozens of perceptron, and each of the perceptron has input and output and the pre-output will be the next input of the other perceptron. Complex combinations of perceptron form the network.

To take an example of the pattern of a single perceptron: I love eating fruits, and I use a function to determine whether I will buy fruits in a supermarket. There are three binary inputs: X1 is whether the supermarket is clean, X2 is whether there are various of choices, X3 is whether the fruits are in good quality. Then I need to weight my options to come up with the best choice, and I’ll add weights to each of the three inputs, three for X1, 2 for X2, 6 for X3, in that way, I got my single perceptron to simply decide whether I'll buy fruits .

broken image