Coder Social home page Coder Social logo

ml_demos's Introduction

ML_demos

A collection of machine learning techniques

Installation

Set up a virtual environment.

To install requirements

pip install -U -r requirements.txt

Some notebooks require mystyle, see https://github.com/jaryaman/mystyle

Directories

Data

Datasets which are used in the demonstrations. A number of datasets are taken from here: https://github.com/probml/pmtk3

Notebooks

A set of Jupyter notebooks and helper modules providing demonstrations of some machine learning techniques. Click on the file to read the notebook.

  • data_science_classics.ipynb : Demonstration of K-means clustering and logisitic regression
  • custom_likelihoods.ipynb : How to use custom likelihoods in pymc3
  • empirical_bayes_Gauss_Gauss.ipynb : Use Empirical Bayes to estimate group parameters where model priors are influenced by the data
  • expectation_maximization_GMM.ipynb: Using the expectation maximization algorithm to fit a Gaussian mixture model to two clusters of data
  • decision_trees.ipynb: Exploring decision trees & random forests for classification on the Iris dataset
  • gaussian_processes.ipynb: Using Gaussian processes for non-parametric regression
  • factor_analysis.ipynb: Giving an illustration of probabilistic principal component analysis, and using a full factor analysis model to perform dimensionality reduction on a car feature dataset.
  • hidden_markov_models.ipynb: Exploring the occasionally dishonest casino with Hidden Markov models.
  • independent_component_analysis.ipynb : Exploration of latent linear models using independent component analysis in comparison to principal component analysis.
  • L1_regularization_linear_models.ipynb : Exploration of how to perform L1 regularization for linear regression, and a frequentist heuristic for choosing the regularization strength
  • robust_linear_regression.ipynb : Linear regression using t-distributed noise, using Bayesian inference and Pymc3
  • kernel_machines.ipynb : Using kernel machines to generate a simple non-linear classifier
  • ABC_SMC : Performing Approximate Bayesian Computation Sequential Monte Carlo on the beta-binomial model

Rendering

If GitHub fails to render the notebook, visit https://nbviewer.jupyter.org/ and paste in the URL you wish to view.

ml_demos's People

Contributors

jaryaman avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

mpatel66

ml_demos's Issues

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.