Metadata-Version: 2.1
Name: leoneed
Version: 0.0.2
Summary: A Simple Trial on Tensor-Graph-based Network...
Home-page: https://github.com/sandyzikun/leoneed.git
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Description-Content-Type: text/markdown
License-File: LICENSE

# `Leo/need`

A Simple Trial on Tensor-Graph-based Network...

## Requirements

Ensure [NumPy](https://numpy.org/) ([`NumPy` on GitHub](https://github.com/numpy/numpy/)), and [Matplotlib](https://matplotlib.org/) ([`Matplotlib` on GitHub](https://github.com/matplotlib/matplotlib/)) is installed already before installing `Leo/need`.

One of most simple ways to install them is installing it with `conda`:

```sh
$ conda install numpy matplotlib
```

## Installation

Currently the latest version of `Leo/need` can be installed with `pip` as following:

```sh
$ pip install leoneed --upgrade
```

or [from source](https://github.com/sandyzikun/leoneed/) like other packages.

## Importation

To access `Leo/need` and its functions import it in your Python code like this:

```py
>>> import leoneed as ln
息吹く炎、君の鼓動の中。
```

## Changelog

### Version 0.0.2

* Added sub-module `needle` (Nodes of Tensor-Graph), `stella` (Loss Functions), and `stage`.

## References

[^extra-1]: Harry-P (針原 翼), [*Issenkou*](https://zh.moegirl.org.cn/一闪光), 2017, [`av17632876`](https://www.bilibili.com/video/av17632876/);

## Extra

![](Issenkou.jpeg)

> 息吹く炎、君の鼓動の中。 \
> Flames Breathing, in your Heartbeat.
> 火炎般的氣息，綻放於你跳動的心臟。 \
> ---- Harry-P in "Issenkou"[^extra-1]


