I am using this website to provide some additional information about some of my side projects that I have been working in the past. If you have any questions you will find my contact information at the bottom of the page. You can also take a look at my Github repositories.
If you are interested in my professional career, please have a look at my CV on LinkedIn.
ComputerVision is a small C++ library that I have created as a side project with basic image processing algorithms for line detection based on Hough transform. I have started the project out of curiosity and for educational reasons. It helped me to understand basic image processing algorithms and C++ basics.
As another educational side project I was working on an artificial neural network simulation in C++ to explore the wide field of machine learning. The library uses the backpropagation algorithm for the learning process.