Pinned Repositories
QoSForecastLSTM
An evaluation of QoS forecast methods described in paper Quality of Service Forecasting with LSTM Neural Networks
2d-nbody-simulation
prototype of 2D N-Body simulation of our solar system
CountryballGame
2D sidescroller platform game similar to original Super Mario series
dotnet-musicplayer
Music Player with spectrum visualizer written in C# using WinForms and SDL2
HexagonJump
Platformer game where you have to jump over obstacles that follows your music rhythm.
Interpolation_Clipping_Rasterization
Interpolation, clipping and rasterization algorithms in C++
PolygonImage
Polygon image generator with try-success-failure algorithm using random mutations.
shortestpathalgorithms
Dijkstra, Bellman-Ford shortest path algorithms
splay-tree
Self balancing binary tree with logarithmic amortized time of CRUD operations
time-series-forecasting
Python scripts for time series forecasting using ARIMA and LSTM recurrent neural networks
stepulak's Repositories
stepulak/time-series-forecasting
Python scripts for time series forecasting using ARIMA and LSTM recurrent neural networks
stepulak/CountryballGame
2D sidescroller platform game similar to original Super Mario series
stepulak/Interpolation_Clipping_Rasterization
Interpolation, clipping and rasterization algorithms in C++
stepulak/dotnet-musicplayer
Music Player with spectrum visualizer written in C# using WinForms and SDL2
stepulak/2d-nbody-simulation
prototype of 2D N-Body simulation of our solar system
stepulak/shortestpathalgorithms
Dijkstra, Bellman-Ford shortest path algorithms
stepulak/splay-tree
Self balancing binary tree with logarithmic amortized time of CRUD operations
stepulak/PolygonImage
Polygon image generator with try-success-failure algorithm using random mutations.
stepulak/algorithm-collection
Algorithm collection written in C#
stepulak/AnimatedScene
OpenGL animated scene written in C++
stepulak/HexagonJump
Platformer game where you have to jump over obstacles that follows your music rhythm.
stepulak/Boost_Spirit_Parser_Examples
C++ parser examples which I've developed to get more familiar with Boost spirit library.
stepulak/combinatorial-search-algoritms
minimax, minimax with alpha-beta prunning, semi-parallel minimax
stepulak/fi-muni-bakalar-statnicove-otazky
Vypracovane otazky k bakalarskym statnicim
stepulak/GeneticCars
Car's race simulation using genetic principles (leader based mutations)
stepulak/haskell-examples
Some of my useful stuff from IB015 course
stepulak/LettersCombo
Puzzle-game prototype for mobile phones written in Lua
stepulak/mini-chess-engine
Minimalistic chess engine and game with CLI interface written in C++
stepulak/PB007-SequenceZOO
stepulak/playing_with_r
My very humble playground with R
stepulak/QoSForecastLSTM
An evaluation of QoS forecast methods described in paper Quality of Service Forecasting with LSTM Neural Networks
stepulak/qt-calculator
QT calculator for solving generic equations (+,-,*,/ including brackets)
stepulak/rpi-pico-robot
Micropython source code for my first homemade DIY 4WD robot
stepulak/rpi-pico-robot2
Micropython source code for my homemade DIY 2WD tricycle robot
stepulak/Rubik_Cube_Visualizer
Rubik's Cube Visualizer in C++ and OpenGL
stepulak/simple-nn-library
Simple feed-forward neural network library written in Python with applications of this library on various problems.
stepulak/SocialNetwork-WhatCanIWearTonight
Social Network - MVC example project in .NET with Entity Framework, ASP.NET and Razor Pages
stepulak/threadpool
C++ thread pool implementation
stepulak/Translation-Quiz-Game
Trivia quiz-like game where you create word translations from given letters.