{ "info": { "author": "Harshvardhan Gupta", "author_email": "theharshvardhangupta@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "# Sympyle \nSimple Symbolic Graphs in Python\n\n\n[![Build Status](https://travis-ci.com/harveyslash/sympyle.svg?branch=master)](https://travis-ci.com/harveyslash/sympyle)\n[![codecov](https://codecov.io/gh/harveyslash/Sympyle/branch/master/graph/badge.svg)](https://codecov.io/gh/harveyslash/Sympyle)\n[![CodeFactor](https://www.codefactor.io/repository/github/harveyslash/sympyle/badge/master)](https://www.codefactor.io/repository/github/harveyslash/sympyle/overview/master)\n\n\n## About\n\n##### Project documentation: http://harveyslash.github.io/sympyle/\n\n\nSympyle is a Python library to demonstrate the inner workings of Computational\nGraphs. Computational Graphs are used by highly optimised computational\nframeworks like [tensorflow](https://tensorflow.org) and\n[pytorch](https://pytorch.org).\n\nHowever, these frameworks make several assumptions and optimisations in order\nto optimise for speed and memory. This often makes it harder to understand\nthe inner workings of how these libraries work.\n\nSympyle is a simplified model library to demonstrate the working of\ncomputational graphs, and how\n[backpropagation](https://en.wikipedia.org/wiki/Backpropagation)\nworks on arbitrary 'networks'.\n\n### Examples and tutorials coming soon\n\nFor now , you can see tests/ folder for usage \n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/harveyslash/sympyle", "keywords": "", "license": "GNU GENERAL PUBLIC LICENSE", "maintainer": "", "maintainer_email": "", "name": "sympyle", "package_url": "https://pypi.org/project/sympyle/", "platform": "", "project_url": "https://pypi.org/project/sympyle/", "project_urls": { "Homepage": "https://github.com/harveyslash/sympyle" }, "release_url": "https://pypi.org/project/sympyle/0.0.12/", "requires_dist": [ "numpy" ], "requires_python": "", "summary": "Simple Automatic Differentiation in Python", "version": "0.0.12" }, "last_serial": 4061200, "releases": { "0.0.12": [ { "comment_text": "", "digests": { "md5": "a130a9f1c33259f0f1037534c8512cf7", "sha256": "54189c9fcc6a6d75847d06bb48350de738836db1d58fbf474959c32cf6109f41" }, "downloads": -1, "filename": "sympyle-0.0.12-py3-none-any.whl", "has_sig": false, "md5_digest": "a130a9f1c33259f0f1037534c8512cf7", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 9241, "upload_time": "2018-07-14T13:13:59", "url": "https://files.pythonhosted.org/packages/fc/e0/da188863dcf199abb9813b0a9c162e7555462a40b1dfb9f9520669fc2519/sympyle-0.0.12-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a130a9f1c33259f0f1037534c8512cf7", "sha256": "54189c9fcc6a6d75847d06bb48350de738836db1d58fbf474959c32cf6109f41" }, "downloads": -1, "filename": "sympyle-0.0.12-py3-none-any.whl", "has_sig": false, "md5_digest": "a130a9f1c33259f0f1037534c8512cf7", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 9241, "upload_time": "2018-07-14T13:13:59", "url": "https://files.pythonhosted.org/packages/fc/e0/da188863dcf199abb9813b0a9c162e7555462a40b1dfb9f9520669fc2519/sympyle-0.0.12-py3-none-any.whl" } ] }