mirror of
https://github.com/ZJDoc/GitGuide.git
synced 2026-07-18 09:30:31 +08:00
37 lines
732 B
Markdown
37 lines
732 B
Markdown
# PyNet
|
||
|
||
[中文版本(Chinese version)](./MINIMAL_README.zh-CN.md)
|
||
|
||
> Numpy-based deep learning library
|
||
|
||
## Table of Contents
|
||
|
||
- [Install](#install)
|
||
- [Usage](#usage)
|
||
- [Contributing](#contributing)
|
||
- [License](#license)
|
||
|
||
## Install
|
||
|
||
```
|
||
```
|
||
|
||
## Usage
|
||
|
||
```
|
||
```
|
||
|
||
## Contributing
|
||
|
||
PRs accepted.
|
||
|
||
Small note:
|
||
|
||
* Git submission specifications should be complied with [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0-beta.4/)
|
||
* If versioned, please conform to the [Semantic Versioning 2.0.0](https://semver.org) specification
|
||
* If editing the README, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification.
|
||
|
||
## License
|
||
|
||
[Apache License 2.0](LICENSE) © 2019 zjZSTU
|