# Echo Docs

![](https://github.com/digantamisra98/Echo/raw/master/Observations/logo_transparent.png)

Welcome to the documentation for [Echo](https://github.com/digantamisra98/Echo). (***Under Construction***)

{% tabs %}
{% tab title="About" %}
Echo is a python package containing novel, validated methods and layers employed in deep neural networks which are not natively available in popular libraries like [PyTorch](https://pytorch.org/), [MegEngine ](https://megengine.org.cn/)and [TensorFlow](https://www.tensorflow.org/).

> Let your neural network Echo!
> {% endtab %}

{% tab title="Objectives" %}
Our goal with Echo is to provide a single, easy to use, well documented package which contains all the novel methods proposed in deep learning without the hassle of you to write it's code. With our support of PyTorch, MegEngine and TensorFlow, we want to ensure that you spend more time experimenting new modules rather than coding them from scratch.&#x20;
{% endtab %}

{% tab title="Creators" %}
Echo started as a passionate idea by two individuals:

* [Diganta Misra](https://digantamisra98.github.io/)
* [Alexandra Deis](https://lexie88rus.github.io/)

It was further enhanced and supported by:

* [Sasikanth Kotti](https://github.com/ksasi)
* [Soumik Rakshit](https://soumik12345.github.io/)
  {% endtab %}

{% tab title="Community" %}
Echo is a community driven and supported project. We highly encourage researchers, practitioners and OSS enthusiasts to contribute to Echo.&#x20;

Please check out our [contributing guidelines](https://xa9ax.gitbook.io/echo/contributing-guidelines) before submitting a pull request or raising an issue.

Thanks!

![Diganta](/files/-MMOTaNWAK2_mhJp9cxD)
{% endtab %}

{% tab title="Collaborations/ Contributions" %}
Echo is maintained and supported by passionate researchers and developers from diverse backgrounds and diverse organizations. The project is built on the commitment of providing universal platform supported deep learning modules for fast research and experimentation.

{% hint style="info" %}
*To get your organization logo displayed here, please contact any of the package admins/ creators.*
{% endhint %}

| <img src="/files/-MMWXbeuIZIcr6Cpbn5Z" alt="" data-size="original"> <img src="/files/-MMT-yA3mhgB-LX34ML3" alt="" data-size="original"> | <img src="/files/-MMT0IDzA7i_zig_7oeJ" alt="" data-size="original"><img src="/files/-MMT1hYqhp6zJZ97zu_h" alt="" data-size="original"><img src="/files/-MMT07o7Jp38T9HXbzus" alt="" data-size="original"> | <img src="/files/-MNW87yMAMPP6zytLlaM" alt="" data-size="original"><img src="/files/-MMT346cCzoB9HPjgCEx" alt="" data-size="original"> <img src="/files/-MMT1v1OgG2vCGO-ljgL" alt="" data-size="original"> |   |   |     |
| :-------------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | - | - | :-: |
|                                                               {% endtab %}                                                              |                                                                                                                                                                                                           |                                                                                                                                                                                                            |   |   |     |
|                                                              {% endtabs %}                                                              |                                                                                                                                                                                                           |                                                                                                                                                                                                            |   |   |     |

Check out the project roadmap [here](https://github.com/digantamisra98/Echo/projects).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://xa9ax.gitbook.io/echo/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
