Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keras-team/keras-docs-zh
Chinese (zh-cn) translation of the Keras documentation.
https://github.com/keras-team/keras-docs-zh
Last synced: about 2 months ago
JSON representation
Chinese (zh-cn) translation of the Keras documentation.
- Host: GitHub
- URL: https://github.com/keras-team/keras-docs-zh
- Owner: keras-team
- Archived: true
- Created: 2018-01-12T01:11:19.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-07-07T02:54:05.000Z (over 2 years ago)
- Last Synced: 2024-09-22T07:30:57.136Z (about 2 months ago)
- Homepage: https://keras.io/zh/
- Size: 790 KB
- Stars: 795
- Watchers: 37
- Forks: 263
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chinese (zh-cn) translation of the Keras docs
有关最新文档,请访问 Read the Docs 备份版本:[keras-zh](https://keras-zh.readthedocs.io/),每月更新。
有关官方原始文档,请访问 [Keras官方中文文档](https://keras.io/zh/)。
Translation has done! 文档已完成,欢迎进一步修订。
翻译过程中,请直接将 `sources/` 中 `.md` 文件中的英文替换为中文。
## 排版规范 Typesetting
此文档遵循 [中文排版指南](https://github.com/sparanoid/chinese-copywriting-guidelines) 规范,并在此之上遵守以下约定:
* 英文的左右保持一个空白,避免中英文字黏在一起;
* 使用全角标点符号;
* 严格遵循 Markdown 语法;
* 原文中的双引号(" ")请代换成中文的引号(「」符号怎么打出来见 [这里](http://zhihu.com/question/19755746/answer/27233392));
* 「`加亮`」和「**加粗**」和「[链接]()」都需要在左右保持一个空格。## 翻译对照列表 Conventions
- 该翻译用于 `zh-cn` (简体中文,中国大陆地区)。
- 当遇到以下 `专业术语` 的时候,请使用以下列表进行对照翻译。(未完待续)| English | 中文 |
|:-------------------|:--------------------|
| arguments | 参数 |
| boolean | 布尔 |
| data augumentation | 数据增强 |
| deep learning | 深度学习 |
| float | 浮点数 |
| Functional API | 函数式 API |
| Fuzz factor | 模糊因子 |
| input shape | 输入尺寸 |
| index | 索引 |
| int | 整数 |
| layer | 层 |
| loss function | 损失函数 |
| metrics | 评估标准 |
| nD tensor | nD 张量 |
| Numpy Array | Numpy 矩阵 |
| objective | 目标 |
| optimizer | 优化器 |
| output shape | 输出尺寸 |
| regularizer | 正则化器 |
| return | 返回 |
| recurrent | 循环 |
| Sequential Model | 顺序模型 |
| shape | 尺寸 |
| target | 目标 |
| testing | 测试 |
| training | 训练 |
| wrapper | 封装器 |Welcome to contribute!!!