Skip to content
View parikhsachi's full-sized avatar

Block or report parikhsachi

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. GAN-generating-faces GAN-generating-faces Public

    Used generative adversarial networks to generate new images of faces.

    Jupyter Notebook 11 14

  2. RL-quadcopter-training-to-fly RL-quadcopter-training-to-fly Public

    Training a quadcopter to fly by using reinforcement learning.

    Jupyter Notebook 10 7

  3. RNN-TV-script-generator RNN-TV-script-generator Public

    Generated a new Simpsons TV scripts using RNNs. Used part of the Simpsons dataset of scripts from 27 seasons. The Neural Network generates a new TV script for a scene at Moe's Tavern.

    Jupyter Notebook 6 6

  4. CNN-dogbreed-classifier CNN-dogbreed-classifier Public

    Built an algorithm to identify canine breed given an image of a dog. If given image of a human, the algorithm identifies a resembling dog breed.

    Jupyter Notebook 9 11

  5. FNN-predicting-bike-share-data FNN-predicting-bike-share-data Public

    Built a feedforward neural network from scratch to carry out a prediction problem on bike-share company's dataset.

    Jupyter Notebook 6 5

  6. hogwarts-sorting-hat-spotify hogwarts-sorting-hat-spotify Public

    Take's a users spotify data after inputting credentials to "sort" them into a Hogwarts house using a simple sorting algorithm that takes into account the various characteristics of each Harry Potte…

    Python