CS231n Machine Learning Classifiers in C++

This project contains my c++ implementation of the SVM and Softmax loss functions in addition to the simple two-layer Neural Network. They were developed for visualization and understanding while doing CS231n from Stanford University in 2016.

Read More

Master project: Localization with Deep Learning

Robot localization with deep neural networks on 2D occupancy grid maps. The goal of the research project is to explore the capabilities of the neural networks to localize the robot on a 2D plane, given the odometry and 2D laser scans.

Read More