GithubHelp home page GithubHelp logo

imclab / simplelearn Goto Github PK

View Code? Open in Web Editor NEW

This project forked from paulfun92/simplelearn

0.0 1.0 0.0 2.15 MB

A neural network library built on top of Theano.

License: Other

Python 96.85% Makefile 1.36% Batchfile 1.35% Shell 0.44%

simplelearn's Introduction

Simplelearn: A library for machine learning research

DOI Apache 2

Author: Matthew Koichi Grimes

Copyright 2015

Introduction

Simplelearn is a machine learning library that allows you to define complex models using simple parts. It it meant for those who want to quickly define new models and training algorithms. The code is written to be easily readable, understood, and extended.

All models in Simplelearn are directed acyclic graphs of function objects. It is therefore easy to design models that are more complicated than a simple stack of layers. Thanks to the Theano library, these models automatically compile to C/CUDA code, and are automatically differentiable.

It is easy to optimize loss functions and other outputs with respect to arbitrary variables, be they model parameters (training), input variables (inference), or both. Optimizing w.r.t. inputs is useful for visualizing deep features, or searching for pathological inputs that increase the loss function.

Currently Simplelearn only supports deterministic models (no RBMs).

Dependencies

Required:

Highly recommended:

  • cuDNN To run convnets on the GPU.
  • matplotlib To run many of the visualizers / examples.

Optional:

  • sphinx To build the API docs yourself.

Documentation

Installation instructions are in simplelearn/INSTALL.md

Beginners should start by with the GitHub wiki, then explore the complete working examples in simplelearn/examples/.

License

I have licensed this library under the Apache 2.0 license. (full text) (wikipedia) (tl:dr).

simplelearn's People

Contributors

paulfun92 avatar superelectric avatar

Watchers

 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.