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

Block or report Andrade-Diego

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. leetCodeSolns leetCodeSolns Public

    just doing some puzzles :)

    Python

  2. FrozenLake-Solution FrozenLake-Solution Public

    Implementation of Q-Learning, SARSA, and Dyna Q to allow an agent to navigate the FrozenLake-v0 environment from OpenAI.

    Python

  3. MNIST_NN MNIST_NN Public

    Implemented Neural Net from scratch to create a model that could correctly identify handwritten digits 0-4

    Python

  4. CartPole-Solution CartPole-Solution Public

    Implementation of Actor Critic to solve the CartPole-v0 environment from OpenAI. Based on tutorial by Machine Learning with Phil.

    Python

  5. CorgiClassifier CorgiClassifier Public

    Used TFLearn to create a convolutional neural net that could accurately classify different kinds of Corgis

    Python

  6. MovieRatingPrediction MovieRatingPrediction Public

    Using K-Nearest Neighbors algorithm, predicts rating a user would give a movie based on their similarity to other users

    Python