brainstorm
brainstorm copied to clipboard
Fast, flexible and fun neural networks.
Change to binomial_cross_entropy_layer such that 'default' and 'targets' of the same size are accepted. Before the had to have the same shape.
I encountered a weird crash. Not really sure what happened, because it ran fine for 29 epochs before that. I can't reproduce it, but I wanted to keep it here...
On Windows 10 64-bit; PyCUDA 2015.1.3; CUDA 7.5 machine: When calling PyCudaHandler while running CIFAR-10 example (examples/cifar10_cnn.py) line 64, the following error occurs: - \- - - - - -...
I made corrections to the MNIST and Hutter Prize examples, and updated the README with instructions for installing on Windows machines.
I've trained an MNIST network. Now I basically want to know how I can input an image and classify it. By reading the docs, I understand that provide_external_data is one...
Hi everyone! I'm using brainstorm for multivariable regression with LSTM network and I've just noticed that the `SquaredDifference.outputs.default` values are exactly half of the real squared errors. FYI: using Python...
Since some papers have made available pre-trained Caffe convnets, it'd be nice to be able to use them in Brainstorm.
Allow passing a function to be used for log output in place of the print() function (Relating to https://github.com/IDSIA/brainstorm/issues/36 )
Currently, all monitors write to stdout. If brainstorm is used from an IPython notebook, and some monitor as an `update` interval, this will inevitably lead to a completely frozen browser...