Skip to content
View aprotsenko24's full-sized avatar

Block or report aprotsenko24

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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. Python_Project Python_Project Public

    This repository showcases my work on Python-based projects, including games and algorithmic problem-solving. It provides hands-on examples of my skills in using Python for practical applications. F…

    Python

  2. aprotsenko24.github.io aprotsenko24.github.io Public

    This scholarship website on Gender Equity is developed using HTML, CSS, and JavaScript. Key features include: JavaScript-controlled slides for engaging content. Fold/unfold tabs for dynamic content…

    HTML

  3. C_Database C_Database Public

    This project is a student database in C, where data is parsed from a CSV file and stored in a hash table. It supports add, search, delete, and update operations, with collision handling using linke…

    C

  4. TinkerCAD_Project TinkerCAD_Project Public

    The Greek Pantheon project is a 3D model designed using TinkerCAD. It explores the use of 3D design techniques and digital modeling tools to recreate a representation of this iconic historical buil…

  5. numpy-100 numpy-100 Public

    Forked from rougier/numpy-100

    100 numpy exercises (with solutions)

    Python

  6. Neural-Network-Digit-Recognizer Neural-Network-Digit-Recognizer Public

    Over 4 weeks, I manually developed a fully connected neural network using only NumPy—without any ML frameworks. It uses Xavier and He initialization, Leaky ReLU activation, L2 regularization, and l…

    Python