Skip to content

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

Notifications You must be signed in to change notification settings

nenadmarkus/algogear

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published