Math
- the_long_count
January 26, 2020
Some functions for computing using the Long Count, a Mayan numeric system for dates.
- cuda-fft
March 24, 2018
Yet another FFT implementation in CUDA. Includes benchmarks using simple data for comparing different implementations.
- Code for a statistics class
April 17, 2017
Email classifier A machine learning project for classifying emails into spam and ham. Uses C for preprocessing emails, Python for parsing and extracting low-level features of emails, and a few lines of Matlab for running several classic classifiers. See github.com/roguh/email-classifier Hopfield testing These Python scripts can be used to test the recall effectiveness of Hopfield Networks. A sample dataset composed of the Walsh vectors, an orthogonal system is included by default.
- cv-composer
June 30, 2016
Command-line based computer vision algorithms showcase. Uses the OpenCV C++ library.