Volodymyr's repositories
mnist-hopfield
MNIST dataset classification with Hopfield network
modern-hopfield
Implementation of modern Hopfield network from "Hopfield Networks is All You Need" article
pomodoro-telegram-python-bot
Telegram bot based on aiogram library
airbus-ship-detection-challange-unet
UNET model for ship segmentation from Airbus Ship Detection Challange
Euler-and-Runge-Kutta-methods-comparison
Euler's and Runge-Kutta methods comparison on solving initial value problem on Lotka-Volterra equations and other functions
flutter-todo-login
Flutter todo app with login screen and backend(look at https://github.com/grinvolod13/todo-fastapi-login )
generate-hilbert-curve
Python code to generate images of Hilbert Space-Filling Curve
image-to-hilbert-curve
Python function to convert RGB or grayscale image to Hilbert Space-Filling Curve
kmeans-python
K-means clustering implemented in python
skills-hello-github-actions
My clone repository
todo-fastapi-login
FastApi todo app with login