nenadmarkus / algogear

Minimalistic implementations of various algorithms for projects in machine learning and computer vision

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AlgoGear

Currently, this repository contains the implementations of:

  • Fast Fourier transform
  • LUP decomposition (+ matrix inversion, determinant computation)
  • Matrix-matrix multiplication
  • Decision trees (learning + runtime)
  • Weighted median

All implementations are in C at this point.

License

All the code is released under the MIT license unless specified otherwise.

About

Minimalistic implementations of various algorithms for projects in machine learning and computer vision


Languages

Language:C 73.9%Language:Python 26.1%