diff --git a/README.md b/README.md index 4212f3d..1c2bce2 100644 --- a/README.md +++ b/README.md @@ -1 +1,5 @@ -# ParamProj +#### 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.