Projects in Awesome Lists by simonusher
A curated list of projects in awesome lists by simonusher .
https://github.com/simonusher/perceptron
A simple perceptron and Adaline implementation in C++. Created as an assignment for "Selected topics in artificial intelligence" course.
adaline artificial-intelligence cpp neural-network perceptron
Last synced: 04 Jul 2025
https://github.com/simonusher/akzutils
A better way to browse courses on "Aktualny Katalog Zapisowy PWr"
Last synced: 28 Apr 2026
https://github.com/simonusher/processor-allocation-algorithms
My solution to an assignment on processor allocation algorithms in a distributed environment. Done as part of the "Operating Systems" course in my undergraduate degree.
operating-systems processor simulation
Last synced: 25 Feb 2025
https://github.com/simonusher/kalman-filter
control-systems control-theory kalman-filter python simulation
Last synced: 25 Feb 2025
https://github.com/simonusher/processor-access-simulation
My solution to an assignment on processor access simulation. Done as part of the "Operating Systems" course in my undergraduate degree.
operating-systems processor simulation
Last synced: 25 Feb 2025
https://github.com/simonusher/neural-network-optimizers
My solution to an assignment on neural network initializers and optimizers. Contains some of the most popular approaches such as Xavier/He initialization and SGD, Momentum, AdaGrad, AdaDelta and Adam optimizers.
assignment initialization neural-network optimization
Last synced: 25 Feb 2025
https://github.com/simonusher/ai-9-mens-morris
This repository contains an implementation of 9 men's morris game in Unity. It includes AI players tree search algorithms to make decisions.
alpha-beta-pruning artificial-intelligence game min-max unity
Last synced: 16 May 2026
https://github.com/simonusher/p4
This project is a successful attempt at making the P3 optimization method work with scheduling problems. I created it as a part of my bachelor's thesis. Afterwards it was used in research that led to a paper published at PPSN 2020 conference. The paper is available here: https://link.springer.com/chapter/10.1007/978-3-030-58112-1_29
artificial-intelligence evolutionary-algorithms evolutionary-computation linkage-learning
Last synced: 04 Jul 2025
https://github.com/simonusher/p3-ag-challenge
This repository contains my adaptation/implementation of the Parameter-less population pyramid (P3) optimization method. It is my solution to the second evolutionary computation challenge, organized at Wrocław University of Science and Technology.
binary evolutionary-computation optimization-methods
Last synced: 15 Jun 2026
https://github.com/simonusher/pkp_network_science
A railway connections (Polskie Koleje Państwowe) network scraper with simple Folium visualizations. Created as part of network science course on WrUST.
graph network-science python scraping
Last synced: 12 Apr 2026
https://github.com/simonusher/frame-assignment-algorithms
My solution to an assignment on frame assignment algorithms. Done as part of the "Operating Systems" course in my undergraduate degree.
Last synced: 15 Apr 2026
https://github.com/simonusher/ai-image-similarity
artificial-intelligence image-similarity key-points ransac
Last synced: 02 Mar 2026
https://github.com/simonusher/multi-layer-perceptron
My solution to an assignment on multi-layer perceptron. Implemented in python and numpy. Contains the forward and backward pass code, as well as some utility functions.
multi-layer-perceptron neural-network numpy python
Last synced: 19 Apr 2026
https://github.com/simonusher/disk-access-simulation
My solution to an assignment on disk access simulation. Done as part of the "Operating Systems" course in my undergraduate degree.
disk-scheduling operating-systems simulation
Last synced: 15 Jun 2026
https://github.com/simonusher/android-fplayer
This repo contains a music player application for Android, written in Kotlin. It includes features such as background playback using a service, a playback queue, multiple repeat options, an equalizer and some more. It is my solution to an Android programming course assignment.
android background-service kotlin music-player
Last synced: 15 May 2026
https://github.com/simonusher/page-replacement-algorithms
My solution to an assignment on page replacement algorithms. Done as part of the "Operating Systems" course in my undergraduate degree.
operating-systems page-replacement simulation
Last synced: 19 Jun 2026