Software Engineer @ Tenderly
Pinned Loading
-
evolutionary-timetable-scheduling
evolutionary-timetable-scheduling PublicAn algorithm for creating a good timetable for the Faculty of Computing. The algorithm is based on evolutionary strategies, more precisely on the 1+1 evolutionary strategy and Shotgun hill climbing.
-
fashionMNIST-classifier
fashionMNIST-classifier PublicForked from raf-bsn/ML-project2
Convoluted Neural Network for classifying the FashionMNIST data set. Recognition of multiple clothing objects on the same picture with noise using the trained model and OpenCV.
Python
-
-
shortest-path-among-obstacles
shortest-path-among-obstacles PublicAn implementation for the Shortest Path Among Obstacles for a point robot problem, using the Visibility Graph.