Git Product home page Git Product logo

model-zoo's Introduction

Flux Model Zoo

This repository contains various demonstrations of the Flux machine learning library. Any of these may freely be used as a starting point for your own models.

  • housing implements the most basic model possible (a linear regression) on the UCI housing data set. It's bare-bones and illustrates how to build a model from scratch.
  • mnist classifies digits from the MNIST data set, using a simple multi-layer perceptron and a convolutional network, as well as showing a simple autoencoder.
  • char-rnn implements a character-level language model. It comes with a Shakespeare dataset but can work with any text.
  • phonemes implements a sequence to sequence model with attention, using the CMU pronouncing dictionary to predict the pronunciations of unknown words.
  • lang-detection implements a simple sequence-to-classification model, which recognises language (English, Danish etc.) from input characters.
  • treebank shows a recursive neural network with the Stanford Sentiment Treebank

Note that these models are best run line-by-line, either in the REPL or Juno.

model-zoo's People

Contributors

mikeinnes avatar iblislin avatar kleinschmidt avatar

Watchers

James Cloos avatar

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.