Git Product home page Git Product logo

scratchml's Introduction

ScratchML

Bite-sized machine learning models built using Python, Numpy, Scikit-Learn, and TensorFlow - with practical examples to solidfy the theory behind the models. Use these Jupyter (and Colaboratory) notebooks as learning resources to discover the inner workings of essential predictive algorithms.

Installation

$ git clone https://github.com/jissac/ScratchML
cd ScratchML

Models

Predictive models used in this repository:

Logistic Regression

We'll build a logistic regression model from scratch in Python and use it in a binary classification problem - predicting if an image contains a cat or a dog:
Notebook
Blog Post

Convolutional Neural Nets

We'll then extend the binary image cat vs. dog classification task to a CNN architecture:
Notebook
Blog Post

Support Vector Machines

We'll use the Iris dataset to understand how SVMs can be used for classification
Notebook

We'll extend the application of SVMs on the Gender Recognition by Voice dataset
Notebook

Decision Trees

We'll use the basic Iris dataset to understand how Decision Trees can be used for classification
Notebook

K-Means and DBSCAN

Blog Post
Notebook

Generative Adversarial Networks

We'll build a GAN trained on the Fashion dataset.
Notebook

Datasets

Datasets used in this repository.

Gender Recognition by Voice

A collection of recorded voice samples from male and female speakers. Hosted by Kaggle

Fashion

Articles of clothing classified into 10 labels. Provided by Zalando Research. Hosted by Kaggle

Chest X-Rays of Pneumonia

Chest X-Ray images of patients with/without pneumonia. Hosted by Kaggle

Cats vs. Dogs

A subset of data from the Microsoft Research team hosted by Kaggle with images that contain either cats or dogs.

Iris Dataset

A classic dataset comparing the structural variation of three related Iris flower species - Iris-setosa, Iris-Versicolor, and Iris-Virginica.

scratchml's People

Contributors

jissac avatar

Stargazers

 avatar ccran avatar Alex Daly avatar Jim avatar

Watchers

James Cloos avatar  avatar

Forkers

vochong

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.