Skip to content
View Immodal's full-sized avatar

Organizations

@aiarena
Block or Report

Block or report Immodal

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

Pinned

  1. simulating-an-epidemic simulating-an-epidemic Public

    Based on Simulating an Epidemic by 3Blue1Brown, this interactive simulation lets the user explore their ideas experimentally and quantitatively in a limited fashion, and to understand the drastic e…

    JavaScript 12

  2. asteroids asteroids Public

    Inspired by Coding Train and Code Bullet, here is my take on the Asteroids game with an AI trained using Neuroevolution through Augmenting Topologies (NEAT), given vision using ray casting.

    JavaScript 4 1

  3. neural-network neural-network Public

    This project aimed to write perceptron and neural network classes from scratch, and then use them on classic toy problems such as linear/non-linear function approximation and digit recognition usin…

    JavaScript 3

  4. sudoku sudoku Public

    This project aims to solve Sudoku puzzles using a variety of algorithms such as Breadth and Depth First Search, Algorithm X, DLX, as well as their greedy variants.

    JavaScript 3 1

  5. snake snake Public

    This project uses Q-Learning, Hamiltonian Cycles and Breadth First Search to play Snake. Mazes can also be drawn for the snake to navigate through.

    JavaScript 4 4

  6. maze-lightning maze-lightning Public

    This simple project approximates the shape of lightning by generating a random maze using Randomized Prim's algorithm and solving it using breadth-first search.

    JavaScript 6