Skip to content

VIVelev/nujo

Repository files navigation

nujo: A Reverse-mode Automatic Differentiation library for Neural Networks

codecov lint test pyversions code-size downloads license

Installing and setting up

$ pip install nujo

Now run the following to make sure nujo was installed properly:

$ python
>>> import nujo as nj
>>> nj.__version__
'0.3.0'

Read the docs at vivelev.github.io/nujo

Examples

Check out the examples/ folder.

Built With

  • NumPy - Fundamental package for scientific computing with Python
  • Graphviz - Open source graph visualization software

Contributing

Please read CONTRIBUTING.md if you wish to become a contributor.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details

About

nujo: A Reverse-mode Automatic Differentiation library for Neural Networks

Topics

Resources

License

Stars

Watchers

Forks

Languages