Neural networks | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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😁😁😁.

31st Jan 2018, 2:56 PM
alex44098
alex44098 - avatar
2 Answers
+ 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 👇
31st Jan 2018, 9:00 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
10th Mar 2018, 4:14 PM
Eeshan Narula
Eeshan Narula - avatar