Ruchika Sonagoteruchika03.hashnode.dev·Aug 22, 2024GSoC'24: Final ReportProject Details Title: Adding GAM and Discriminant Classification Classes and Implementing Missing Methods Organization: GNU Octave, Google Summer of Code Mentor: Andreas Bertsatos Community Discussion Thread: [ Discourse Thread ] Project Fork: [ For...92 readsMachine Learning
Azmat Khanazm999.hashnode.dev·Jun 14, 2023GSoC'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-...gsoc
Azmat Khanazm999.hashnode.dev·May 28, 2023GSoC'23 Project: Enhancement of Statistics Package in GNU OctaveI am Azmat Khan from Jabalpur, India currently Majoring in Electronics at MITS Gwalior. I am exhilarated to share that I will be Contributing to the Statistics package of GNU Octave this summer. https://github.com/gnu-octave/statistics The aim of t...10 likes·150 readsGoogleSummerOfCode