Joseph Moukarzel's repositories
The-game-of-life
Python and Haskell implementations of Conway's game of life.
distributed-algorithms
Implementations in Go using Zookeeper's API for various distributed-algorithms such as: leader election, service discovery and registration, cluster-auto healing.
MatchZooIntegration
Pipeline to provide MatchZoo with Terrier data
InformedSearch
UCS and A* for optimal problem solution.
Digit-Recognizer
Deep neural network digit recognizer with 99.51% accuracy
House-Price-Prediction
Prediction of house prices based on aspects of residential homes.
kubelet-rubber-stamp
Simple CSR approver for Kubernetes
Missionaries-and-Cannibals
Missionaries and cannibals problem solver with state printing.
ParisClustering
Clustering of different touristic attractions in Paris
Tree-and-Graph-search
Provides an implementation in Java for uninformed search algorithms (DFS and BFS). These implementations are used to solve the missionaries and Cannibals problem (c.f. corresponding repository)