Skip to content
View yayme's full-sized avatar
🗯️
🗯️

Block or report yayme

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. Super-tic-tac-toe-twoplayer Super-tic-tac-toe-twoplayer Public

    Super Tic-Tac-Toe is a fun twist on the classic game, featuring a 9x9 board made up of nine 3x3 grids. Players alternate turns, aiming to win individual grids while controlling the overall board. B…

    JavaScript

  2. super-tic-tac-toe-bot super-tic-tac-toe-bot Public

    Super Tic-Tac-Toe is an exciting twist on the classic game, featuring a 9x9 board of nine 3x3 grids. Players can compete against a bot powered by a minimax algorithm with alpha-beta pruning or chal…

    JavaScript

  3. MNIST-NeuralNetwork-NumPy MNIST-NeuralNetwork-NumPy Public

    A neural network built from scratch to classify MNIST handwritten digits, achieving 98.02% accuracy without using any ML library (only NumPy). This project demonstrates core neural network concepts…

    Python

  4. Data-Assimilation Data-Assimilation Public

    Codes and files related to data assimilation and related techniques

    Python

  5. Desktop_file_organizer Desktop_file_organizer Public

    A Python script that organizes files by type, moving them from a monitored source directory into categorized folders in a destination directory. Supports real-time tracking using watchdog and custo…

    Python

  6. Movie_Recommender Movie_Recommender Public

    A Python movie recommendation project that fetches data from IMDb, allowing users to input watched movies and receive personalized recommendations based on genres, directors, and casts. The project…

    Python