Skip to content
View LukaGolub's full-sized avatar

Block or report LukaGolub

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Popular repositories Loading

  1. simple-password-manager simple-password-manager Public

    A simple password manager made in Python using a combination of cryptographic algorithms

    Python

  2. bfs-ucs-astar-solver bfs-ucs-astar-solver Public

    A Python CLI implementing BFS, UCS, and A* search over custom state spaces, with heuristic optimism and consistency checks

    Python

  3. pl-resolution-solver pl-resolution-solver Public

    A Python implementation of propositional logic resolution (refutation proof) for automated theorem proving, with an additional "cooking assistant" mode for maintaining a dynamic knowledge base.

    Python

  4. id3-decision-tree id3-decision-tree Public

    A from-scratch Python implementation of the ID3 decision tree algorithm, with information-gain-based splitting, optional depth limiting, and accuracy/confusion-matrix evaluation.

    Python

  5. neural-network-genetic-algorithm neural-network-genetic-algorithm Public

    A feedforward neural network trained with a genetic algorithm (elitism, roulette-wheel selection, arithmetic crossover, Gaussian mutation) instead of backpropagation, for regression tasks.

    Python

  6. os-interrupt-simulation os-interrupt-simulation Public

    A Python simulation of a priority-based interrupt handling system — with a priority register, interrupt flags, per-priority context storage, and a system stack — driven interactively via SIGINT/SIG…

    Python