Skip to content
View michaelbzms's full-sized avatar
Block or Report

Block or report michaelbzms

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. MonteCarloTreeSearch MonteCarloTreeSearch Public

    A fast C++ impementation of Monte Carlo Tree Search with abstract classes that a user of this library can extend in order to use it. To demonstrate it I apply it to the game of Quoridor.

    C++ 31 5

  2. DeepRecommendation DeepRecommendation Public

    This is the source code for my MSc thesis on Hybrid Recommendation Systems using Neural Networks.

    Jupyter Notebook 3

  3. CoursesApp CoursesApp Public

    A simple app for keeping track of student's courses and grades. Supports admin accounts which have to be installed manually in the database (to add/modify/delete courses) and student accounts (to s…

    Java 5

  4. System-Programming-Final-Project System-Programming-Final-Project Public

    This project consists of 3 seperate parts: I) a web creator bash script which creates a requested number of simple websites, II) a web server which servers HTTP GET requests for those web pages and…

    C++

  5. Software-Developement-Project Software-Developement-Project Public

    In this project we were tasked with creating and optimizing an SQL joiner for a simpler subset of SQL queries on tables with numerical-only data.

    C++ 1

  6. Job-Scheduler Job-Scheduler Public

    A pthread implementation of a Job Scheduler in C++, using a static pool of threads. Jobs can be scheduled to be run by a thread in a FIFO manner as well as waited (blocking) for. To use one simply …

    C++ 3 2