- 🇨🇿 I live in Prague, Czech Republic
- 🎓 I'm a student at Czech Technical University
AutoDiff.jl is a small automatic differentiation engine written in Julia, useful for demonstrating how backpropagation works under the hood. The project allows visualizing a computational graph for common vector operations, performing gradient descent, and defining a multilayer perceptron.
Implementation of a chess-like game Arimaa written in Java with a graphical user interface. The project allows loading from and saving to a predefined portable game format, undoing steps and playing against a computer or a human.