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
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
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