From 2f45843c55ce4e03a37d92e2ab37f2a027a935dc Mon Sep 17 00:00:00 2001 From: EddieCueto Date: Sun, 15 Oct 2017 14:25:51 -0500 Subject: [PATCH] Change to the readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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.