Skip to content
View tyranitar's full-sized avatar
Block or Report

Block or report tyranitar

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
tyranitar/README.md

๐Ÿ‘‹ Hi, I enjoy making learning apps and cool animations.

  • ๐ŸŽ“ University of Waterloo alum.
  • ๐Ÿ‘” Check out my LinkedIn.
  • โœ๏ธ Check out my writing.

Check out this app that I made with my friend Jonathan - it helps students learn algebra:

Lemma animation

Here are some animations that I created for educational purposes:

Continuous Space Discrete Space
Nonlinear animation Daydream animation
A neural network learning to separate data. An RBM daydreaming about handwritten digits.
MLP surface animation Ant colony animation
The output landscape of a neural network as it learns. Simulation of an ant colony gathering food.

Pinned

  1. the-feynman-journal the-feynman-journal Public

    Source code for visualizations in The Feynman Journal.

    Jupyter Notebook 2

  2. hammock hammock Public

    Forked from quizlet/hammock

    Hammock is a stand-alone mocking library for Hacklang.

    Hack

  3. tennis tennis Public

    Multi-agent reinforcement learning where an agent learns to play tennis against itself. Part of the coursework for Udacity's Deep RL Nanodegree.

    Python 1 1

  4. continuous-control continuous-control Public

    A2C and D4PG implementations for the continuous control challenge. Part of the coursework for Udacity's Deep RL Nanodegree.

    Python 2

  5. generate-faces generate-faces Public

    GAN model for generating celebrity faces. Part of the coursework for Udacity's Deep Learning Nanodegree.

    Jupyter Notebook

  6. ant-colony ant-colony Public

    This is a simulation of an ant colony that demonstrates ant collaboration through the use of pheromone trails.

    MATLAB