--- Begin Message ---
Hi Oleksandr,

Since you are interested in the implementation aspect of neural networks, may 
be you should take a look on heuristiclab 
(http://dev.heuristiclab.com/trac.fcgi/wiki); a general framework for 
developing heuristic algorithms (not only neural networks, actually). 
The interesting part is that the focus is on the implementation aspects too. 
The approach adopted by the developers is a Software Product Line one which 
seems to bring significant improvement to the way the code can be reused and 
adapted to different/new problems.

Have a nice journey with Pharo ;)
Abdelghani

> On 21 Mar 2017, at 10:22, pharo-users-requ...@lists.pharo.org wrote:
> 
> From: Oleksandr Zaytsev <olk.zayt...@gmail.com <mailto:olk.zayt...@gmail.com>>
> To: pharo-users@lists.pharo.org <mailto:pharo-users@lists.pharo.org>
> Subject: [Pharo-users] Neural Networks in Pharo
> Message-ID:
>       <caep0uzuu-smvgjywtqsumoqfu1jx1joyy48u8s08xafzix8...@mail.gmail.com 
> <mailto:caep0uzuu-smvgjywtqsumoqfu1jx1joyy48u8s08xafzix8...@mail.gmail.com>>
> Content-Type: text/plain; charset="utf-8"
> 
> 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


--- End Message ---

Reply via email to