GithubHelp home page GithubHelp logo

deekshithmarla / braid Goto Github PK

View Code? Open in Web Editor NEW

This project forked from arya-ai/braid

0.0 2.0 0.0 1.91 MB

Braid is an open source library built over Tensorflow for faster prototyping.

Home Page: http://pythonhosted.org/Braid/

Python 97.43% Makefile 0.09% Protocol Buffer 2.49%

braid's Introduction

Braid

Braid is a flexible and modular neural network library. It is written in python and uses Tensorflow backend. It was designed for fast development and at the same time to be able to support arbitrary network designs.

The main ideas guiding the design of braid were:

Flexibility: There should be multiple ways to interact with the library. Design the network in Tensorflow, braid or simply provide it in a protobuf file.

Openness: Keep the Tensorflow backend open rather than behind layers of abstraction. It helps in modifying existing structures instead of building from ground up for unavailable network attributes and nodes.

Modularity: The structure of the library should not be rigid. User should be able to modify parts of library according to preference.

Braid has enough functionality built-in to support most complex network and support for building completely custom nodes and layers.

It is compatible with: Python 2.7-3.1

Braid is useful when:

  • You require fast experimentation and don’t want to bother with boilerplate parts of the code.

  • You want to customize parts of network and still want to retain the simplicity of code.

  • You need to customize/streamline the entire existing library according to given specification or personal preferences.

Installation

pip install braid

If the above does not work then(requires git):

pip install git+git://github.com/Arya-ai/braid

braid's People

Contributors

deekshithmarla avatar shashwatantony avatar

Watchers

James Cloos avatar  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.