[Numpy-discussion] numpy.random.randn

2018-03-06 Thread Marko Asplund
I've some neural network code in NumPy that I'd like to compare with a Scala based implementation. My problem is currently random initialization of the neural net parameters. I'd like to be able to get the same results from both implementations when using the same random seed. One approach I've th

[Numpy-discussion] ANN: SfePy 2018.1

2018-03-06 Thread Robert Cimrman
I am pleased to announce release 2018.1 of SfePy. Description --- SfePy (simple finite elements in Python) is a software for solving systems of coupled partial differential equations by the finite element method or by the isogeometric analysis (limited support). It is distributed under t

Re: [Numpy-discussion] numpy.random.randn

2018-03-06 Thread Robert Kern
On Tue, Mar 6, 2018 at 1:39 AM, Marko Asplund wrote: > > I've some neural network code in NumPy that I'd like to compare with a Scala based implementation. > My problem is currently random initialization of the neural net parameters. > I'd like to be able to get the same results from both implemen