Projects & Stuff

A collection side projects and stuff:

EduNN (2022)

Learn how modern, modular Neural Networks work by implementing a PyTorch/Keras-like framework. edunn is a very simple library that contains the basic elements to define, train and use modular Neural Networks using just Python and Numpy.

VomSim (2017)

VonSim is a web app for coding in a simple version of Assembler and simulating the execution of these programs.

A webapp to visualize gestures from the MSRC12 Action Dataset

Mazes (2015)

A small app to randomly generate mazes.

A small app to apply different styles to your webcam.

This paper explores the use of clustering models of stocks to improve both (a) the prediction of stock prices and (b) the returns of trading algorithms. Forecasting is improved by using the additional information provided by the clustering methods, therefore selecting relevant data is an aspect of time series modeling.