Pinned Repositories
abcde
Experimental repository for preprocessing evaluation, enhanced from "Action-Based Conversations Dataset: A Corpus for Building More In-Depth Task-Oriented Dialogue Systems"
battle-ships
A battle ships mobile game for android platform.
chess
A chess game in java, allowing to play against an ai opponent.
fac
A toy programming language including jflex scanner, cup parser and semantic validation. Executably by console and by gui (a toy-IDE).
neuralnetwork
A java library providing a configurable neural network. Supports supervised learning and genetic algorithm.
pentis
A tetris-like game in java - with 5 instead of 4 blocks.
snake
WIP - A snake game in java, allowing to play manually and challenge different bots.
SnakeML
A snake game to be played manually or to be tested against a neural network algorithm. The neural network is configurable on the ui. Extended statistics about game data can be provided via webserver interface. Additionally, a demo mode with a trained neural network is implemented.
tictactoe
A tic tac toe game in java, which can be trained by machine learning (console & gui).
lpapailiou's Repositories
lpapailiou/chess
A chess game in java, allowing to play against an ai opponent.
lpapailiou/neuralnetwork
A java library providing a configurable neural network. Supports supervised learning and genetic algorithm.
lpapailiou/tictactoe
A tic tac toe game in java, which can be trained by machine learning (console & gui).
lpapailiou/battle-ships
A battle ships mobile game for android platform.
lpapailiou/abcde
Experimental repository for preprocessing evaluation, enhanced from "Action-Based Conversations Dataset: A Corpus for Building More In-Depth Task-Oriented Dialogue Systems"
lpapailiou/fac
A toy programming language including jflex scanner, cup parser and semantic validation. Executably by console and by gui (a toy-IDE).
lpapailiou/snake
WIP - A snake game in java, allowing to play manually and challenge different bots.
lpapailiou/SnakeML
A snake game to be played manually or to be tested against a neural network algorithm. The neural network is configurable on the ui. Extended statistics about game data can be provided via webserver interface. Additionally, a demo mode with a trained neural network is implemented.
lpapailiou/pentis
A tetris-like game in java - with 5 instead of 4 blocks.
lpapailiou/mario
a WIP mario clone spike to play around with collision detection and gravity.
lpapailiou/tspwalker