Hi Oleksandr! I had a look at your code a couple of weeks ago, as I also got some interest in Neural networks and genetic algorithm (I will start a lecture here at my university on this topic).
I think that your code needs examples. Maybe you can add some simple examples, such as learning boolean expressions, or having a more complete example on recognizing handing writing. There is in python here that does exactly that: http://neuralnetworksanddeeplearning.com/chap1.html <http://neuralnetworksanddeeplearning.com/chap1.html> My code is available here: http://smalltalkhub.com/#!/~abergel/NeuralNetworks <http://smalltalkhub.com/#!/~abergel/NeuralNetworks> I wrote this code to support some aspect of my lecture. Do not feel this as an absolute answer. Having concrete and relevant example is important and my code do not have such example. Push push your code! We need it! Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. > On Mar 21, 2017, at 6:09 AM, Oleksandr Zaytsev <olk.zayt...@gmail.com> wrote: > > Hello. > > I'm implementing Neural Networks in Pharo as part of my thesis > (object-oriented approaches to neural networks implementation). It would be > really nice to receive some feedback. So if you have any ideas, > recommendations, or critique, please, write me. What are the existing > projects or common pitfalls that I should consider? Maybe, you can recommend > me some nice book or paper on a related topic. I would be grateful for any > kind of feedback. > > Here is the repository: http://smalltalkhub.com/#!/~Oleks/NeuralNetwork > <http://smalltalkhub.com/#!/~Oleks/NeuralNetwork>. It's not much, but I'm > working on it. > > Yours sincerely, > Oleksandr