+ 2
Neuronal Network
Hey, I read the article from SoloLearn about Machine Learning and I saw the Python implentation too. And now I asked my self how can I do this with mir neurons than one. Ninj4
2 Réponses
+ 7
You can write your own implementation or use ready-made libraries like tensorflow or pytorch. If you also use the keras module, building your own neural network is Lego-like easy :)
0
Thx ^^