Last updated:
0 purchases
Bambanta 0.1.4
Bambanta
CS207 Project Group 9:
Authors: Qiansha (Karina) Huang, Rong Liu, Rory Maizels
Project Page: https://pypi.org/project/Bambanta/
This automatic differentiation package Bambanta performs both forward-mode and reverse-mode automatic differentiation. For details about the project, please consult the documentation.
Installation Guide
We recommend installing our package in a virtual environment. Please ensure that a version of virtualenv is already installed in your machine, and follow the steps:
virtualenv env
source env/bin/activate
pip install Bambanta
Testing Bambanta
Our module may be tested using pytest on AutoDiff.py, or using doctest on test_AutoDiff.py.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.