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

Block or report binojohnthomas

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 Loading

  1. AIChatBot-TensorFlow AIChatBot-TensorFlow Public

    End to End self learning chat Bot implemented using TensorFlow

    Python 18 11

  2. MNIST-MultiLayer-Perceptron MNIST-MultiLayer-Perceptron Public

    MNIST data set of handwritten digits Example - Predict what number is written down based solely on the image data in the form of an array. This will be solved using TensorFlow libaray

    Jupyter Notebook 1

  3. ANN-Learning-SleepStudyExample ANN-Learning-SleepStudyExample Public

    Learning notes, created based on youtube video - Neural Networks Demystified by Welch Labs. This a supervised regression problem.

    Jupyter Notebook 1

  4. GradientDescent-Learning-StudentScoreExample GradientDescent-Learning-StudentScoreExample Public

    Linear Regression using Gradient Descent - created based on on youtube video - How to Do Linear Regression the Right Way by Siraj Raval

    Jupyter Notebook 1

  5. Parse-Export Parse-Export Public

    Simple python script to export data from all parse.com hosted apps(RETIRED). (Installation class) Script can be slightly modified to use other objects as well. The data is written locally as json f…

    Python

  6. WebScraper-Example WebScraper-Example Public

    This script pulls the top 20 most frequently used words from a Wikipedia article. It uses regular expressions and stop word removal to create a cleaned table that we can view with the results

    Python