+ 24
Neural networks
Hello! Recently, I have been attracted to neural networks, but so far, something does not work out in practice. Please explain to me the example of one neuron in any language, and also can tell your ideas about using networks. Maybe something will work out😁😁😁. Thank you in advance to all! Links for those who first hear about neural networks: https://gormanalysis.com/neural-networks-a-worked-example/ https://en.m.wikipedia.org/wiki/Artificial_neural_network P.S. I apologize for my English😁😁😁.
2 ответов
+ 9
A very brief introduction can be found here:
https://www.sololearn.com/learn/733/?ref=app
Also, you can follow the hyperlinks available in this lesson, to find some basic implementation of a perceptron, a building block of a neural network.
I played around with convolutional neural networks the most, and I have created a car logo classifier, able to identify some 40 car brands -- using a CNN. Check it out and feel free to follow me on github :)
https://github.com/kuba-siekierzynski/CarL-CNN
...
A link to the lesson below 👇