A sleek auto-differentiation library that wraps numpy.
Project description
mygrad is a simple, NumPy-centric autograd library. An autograd library enables you to automatically compute derivatives of mathematical functions. This library is designed to serve primarily as an education tool for learning about gradient-based machine learning; it is easy to install, has a readable and easily customizable code base, and provides a sleek interface that mimics NumPy. Furthermore, it leverages NumPy’s vectorization to achieve good performance despite the library’s simplicity.
This is not meant to be a competitor to libraries like PyTorch (which mygrad most closely resembles) or TensorFlow. Rather, it is meant to serve as a useful tool for students who are learning about training neural networks using back propagation.
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mygrad-2.0.0.dev2.tar.gz.
File metadata
- Download URL: mygrad-2.0.0.dev2.tar.gz
- Upload date:
- Size: 137.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
412a467709a38b6480faa94b95ec0148ee25ee0559fc751e666a3bb875aa3823
|
|
| MD5 |
7b7d955e9bf7892bf2d0f028de28a20e
|
|
| BLAKE2b-256 |
c75bbccdfb8bf2741d46781d206c18409e4f279a05bccdb76952bc7a8923948b
|
File details
Details for the file mygrad-2.0.0.dev2-py3-none-any.whl.
File metadata
- Download URL: mygrad-2.0.0.dev2-py3-none-any.whl
- Upload date:
- Size: 157.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6c47f509e5d3e44d47884ac59379e86b4cb956621bdcc8cdfa304c6e7b066638
|
|
| MD5 |
14d898018ff2cdf7c22165d74ddbf992
|
|
| BLAKE2b-256 |
a2b0f13456ae4c529962434935e0412b5356b16d156628ca5fe6252967e1bc6a
|