I'm 2nd year student pursuing Computer Science and Information Systems at Warsaw University of Technology.
Passionate about algorithmics and low level programming.
Interested in machine learning, mobile development, cloud and computer graphics.
- MiniTest
- Lightweight unit test framework for C# written from scratch
- MinImage
- Interactive procedural concurrent image generator
- Written in C# using a native library written in C++
- RayTracing
- Simple Ray tracer implementation in C#
- Made with help of Ray Tracing in One Weekend by Peter Shirley
- Micorgrad
- A simple automatic differentiation engine using backpropagation over dynamically built DAG
- Written in Python
- Made with help of Andrej Karpathy's: spelled-out intro to neural networks and backpropagation
- Monte Carlo e number estimation
- Estimating base of natural logarithm using Monte Carlo method
- Written in C using pthreads
