Week 7

This week we worked on a few more cleanups for our mixin along with finally merging it into develop. We also wrote a cookbook for converters along with adding a factory for them. We decided to implement our mixin to...

Week 6

This week we refined and completed IterativeMachine class as a mixin. We focused on Perceptron as an example to see how things would actually look like when we implement our idea. The flow begins when the user calls “train” for...

Week 5-End of Phase 1

Phase one of GSoc is over this week. We have had a terrific run. In this post we will look at how we are going to implement our IterativeMachine class and a few issues we faced along with how we...

Week 4

This week we discussed deeply into the implementation of our framework along with making a few changes. After merging #4230 the Perceptron is ready to implement on_pause_impl() of its own. To start this off I wrote a simple code to...

Week 3

This week we looked into how the algorithms do not update their state properly in each iteration. Due to this we cannot really expect meaningful information during pause since it will just return the initialized values. This will need to...