GSOC'23 Week 9 & 10: Implementing Classdef for GAM and comparision with other softwaresAug 26, 2023·5 min read
GSOC'23: Final ReportProject Details Title: Addition of regression GAM and kNN classification functionality in statistics package Organization(s): GNU Octave, Google Summer of Code Mentors: Andreas Bertsatos and Nick Jankowski Community Discussion thread : [ Discourse Th...Aug 27, 2023·4 min read
GSoC'23 Week 3: Improving knnsearch and adding kd tree search method to knnsearchImplementing k-d Tree Search A k-d tree or 'k' Dimensional Tree, is a special Binary tree in which every node is a 'k' dimensional point. k-d tree search is performed by building a k-d tree for the training data and then performing a search on the k-...Jun 14, 2023·4 min read
GSoC'23 Week 1 & 2 : Adding demo and BISTs to ridge and implementing lasso regression.This Blog contains the summary of the work I did in weeks 1 and 2. Understanding the structure and codebase of Octave Octave is a high-level interpreted language for Numerical analyses and statistical computing. Octave's basic functionalities can be ...Jun 13, 2023·3 min read
GSoC'23 Project: Enhancement of Statistics Package in GNU OctaveAddition of kNN and GAMs to the Statistics Package of GNU OctaveMay 28, 2023·3 min read