Skip to content
View JGZimek's full-sized avatar
  • Wrocław

Highlights

  • Pro

Block or report JGZimek

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. smart-home-mockup smart-home-mockup Public

    A Building Management System (BMS) for managing a smart home mockup, featuring three subsystems: Access Control, Environment Management, and Security Management. This project integrates various fun…

    C++ 2

  2. chaotic-systems-analysis chaotic-systems-analysis Public

    Analysis of chaotic systems and their fractional-order variants using phase space reconstruction, Lyapunov exponents, fractal dimensions, and bifurcation analysis. Implementations in Python compari…

    Python 1

  3. control-algorithms control-algorithms Public

    Custom modules for simulating and analyzing control systems, using adaptive and multilevel control algorithms, with integrated signal generation, noise handling, and data visualization.

    Python

  4. inverted-pendulum-control inverted-pendulum-control Public

    This repository contains the implementation of control algorithms for an inverted pendulum system, including MATLAB simulations and embedded system applications. The project demonstrates the use of…

    C++

  5. classification-algorithms classification-algorithms Public

    Custom implementations of classification algorithms, including k-nearest neighbors for binary and multi-class problems, a perceptron for binary classification, and a one-vs-rest strategy for extend…

    Python

  6. job-shop-scheduling-transport-optimizer job-shop-scheduling-transport-optimizer Public

    Solver for the Job Shop Scheduling Problem with transport times. Implements Genetic Algorithm (metaheuristic), Exact algorithm (complete enumeration), and Simple greedy heuristic. Includes a Python…

    Python