# Delgrada
_Lightweight, minimal tensor-/scalar- based autograd engine._
**Table of Contents**
- [Get Started](#get-started)
- [About](#about)
- [Cool Features](#cool-features)
- [License](#license)
## Get Started
Run `pip install delgrada`.
## About
The code in this repository is the product of a long-haul flight. Bored and without Internet access, naturally, I decided to build an autograd library.
`delgrada` is built mainly for fun and education. It is inspired by Andrej Karpathy's [micrograd](https://github.com/karpathy/micrograd) library, but seeks to generalise for tensor-valued operations and offer full compatibility with numpy.
## Cool Features
## License
The code in this repository is under the MIT License.
Copyright (c) 2024 Yiding Song
Raw data
{
"_id": null,
"home_page": "https://github.com/perceptronv/delgrada/",
"name": "delgrada",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.7, <4",
"maintainer_email": "",
"keywords": "autograd,deep-learning,mathematics,education",
"author": "Yiding Song",
"author_email": "perceptronv@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/17/16/ae01ab02d5ab4eea3b7e206f89aa9e32a7649b3a30460f316762a3e3296e/delgrada-0.1.2.tar.gz",
"platform": null,
"description": "# Delgrada\n_Lightweight, minimal tensor-/scalar- based autograd engine._\n\n**Table of Contents**\n- [Get Started](#get-started)\n- [About](#about)\n- [Cool Features](#cool-features)\n- [License](#license)\n\n## Get Started\n\nRun `pip install delgrada`.\n\n## About\n\nThe code in this repository is the product of a long-haul flight. Bored and without Internet access, naturally, I decided to build an autograd library.\n\n`delgrada` is built mainly for fun and education. It is inspired by Andrej Karpathy's [micrograd](https://github.com/karpathy/micrograd) library, but seeks to generalise for tensor-valued operations and offer full compatibility with numpy.\n\n## Cool Features\n\n## License\n\nThe code in this repository is under the MIT License.\n\nCopyright (c) 2024 Yiding Song\n",
"bugtrack_url": null,
"license": "",
"summary": "Lightweight, minimal tensor-/scalar- based autograd engine.",
"version": "0.1.2",
"project_urls": {
"Homepage": "https://github.com/perceptronv/delgrada/",
"Source": "https://github.com/perceptronv/delgrada/"
},
"split_keywords": [
"autograd",
"deep-learning",
"mathematics",
"education"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "1d7a7fe4286aad841bd70e63888180afeea42b2e195a2657dbfab5ebab45c50c",
"md5": "d5e2e16ad40d589cf980bdbe824e4ca0",
"sha256": "edc655befc73de59c73fd491cf9e4ad49cc642ed7b1c1b8d3159236fef9f313b"
},
"downloads": -1,
"filename": "delgrada-0.1.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "d5e2e16ad40d589cf980bdbe824e4ca0",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7, <4",
"size": 7184,
"upload_time": "2024-02-12T09:02:04",
"upload_time_iso_8601": "2024-02-12T09:02:04.276135Z",
"url": "https://files.pythonhosted.org/packages/1d/7a/7fe4286aad841bd70e63888180afeea42b2e195a2657dbfab5ebab45c50c/delgrada-0.1.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "1716ae01ab02d5ab4eea3b7e206f89aa9e32a7649b3a30460f316762a3e3296e",
"md5": "12a0226b9098324d52e0c37705bb8e71",
"sha256": "7d25ed9dc17a7bc5721cadb89f7e1a6ecea8e8081f8e71f8bfeb3c47bfbe18ab"
},
"downloads": -1,
"filename": "delgrada-0.1.2.tar.gz",
"has_sig": false,
"md5_digest": "12a0226b9098324d52e0c37705bb8e71",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7, <4",
"size": 6620,
"upload_time": "2024-02-12T09:02:06",
"upload_time_iso_8601": "2024-02-12T09:02:06.423883Z",
"url": "https://files.pythonhosted.org/packages/17/16/ae01ab02d5ab4eea3b7e206f89aa9e32a7649b3a30460f316762a3e3296e/delgrada-0.1.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-02-12 09:02:06",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "perceptronv",
"github_project": "delgrada",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "delgrada"
}