kjulian3

Results 3 issues of kjulian3

On a Windows machine I’ve installed a fresh Jupyter with Julia 1.1 along with the most recent versions of Interact (v0.10.2) and PGFPlots (v3.0.3). I’m having trouble using the @manipulate...

The function backward_prop in nnet.c assumes all hidden layers of the network have size maxLayerSize, and though this is true for the prototype ACAS Xu networks, this is not true...

I am trying to test a neural network that has different sized hidden layers, but I am getting a segfault. After some debugging, it looks like the indices used for...