{ "info": { "author": "Shashwat Antony", "author_email": "shashwat.antony@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable" ], "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.\r\n\r\nThe main ideas guiding the design of braid were:\r\n\r\n**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.\r\n\r\n**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.\r\n\r\n**Modularity**: The structure of the library should not be rigid. User should be able to modify parts of library according to preference.\r\n\r\nBraid has enough functionality built-in to support most complex network and support for building completely custom nodes and layers.\r\n\r\nIt is compatible with: Python 2.7-3.5\r\n\r\n**Braid is useful when**:\r\n\r\n- You require fast experimentation and don\u2019t want to bother with boilerplate parts of the code.\r\n\r\n- You want to customize parts of network and still want to retain the simplicity of code.\r\n- You need to customize/streamline the entire existing library according to given specification or personal preferences.\r\n\r\n**Installation**\r\n\r\n*pip install braid*\r\n\r\nIf the above does not work then(requires git):\r\n\r\n*pip install git+git://github.com/Arya-ai/braid*", "description_content_type": null, "docs_url": "https://pythonhosted.org/Braid/", "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.braidnn.org", "keywords": "Neural Network, Deep learning, Machine Learning, Tensorflow", "license": "Apache 2.0", "maintainer": "Deekshith Marla", "maintainer_email": "deekshithmarla@gmail.com", "name": "Braid", "package_url": "https://pypi.org/project/Braid/", "platform": "", "project_url": "https://pypi.org/project/Braid/", "project_urls": { "Homepage": "http://www.braidnn.org" }, "release_url": "https://pypi.org/project/Braid/0.1/", "requires_dist": null, "requires_python": null, "summary": "Meta-framework for faster prototyping in Deep Learning", "version": "0.1" }, "last_serial": 2302200, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "613f729d9cdd91ff71c2dbf7a70bd011", "sha256": "1ec8a0794362995a8c8ef253f941cb23063c663e971338428305a14d67e55539" }, "downloads": -1, "filename": "braid-0.1-py2-none-any.whl", "has_sig": false, "md5_digest": "613f729d9cdd91ff71c2dbf7a70bd011", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 49869, "upload_time": "2016-08-02T08:46:39", "url": "https://files.pythonhosted.org/packages/58/14/792de5242a8c6c719e51863996823a48ef37bbb861dc7afa109e93b3fb63/braid-0.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4cd0c58436e6dd137bb03322f4565d13", "sha256": "a6dddb3d9870d8848ebdfb0d7059e610eac062b912c986ab82d8191bac2dae84" }, "downloads": -1, "filename": "braid-0.1.tar.gz", "has_sig": false, "md5_digest": "4cd0c58436e6dd137bb03322f4565d13", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32878, "upload_time": "2016-08-02T08:46:15", "url": "https://files.pythonhosted.org/packages/12/1d/7e91eeb517950a02131de06d766aa7932e739a7862cfa5f60e9f816e848d/braid-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "613f729d9cdd91ff71c2dbf7a70bd011", "sha256": "1ec8a0794362995a8c8ef253f941cb23063c663e971338428305a14d67e55539" }, "downloads": -1, "filename": "braid-0.1-py2-none-any.whl", "has_sig": false, "md5_digest": "613f729d9cdd91ff71c2dbf7a70bd011", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 49869, "upload_time": "2016-08-02T08:46:39", "url": "https://files.pythonhosted.org/packages/58/14/792de5242a8c6c719e51863996823a48ef37bbb861dc7afa109e93b3fb63/braid-0.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4cd0c58436e6dd137bb03322f4565d13", "sha256": "a6dddb3d9870d8848ebdfb0d7059e610eac062b912c986ab82d8191bac2dae84" }, "downloads": -1, "filename": "braid-0.1.tar.gz", "has_sig": false, "md5_digest": "4cd0c58436e6dd137bb03322f4565d13", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32878, "upload_time": "2016-08-02T08:46:15", "url": "https://files.pythonhosted.org/packages/12/1d/7e91eeb517950a02131de06d766aa7932e739a7862cfa5f60e9f816e848d/braid-0.1.tar.gz" } ] }