Skip to content
View ezrc2's full-sized avatar

Block or report ezrc2

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. neural-style-transfer neural-style-transfer Public

    PyTorch implementation of the Neural Style Transfer paper by Gatys et al.

    Jupyter Notebook

  2. maze-generator-solver maze-generator-solver Public

    Generates a maze with randomized DFS and solves it using A* search. Uses Cinder C++ library.

    C++ 2

  3. connect-four connect-four Public

    A single player game of connect four with an AI using Minimax and Alpha-beta pruning.

    Python