Week 5 (June 24 – June 30) Progress

This week, I worked on ClassificationPartitionedModel for the ClassificationSVM 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.
  • The ClassificationPartitionedModel.m file by Ruchika.

Comments

Popular posts from this blog

Wrapping Up My GSoC Journey: A Look Back at the Project and What’s Next

Week 8 (July 15 –July 21) Progress