Christos Kormaris (chriskormaris)

chriskormaris

Geek Repo

Company:XM

Location:Athens, Greece

Home Page:https://www.chriskormaris.gr

Github PK Tool:Github PK Tool

Christos Kormaris's repositories

Connect4

A game known as Connect4, Score4, 4-in-a-line or 4-in-a-row. Modes: Human Vs AI, Human Vs Human, AI Vs AI. Written in Java.

Language:JavaLicense:MITStargazers:20Issues:6Issues:2

MyChessGame

A traditional Chess game implementation in Java Swing, using Minimax AI. © Created by: Christos Kormaris, Athens 2020

Language:JavaLicense:MITStargazers:8Issues:2Issues:0

NaiveBayesClassifierInPython

A manual Naive Bayes Classifier for classifying spam and ham emails. Written in Python.

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

2-SAT

This is an algorithm that given a Boolean formula with n=3 distinct variables and 2 variables per clause (2-Satisfiability), determines the values of the variables that result in the formula being TRUE, or determines that there is no solution and the formula is never TRUE. Written in Python.

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

MobyChord

An implementation of Chord P2P protocol for mobile Android devices! Every mobile device is called a node and is both a client and a server. The aim is to request map routes from the closest node.

Language:JavaLicense:MITStargazers:1Issues:3Issues:0

NaiveBayesClassifierInMatlab

A custom Naive Bayes (NB) Classifier for classifying spam and ham text files. Written in Matlab. You should also check my NB classifier in Python.

Language:MATLABLicense:MITStargazers:1Issues:1Issues:0

NLJ-SMJ

Implementation of two join algorithms, Nested Loop Join (NLJ) and Sort Merge Join (SMJ). Written in Java.

Language:JavaLicense:MITStargazers:1Issues:2Issues:0

PyxidaAuebScraper

A web scrapper tool to easily extract links from the AUEB Pyxida Institutional Repository. The urls extracted contain MSc and PhD theses, in ".pdf" format, from all the departments of AUEB.

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

TSP

TSP (Travelling Salesman Problem) plot in Java. It runs the TSP brute-force algorithm and draws the cycle of minimum distance among cities of random or fixed coordinates.

Language:JavaLicense:MITStargazers:1Issues:2Issues:0

vae-master-thesis

My postgraduate dissertation that I've done while studying Computer Science at Athens University of Economics & Business. Title: Variational Autoencoders & Applications Student: Christos Kormaris Supervisor Professor: Michalis Titsias Date: May 2018

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

AuebOpenUniSchedule

If you are a student at AUEB, you can easily learn your academic schedule, using this software. This version is for Desktop PCs, not Android!

Language:JavaStargazers:0Issues:2Issues:0

chriskormaris

My personal repository

Stargazers:0Issues:2Issues:0

kMeansInJava

A Machine Learning algorithm that assigns the data of a given dataset to a number of clusters.

Language:JavaLicense:MITStargazers:0Issues:0Issues:0

LogisticRegressionInJava

A simple implementation of logisitic regression in Java

Language:JavaLicense:MITStargazers:0Issues:1Issues:0

MLClassifiersInCPP

K-NN, Naive-Bayes & Baseline classifiers for the LingSpam dataset, written in C++.

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

MyTicTacToe

The classic TicTacToe game with a nice GUI, made with Java Swing. Game modes: Human Vs Minimax AI, Human Vs Human, AI Vs AI & Client-Server.

Language:JavaLicense:MITStargazers:0Issues:3Issues:0