An open API service indexing awesome lists of open source software.

https://github.com/vivelev/nujo

nujo: A Reverse-mode Automatic Differentiation library for Neural Networks
https://github.com/vivelev/nujo

automatic-differentiation neural-networks

Last synced: 4 months ago
JSON representation

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

Awesome Lists containing this project

README

          

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

[![codecov](https://codecov.io/gh/VIVelev/nujo/branch/master/graph/badge.svg)](https://codecov.io/gh/VIVelev/nujo)
[![lint](https://github.com/VIVelev/nujo/workflows/lint/badge.svg)](https://github.com/VIVelev/nujo/actions?query=workflow%3A%22lint)
[![test](https://github.com/VIVelev/nujo/workflows/test/badge.svg)](https://github.com/VIVelev/nujo/actions?query=workflow%3A%22test)
[![pyversions](https://img.shields.io/pypi/pyversions/nujo)](https://pypi.org/project/nujo)
[![code-size](https://img.shields.io/github/languages/code-size/VIVelev/nujo)](https://github.com/VIVelev/nujo)
[![downloads](https://img.shields.io/pypi/dm/nujo)](https://pypi.org/project/nujo)
[![license](https://img.shields.io/github/license/VIVelev/nujo)](LICENSE)

## Installing and setting up

```bash
$ pip install nujo
```

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

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

**_Read the docs at [vivelev.github.io/nujo](https://vivelev.github.io/nujo/)_**

## Examples

Check out the [examples/](examples/) folder.

## Built With

- [NumPy](http://www.numpy.org/) - Fundamental package for scientific computing with Python
- [Graphviz](https://www.graphviz.org/) - Open source graph visualization software

## Contributing

Please read [CONTRIBUTING.md](https://github.com/VIVelev/nujo/blob/master/CONTRIBUTING.md) if you wish to become a contributor.

## Authors

- **Victor Velev** - _Initial work_ - [VIVelev](https://github.com/VIVelev)
- **Victor Gorchilov** - _Initial work_ - [ManiacMaxo](https://github.com/ManiacMaxo)

See also the list of [contributors](https://github.com/VIVelev/nujo/contributors) who participated in this project.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details