Counting parameters of GoogLeNet using Haskell
Go to file
EddieCueto 2f45843c55 Change to the readme 2017-10-15 14:25:51 -05:00
.gitattributes Initial commit 2017-10-15 13:53:22 -05:00
.gitignore Initial commit 2017-10-15 13:53:22 -05:00
LICENSE Initial commit 2017-10-15 13:53:22 -05:00
Param.hs Initial commit 2017-10-15 13:53:22 -05:00
README.md Change to the readme 2017-10-15 14:25:51 -05:00

README.md

GooLeNet parameter counting

This code counts the number of parameters of the famous NN GooLeNet using custom types to model convolution layers and fully connected layers, a function is created to simulate an inception module.