Stars
Sudoku solver by modelling it as a CSP (constraint-satification problem), and additionally as an exact cover problem using Dancing Links (TO DO).
AI for the game Tenner Grid by means of modelling it as a constraint-satisfication problem using BT, FC, GAC with MRV heuristic.
Fully autonomous robot that investigates the status of heavy water containing barrels for a nuclear power plant. Written in assembly language for the PIC16 microcontroller, to provide a functional …
Facial and gender classification of actors from scratch, using linear regression, with pictures taken from FaceScrub.
Classifying faces and hand-written characters (Python + Tensor flow)
Reproducing results from DeepMind's paper on Population Based Training of Neural Networks.
Applying Population Based Training on Generative Adversarial Networks.
C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
A more maintainable, easier to share version of the infamous http://mindprod.com/jgloss/unmain.html