Neuroglycerin / neukrill-net-work

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

Deeper nets #42

Open gngdb opened 9 years ago

gngdb commented 9 years ago

Looking at the network mentioned on the forum using CXXNet, they're using a much deeper network than ours. Working from their network as an example and looking at the original Hinton Imagenet paper. Will call the network deeper_net.yaml.

gngdb commented 9 years ago

Actually, appears is only slightly deeper than ours, they just have to define every max pooling operation as a layer as well.

scottclowe commented 9 years ago

This is 3 convolutions and 2 or 3 MLPs, right?