Pinned Repositories
ACM-lab
ACM lab solutions
Advanced-Systems-Lab-ETH
Multi-tier, distributed information system
CityBuildingGame
A real-time strategy city building game.
Database-Merger
Merges data from the DHT Crawler and Torrent Crawler
DHT-Crawler
Crawls the DHT (torrent hashtable), continuously maps infohashes to IPs
Image-Compression
Image Compression using patch-based PCA and run-length encoding (MATLAB)
Poker-MCCFRM
A poker AI for NL Texas Holdem trained using Monte-Carlo Counterfactual Regret Minimization.
TicTacToe-DL-RL
Implementation of Tic Tac Toe 5x5 (4 in a row). Uses a DNN together with MCTS and Neuroevolution to train the weights. The network is similar to the one used by AlphaZero but with fewer residual layers and fewer filters.
Torrent-Crawler
Crawls kickass.to, parses infohashes and metadata, stores it in a database
ozzi7's Repositories
ozzi7/Poker-MCCFRM
A poker AI for NL Texas Holdem trained using Monte-Carlo Counterfactual Regret Minimization.
ozzi7/CityBuildingGame
A real-time strategy city building game.
ozzi7/DHT-Crawler
Crawls the DHT (torrent hashtable), continuously maps infohashes to IPs
ozzi7/TicTacToe-DL-RL
Implementation of Tic Tac Toe 5x5 (4 in a row). Uses a DNN together with MCTS and Neuroevolution to train the weights. The network is similar to the one used by AlphaZero but with fewer residual layers and fewer filters.
ozzi7/Image-Compression
Image Compression using patch-based PCA and run-length encoding (MATLAB)
ozzi7/Database-Merger
Merges data from the DHT Crawler and Torrent Crawler
ozzi7/Torrent-Crawler
Crawls kickass.to, parses infohashes and metadata, stores it in a database
ozzi7/ACM-lab
ACM lab solutions
ozzi7/Benchmarking-Python
Some performance benchmarks
ozzi7/Brainy
Small asynchronous neural network that can learn pattern recognition, memorization, XOR, etc. using neuro-evolution.
ozzi7/Compiler-Design
Compiler for javali (simpler version of java)
ozzi7/Convolutional-Neural-Networks
Solutions to programming exercises on Coursera
ozzi7/Database-project
Part of the course data modelling and database: From ER model to website (Java servlets/MySQL backend)
ozzi7/DictionaryLookup-NN
ozzi7/Distributed-Systems
Android apps: reading sensoric data, chatroom, final project is a multiplayer space shooter
ozzi7/Ethereum-ClaymoreMiner-FeeRemoval
Removes fees of Claymore's Ethereum miner for Windows
ozzi7/FMFP-solutions
My solutions to exercises done as part of the course Formal Methods and Functional Programming (in Haskell)
ozzi7/github-notification-markups
Set of notification pseudo-markups created for GitHub
ozzi7/Hackerrank-Solutions
Solutions to exercises on hackerrank.com
ozzi7/HashmapPerformance
ozzi7/Kaggle-Solutions
Solutions to exercises on Kaggle.com
ozzi7/models
Models and examples built with TensorFlow
ozzi7/NALU
Implementation of NALU by Deepmind
ozzi7/NLP-sequence-models
Solutions to programming exercises on Coursera
ozzi7/OverTheWire
Solutions to exercises on OverTheWire.org
ozzi7/Radiation-Detector
A DIY radiation detector and logger.
ozzi7/TicTacToeRL
A simple implementation of Q-learning for Tic Tac Toe
ozzi7/Timeline
A website which shows past, present and future events on a timeline.
ozzi7/Torrent-Recommendations
Calculates torrent recommendations with cosine-based similarity metric
ozzi7/Web-Engineering-ETH
Web engineering class projects