[mlpack-git] (blog) master: GoogleNet: Week 4 (8ac21d9)

gitdub at mlpack.org gitdub at mlpack.org
Tue Jun 21 00:57:58 EDT 2016


Repository : https://github.com/mlpack/blog
On branch  : master
Link       : https://github.com/mlpack/blog/compare/463298cf4ef249f540f850eae44ec6013e4a55f8...8ac21d97d7504ad01f8a35c51dbb8f280ef53abc

>---------------------------------------------------------------

commit 8ac21d97d7504ad01f8a35c51dbb8f280ef53abc
Author: Jain <nilayj at qti.qualcomm.com>
Date:   Tue Jun 21 10:27:58 2016 +0530

    GoogleNet: Week 4


>---------------------------------------------------------------

8ac21d97d7504ad01f8a35c51dbb8f280ef53abc
 content/blog/NilayWeekFour.md.txt | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/content/blog/NilayWeekFour.md.txt b/content/blog/NilayWeekFour.md.txt
new file mode 100644
index 0000000..8a3389f
--- /dev/null
+++ b/content/blog/NilayWeekFour.md.txt
@@ -0,0 +1,14 @@
+Title: We need to go deeper, Googlenet : Week-4 Highlights
+Date: 2016-06-20 20:00:00
+Tags: gsoc, edge_boxes
+Author: Nilay Jain
+
+So this week I spent time on more editing and cleaning, doing some easy optimizations and removing some of the redundant calculations that were there in the code. Also after discussion it was concluded the design of the class needs to be changed, to be similar to other parts of the library code, so we did that.
+
+I added a discretize function to convert the structured labels of pixels, to discreet class labels which can then be an input to the decision trees, for training. Currently this function takes more time than it should so it needs to be seen how we can optimize this better.
+
+I also changed some other parts of the code, making changes to all the functions, passing objects as reference as opposed to returning them, and refactoring according to the style guidelines. I added comments to some of the funcitons in the code, more complete discription will be prepared this week.
+
+For reading this week, I first reviewed CNNs from the deeplearningbook, to get familiar with the terminology, and then I reviewed some of the papers relevant to the project, I read again the paper on GoogleNet, and a paper discussing the architecture of GoogleNet.
+
+Finally for the coming week my task is to implement the inception layer using the layers that are present in ann methods of the library.  I still have to look at the ann code and then I can proceed with the implementation.
\ No newline at end of file




More information about the mlpack-git mailing list