Git Product home page Git Product logo

nets's Introduction

nets

An implementation of stochastic gradient descent for multi-layer perceptrons.

Overview of Namespaces

nets.net -- Contains function for constructing implementation agnostic descriptions of MLP's. Also contains functions for saving and loading MLP descriptions to files.

nets.sgd-handler -- Contains two main functions: sgd and sgd-handler. Both take a net description, a training-profile, a number of iterations, and an implementation interface. SGD uses implementation interface to run the computation in the current thread while sgd-handler runs the computation in another thread, allowin for limited querying and reporting of the state of the computation.

nets.implementations.* -- these are various implementation namespaces. Each implemenation is responsbile for providng and interface map with the function :net-eval, :run-sgd, :from-net, :to-vec, and :from-vec. These are used in nets.sgd-handler to run the described computation. In general an implementation will contain four parts: (1) implemnentation of activation-functions, (2) implementation of cost-functions, (3) implementation of stochastic gradient descent, and (4) the specified interface functions. Currently only the neanderthal implementation works.

nets.examples.* -- various examples.

Note: as of right now only the neanderthal inmplementation works. This requires intel's math kernel library to run.

In the Works

Provide core-matrix implementation interface. Get GPU implementation up and running. CNN's

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

nets's People

Contributors

svuki 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.