metzzo
Getting Stuff Done Engineer. Artificial Intelligence, Computer Vision, Software Engineering and Problem Solving.
Sportradar Austria (Vienna)
Pinned Repositories
123-basic
123 basic is a backwards to GLBasic compatible compiler that targets HTML5 + JavaScript. So your GLBasic applications run with nearly zero modifications.
Awesome
Awesome is an awesome programming language written in JS.
cgue17-regimerunner
Project for Computergraphics course at University of Technology Vienna. It is written in C++ and using OpenGL 3.3 for graphics rendering and PhysX for physics.
deep_recsys
Achieves 0.55 MRR (and 0.64 MRR on the specific subset of data) at the RecSys2019 challenge using a two stage deep neural network architecture. More information can be gathered from the Documentation.pdf in particular at the "Deep Learning Model" section..
deephumor
DeepHumor tries to find out whether Deep Neural Networks are capable of understanding human humor by learning Gary Larson's cartoons. This diploma thesis consists of pre-processing an existing collection of more than 2000 cartoons, training multiple convolutional neural networks to understand the visual component and also training multiple recurrent neural network to detect punch lines in the text. A final classifier is used to merge the results. Additionally a detailed analysis regarding different configurations and an evaluation of the performance is included.
ezg17-transition
Repository for the project at the Realtime Rendering course at University of Technology Vienna.
mancala
Bachelor thesis for my degree at University of Technology Vienna. An implementation of the Mancala board game with own engine, Monte-Carlo Tree-Search based Agent and Alpha-Beta Pruning based Agent and documentation.
ogl_destructible_map
A Worms style 2D destructible map implemented in OpenGL without using Pixmaps. This is developed as the project for the "Design and Development of Rendering Engines" course at University of Technology Vienna.
Paraphrase_Identification
A paraphrase identification solution based on natural language processing and machine learning techniques. Developed during the Natural Language Processing and Symbolic and Statistical Learning course at Politehnica Bucharest.
yasp
yasp is a fully functional web-based assembler development environment, including a real assembler, emulator and debugger.
metzzo's Repositories
metzzo/Awesome
Awesome is an awesome programming language written in JS.
metzzo/FunctionalDependencyCalc
This web app allows you to optimize and verify your functional dependencies.
metzzo/Programmierpraxis_Sem1_2014
metzzo/checkedJS
This project aims to allow JS developers to define datatypes for their beloved JS functions/methods, without losing the benefits of dynamic typing while still maintaining a well defined interface with defined datatypes by introducing the concept of "Checked Functions"
metzzo/FlowGE
FlowGE is a data flow based game engine written in JavaScript targetting the web
metzzo/gl-matrix
Javascript Matrix and Vector library for High Performance WebGL apps
metzzo/jumpit
Ein Jump'n Run Tutorial.
metzzo/jumpit3d
JumpIt3D ist der Nachfolger von JumpIt