Week 4 (June 17 – June 23) Progress

Working on crossval method of the classdef ClassificationSVM and made a Matlab vs Octave output comparison doc for all the methods that I have implemented so far.

This week, I started working on the crossval method. I used the following resources:

  • Libsvm PDF by CSIEThis document contains the mathematical formulations implemented in LIBSVM, which I will use to cross-check against MATLAB's documentation.
  • README provided with the LIBSVM package for MATLAB/Octave.
  • Matlab's Documentation: crossval
  • Also I am looking at the crossval method code written by Ruchika in her fork.

I also made a doc for side by side comparison of the outputs of Matlab and Octave to give you (the reader of this blog) a better look at my work. More on this can be found in the previous blog. The link to the doc.

I also added two demos to the ClassificationSVM.m file.

The next meeting will be on June 25, 2024.

Thank you for reading my blog. See you in the next one! 😊


Comments

Popular posts from this blog

My Plans for Google Summer of Code 2024: A Brief Overview of My Project and Timeline.

Week 1 (May 27 - June 2) Progress

Week 7 (July 8 –July 14) Progress