Michael Bzms's repositories

MonteCarloTreeSearch

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.

Language:C++Stargazers:32Issues:3Issues:0

CoursesApp

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 see and search for courses as well as submit their grades to them).

Language:JavaStargazers:5Issues:0Issues:0

BetOnArmee

A betting System implemented in C++ as a final project for the class of Object Oriented Programming.

Language:C++Stargazers:4Issues:0Issues:0

PRONET

This is our final project for the course Internet Technologies. It is a dynamic web application following the MVC architecture (Java Servlets for Control, Java classes for model and JSPs for view). It's a PROfessional NETworking site (like LinkedIn).

Language:JavaStargazers:4Issues:3Issues:0

DeepRecommendation

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

Language:Jupyter NotebookLicense:MITStargazers:3Issues:4Issues:0

Job-Scheduler

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 needs to extend the Job abstract class and override the run() method with the work load you wish scheduled.

Language:C++License:MITStargazers:3Issues:0Issues:0

CHI-Eudoxus

Final Assignment for Computer-Human Interaction class: Redesigning http://eudoxus.gr

Language:PHPLicense:Apache-2.0Stargazers:1Issues:0Issues:0

DeepSearch

This is meant to be a combination of well-known search algorithms (e.g. minimax, A*, etc.) with neural networks as approximators for the evaluation function(s).

Language:PythonLicense:MITStargazers:1Issues:0Issues:0

HashCode2018_AStarWars-

Team: A* Wars . This is our implementation (in python 3.6) for the problem for HashCode 2018 : The qualification round !

Language:PythonLicense:MITStargazers:1Issues:0Issues:0

Software-Developement-Project

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.

Language:C++Stargazers:1Issues:0Issues:0

System-Programming-Final-Project

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 III) a webcrawler which, given a starting url, crawls for all the web pages he can find , saves them on a specified directory and then answers to search commands for words in those web sites.

Language:C++License:MITStargazers:0Issues:0Issues:0

Computer-Security-I

Protecting and attacking a web site (Web Security)

Language:PHPStargazers:0Issues:0Issues:0

Computer-Security-II

Treasure hunt following secret clues and vulnerabilities

Language:PythonStargazers:0Issues:0Issues:0

DataMining1

Our first assignment for our Data Mining class.

Stargazers:0Issues:0Issues:0
Language:JavaStargazers:0Issues:0Issues:0

WordBlitzSolver

A simple script to solve the word blitz game recursivelly using a dictionary of known words and a Trie.

Language:PythonLicense:MITStargazers:0Issues:0Issues:0