Neuroglycerin / neukrill-net-work

NDSB competition repository for scripting, note taking and writing submissions.
MIT License
0 stars 0 forks source link

Test number of parameters #50

Closed gngdb closed 9 years ago

gngdb commented 9 years ago

There is a script called num_parameters.py in Pylearn2's scripts directory. We should use it to see which part of our model has the parameters. Particularly, we want to know if there are now more parameters in the convolutional layers than in the fully connected layers.

gngdb commented 9 years ago

Did this in the notebook called Analysing Network, along with some other code looking at what the network has managed to learn.