Hello everyone,

This is a very brief summary of contributions I have done till now at
Shogun.
For a bit more detailed description take a look at my gsoc blog
<https://shubham808.github.io/>.

1. Worked on using factory methods in LDA meta example. This was a good
issue
which required some multiclass labels refactoring.
2. In favor of "as" and factory methods we deleted the CLabelsFactory class.
3. Ported a few undocumented examples to meta.
4. Completed the Refactoing of logdet to not use computation Engines and
also openmp parallelization.

5.  Added a new CStoppableSGObject base class and now CMachine and
CMachineEvaluation can just inherit all the premature stopping code from it.
6. Replaced all calls to cancel_computation() with the
COMPUTATION_CONTROLLERS macro.
7. Used a signal handler for LinearMachine and KernelMachine.
8. Added the List of iterative algorithms wiki page.

It is great fun to be working at shogun and I am learning a lot from my
mentors too. :)

Thank you

Shubham

Reply via email to