Re: [Pharo-users] Pharo 6 / VM crashes

2017-04-30 Thread Oleks
Hello, The same happened to me about a week ago. Apparently, the latest 'stable' (Feb 22) version of VR has some compactor bug which makes it crash. Try this: curl get.pharo.org/60+vmLatest | bash It should download the latest (Apr 18) VM, which works just fine. Oleks -- View this

Re: [Pharo-users] Neural Networks in Pharo

2017-04-29 Thread Oleks
@n4.nabble.com> wrote: > now work all good with last version of polymath > thanks :-) > > 2017-04-27 17:29 GMT+02:00 Oleks <[hidden email] > <http:///user/SendEmail.jtp?type=node&node=4944863&i=0>>: > >> Hello, >> >> I have finally added a confi

Re: [Pharo-users] Neural Networks in Pharo

2017-04-27 Thread Oleks
Hello, I have finally added a configuration to the NeuralNetwork project. Now you can use this Metacello script to load it into your Pharo image: Metacello new repository: 'http://smalltalkhub.com/mc/Oleks/NeuralNetwork/main'; configuration: 'MLNeuralNetwork'; version:

Re: [Pharo-users] Neural Networks in Pharo

2017-04-25 Thread Oleks
Hello, There isn't one yet. But I will try to create it today. I will let you know Cheers, Oleks On Apr 25, 2017 16:10, "francescoagati [via Smalltalk]" < ml+s1294792n494402...@n4.nabble.com> wrote: > Hi Oleks, > there is a mode for install neural network from meta

Re: [Pharo-users] Neural Networks in Pharo

2017-04-23 Thread Oleks
Hello, Thanks a lot for your advice! It was very helpful and educating (for example, I thought that we store biases in the weight matrix and prepend 1 to input to make it faster, but now I see why it's actually slower that way). I've implemented a multi-layer neural network as a linked list of la