Files
GitGuide/templates/MINIMAL_README.zh-CN.md
2021-03-18 15:07:35 +08:00

37 lines
674 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# PyNet
[英文版本English version](./MINIMAL_README.md)
> 基于numpy的深度学习库
## 内容列表
- [安装](#安装)
- [用法](#用法)
- [参与贡献方式](#参与贡献方式)
- [许可证](#许可证)
## 安装
```
```
## 用法
```
```
## 参与贡献方式
接受合并请求
请注意:
* git提交请遵守[Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0-beta.4/)
* 如果进行版本化,请遵守[Semantic Versioning 2.0.0](https://semver.org)规范
* 如果修改README请遵守[standard-readme](https://github.com/RichardLitt/standard-readme)规范
## 许可证
[Apache License 2.0](LICENSE) © 2019 zjZSTU