#gsoc
Read more stories on Hashnode
Articles with this tag
Project Details Title: Addition of regression GAM and kNN classification functionality in statistics package Organization(s): GNU Octave, Google...
why GAMs ? A Linear Model is Represented as : $$Y=Xβ+ε$$where Y is the Response Variable, X is the predictor data, Beta is the regression Coefficient,...
kNN Algorithm in the parametric approach, we assume an underlying relationship between the predictor (input) and response (output) values. $$Y = f(X,...
Implementing 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...
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...
Addition of kNN and GAMs to the Statistics Package of GNU Octave · I am Azmat Khan from Jabalpur, India currently Majoring in Electronics at MITS...