Recent site activity (uploads, changes) is listed here.
Python | image_classification | Training a simple convolutional neural network on the CIFAR-10 dataset for an image classification problem. |
Python | maximum_segments | Setting up and solving the problem of picking a combination of non-overlapping segments, which cover the largest possible area. |
Python | random_shape_generation | Script for creating a batch of images with a randomly placed shape. |
Master Thesis | Master Thesis | Quadratic Maximum-Weight Independent Set Problems (Q-MWIS) |
C++17 | C++ Basics 2 | Updated: Custom Data Types. |
C++17 | HTML Checker | Application for detecting faulty HTML tags. |
C++17 | Text Converter | Small convenience app that converts words in a text, according to a specified pattern. |
C++17 | C++ Basics 2 | Memory Allocation, Exceptions and exception handlers, Return Value Optimization. |
C++17 | Classes | class/struct, public/protected/private, Constructors and Destructors, Inheritance, Operator Overloads, Templates and union. |
C++17 | fermat_test | Function that runs a Fermat primality test. |