Meta-framework for faster prototyping in Deep Learning
Project description
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.5
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file braid-0.1.tar.gz
.
File metadata
- Download URL: braid-0.1.tar.gz
- Upload date:
- Size: 32.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a6dddb3d9870d8848ebdfb0d7059e610eac062b912c986ab82d8191bac2dae84 |
|
MD5 | 4cd0c58436e6dd137bb03322f4565d13 |
|
BLAKE2b-256 | 121d7e91eeb517950a02131de06d766aa7932e739a7862cfa5f60e9f816e848d |
File details
Details for the file braid-0.1-py2-none-any.whl
.
File metadata
- Download URL: braid-0.1-py2-none-any.whl
- Upload date:
- Size: 49.9 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1ec8a0794362995a8c8ef253f941cb23063c663e971338428305a14d67e55539 |
|
MD5 | 613f729d9cdd91ff71c2dbf7a70bd011 |
|
BLAKE2b-256 | 5814792de5242a8c6c719e51863996823a48ef37bbb861dc7afa109e93b3fb63 |