1 Star 0 Fork 26

龙家学/nnom

forked from RT-Thread-Mirror/nnom 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
mkdocs.yml 1.05 KB
一键复制 编辑 原始数据 按行查看 历史
Aircheese 提交于 2020-08-28 23:07 . Add RNN example
site_name: NNoM Documentation
theme:
name: 'readthedocs'
repo_url: https://github.com/majianjia/nnom
site_description: 'A higher-level Neural Network library for microcontrollers.'
google_analytics: ['UA-141541198-1', 'majianjia.github.io/nnom']
nav:
- Overview: 'index.md'
- Guides:
- 5 min to NNoM: 'guide_5_min_to_nnom.md'
- Development Guide: 'guide_development.md'
- Porting and Optimisation Guide: 'Porting_and_Optimisation_Guide.md'
- APIs:
- Utils (Ver < 0.4): 'api_nnom_utils.md'
- Utils (Ver >= 0.4): 'api_nnom.md'
- Model: 'api_model.md'
- Construction Methods: 'api_construction.md'
- Properties: 'api_properties.md'
- Tensors: 'api_tensor.md'
- Core Layers: 'api_layers.md'
- Pooling Layers: 'api_pooling.md'
- Activations: 'api_activations.md'
- Merges Layers: 'api_merge.md'
- Evaluation Methods: 'api_evaluation.md'
- Legacy Guide:
- A Temporary Guide: 'A_Temporary_Guide_to_NNoM.md'
- Old Readme: 'legacy_README.md'
- Chinese (中文):
- RT-Thread: 'rt-thread_guide.md'
- MNIST-Simple: 'example_mnist_simple_cn.md'
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/evanloong/nnom.git
git@gitee.com:evanloong/nnom.git
evanloong
nnom
nnom
master

搜索帮助