Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/digantamisra98/echo

Python package containing all custom layers used in Neural Networks (Compatible with PyTorch, TensorFlow and MegEngine)
https://github.com/digantamisra98/echo

algorithms computer-vision deep-learning deep-learning-algorithms deep-neural-networks deeplearning functions gitbook machine-learning machine-learning-algorithms mathematics megengine nlp python pytorch tensorflow tensorflow2

Last synced: 7 days ago
JSON representation

Python package containing all custom layers used in Neural Networks (Compatible with PyTorch, TensorFlow and MegEngine)

Awesome Lists containing this project

README

        



[![License](https://img.shields.io/badge/License-MIT-brightgreen.svg)](LICENSE)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/3b9607d06bc0420ebe1ce4443e34e1ba)](https://www.codacy.com/manual/digantamisra98/Echo?utm_source=github.com&utm_medium=referral&utm_content=digantamisra98/Echo&utm_campaign=Badge_Grade)
![GitHub Actions](https://github.com/digantamisra98/Echo/workflows/CI/badge.svg)
[![codecov](https://codecov.io/gh/digantamisra98/Echo/branch/master/graph/badge.svg)](https://codecov.io/gh/digantamisra98/Echo)
![](https://img.shields.io/pypi/dm/echoAI?color=blue)

# Echo

*Currently under development. Next release to include activations, optimizers and attention layers. We plan to shift our documentation to GitBook. Our new release willl be out by New Year's eve.*

*Update - CI and testing pipeline is fixed. We will now be adding modules to release the first full version. MegEngine will be shifted to dev branch*

*Under construction Gitbook Documentation can be viewed [here](https://xa9ax.gitbook.io/echo/).*

**Sphinx Documentation has been depreciated.**

## About
**Echo Package** is created to provide an implementation of the most promising mathematical algorithms, novel layers and methods, which are missing in the most popular deep learning libraries, such as [PyTorch](https://pytorch.org/), [TensorFlow](https://www.tensorflow.org/) and [MegEngine](https://megengine.org.cn/).

## Setup Instructions
To install __echoAI__ package from PyPI run the following command:

```$ pip install echoAI ```

## Contributing

Check our [contributing guidelines](https://xa9ax.gitbook.io/echo/contributing-guidelines) to get started.