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

Block or report DamiPayne

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. AI-Music-Composer AI-Music-Composer Public

    A project that trains a LSTM recurrent neural network over a data-set of MIDI files.

    Python 60 11

  2. RNN-from-scratch RNN-from-scratch Public

    Creating a recurrent neural network (RNN) in python using only Numpy

    Python 1

  3. Reinforcement-Learning-Game-AI Reinforcement-Learning-Game-AI Public

    I use Open AI's Gym and Google's Tensorflow to create a reinforcement learning AI that learns how to play Atari games.

    Python 1

  4. BPNN-from-scratch BPNN-from-scratch Public

    A guide on how to build a artificial neural net in python with only numpy. I have included detailed step by step instructions.

    Python

  5. Pong-RNN-Implementation Pong-RNN-Implementation Public

    Using pygame to create a 2d pong game, then using gym and tensorflow to read the pixels on the screen using a CNN and then model the actions with a Qlearning RNN to beat the ai opponent

    Python 4 1

  6. Feature-Agglomeration-Clustering Feature-Agglomeration-Clustering Public

    Reads CSV text files and uses a Tfidf vectoriser to semantically cluster like sentences, then uses a hierarchical clustering algorithm to assign the words to n clusters

    Python 2