Skip to content
View SrEntropy's full-sized avatar

Block or report SrEntropy

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

Pinned Loading

  1. Automated-Scripts Automated-Scripts Public

    Bug Bounty: Automated shell scripts for bug bounty and security reconnaissance. Includes tools for environment setup, domain enumeration, and full target scanning. Designed to streamline repetitive…

    Shell 1

  2. NPC-l2race NPC-l2race Public

    Implementing a neuromorphic predictive controller for racing cars that adapts to unknown track environments. Combines Pure Pursuit baseline control with a lightweight MLP correction network, featur…

    Python 1

  3. numpy-nn-from-scratch numpy-nn-from-scratch Public

    This repository documents my journey in exploring the mathematics and inner workings of neural networks. By implementing an MLP from scratch with NumPy, I aim to strengthen my intuition about forwa…

    Jupyter Notebook 1

  4. pytorch-tensors-from-scratch pytorch-tensors-from-scratch Public

    Neural networks built from scratch with PyTorch tensors. Implements forward pass, backpropagation, manual gradient updates, and training loops without autograd or nn.Module. Includes loss/accuracy …

    Jupyter Notebook 1

  5. differentiable-logic-gate-Networks differentiable-logic-gate-Networks Public

    “Experimental neural architecture that implements differentiable logic gates. Designed to explore how Boolean operations can be represented in continuous space, enabling gradient‑based learning of …

    Verilog