Pinned Repositories
apache-beam-pipelines
Various batch and streaming apache beam pipeline implementations and examples.
apache-spark-guide
Details the workings and gives various examples of the apache spark model.
bag_of_tricks
Python class with various algorithms and problem solutions. Basically a corpus of CS tricks.
DSPLib
A relatively simple and raw C++ implementation of a few DSP routines. Completed as a self exercise. The library can compute both STFT and FFTs (only in powers of 2), and do some basic bandpass filtering. The routines can be accessed through the classes, as documented in docs/...
GamblersFallacyPy
Simulation of the Gamblers fallacy / Monte Carlo Fallacy
JoshJansenVanVuren.github.io
kMeansPy
Simple python implementation of the k-means algorithm.
NgramPy
Python N-Gram Language Model Class
SnakePy
Simple Command Line Python Snake Game
JoshJansenVanVuren's Repositories
JoshJansenVanVuren/apache-beam-pipelines
Various batch and streaming apache beam pipeline implementations and examples.
JoshJansenVanVuren/apache-spark-guide
Details the workings and gives various examples of the apache spark model.
JoshJansenVanVuren/bag_of_tricks
Python class with various algorithms and problem solutions. Basically a corpus of CS tricks.
JoshJansenVanVuren/DSPLib
A relatively simple and raw C++ implementation of a few DSP routines. Completed as a self exercise. The library can compute both STFT and FFTs (only in powers of 2), and do some basic bandpass filtering. The routines can be accessed through the classes, as documented in docs/...
JoshJansenVanVuren/GamblersFallacyPy
Simulation of the Gamblers fallacy / Monte Carlo Fallacy
JoshJansenVanVuren/JoshJansenVanVuren.github.io
JoshJansenVanVuren/kMeansPy
Simple python implementation of the k-means algorithm.
JoshJansenVanVuren/NgramPy
Python N-Gram Language Model Class
JoshJansenVanVuren/SnakePy
Simple Command Line Python Snake Game