Skip to content

docs: Add Chinese translation for README#22502

Open
xingzihai wants to merge 1 commit intokeras-team:masterfrom
xingzihai:master
Open

docs: Add Chinese translation for README#22502
xingzihai wants to merge 1 commit intokeras-team:masterfrom
xingzihai:master

Conversation

@xingzihai
Copy link
Copy Markdown

Summary

This PR adds a Chinese translation of the README.md file to help Chinese-speaking users understand Keras 3 features and get started more easily.

Changes

  • Added README_CN.md with complete Chinese translation
  • Maintained original formatting and all links
  • Used standard deep learning terminology in Chinese

Translation Notes

  • tensor → 张量
  • layer → 层
  • model → 模型
  • backend → 后端
  • inference → 推理
  • training → 训练
  • deep learning → 深度学习
  • computer vision → 计算机视觉
  • natural language processing → 自然语言处理

Benefits

This translation will help millions of Chinese-speaking developers better understand Keras 3 and get started more easily.

I have read the CONTRIBUTING.md and am happy to sign the CLA if needed.

- Add README_CN.md with complete Chinese translation
- Help Chinese-speaking users understand Keras 3 features
- Maintain original formatting and links
- Use standard deep learning terminology in Chinese
@google-cla
Copy link
Copy Markdown

google-cla bot commented Mar 25, 2026

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@gemini-code-assist
Copy link
Copy Markdown
Contributor

Summary of Changes

Hello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request significantly enhances the accessibility of Keras 3 by introducing a comprehensive Chinese translation of its primary documentation. This initiative will enable a broader audience of Chinese-speaking developers to more easily grasp Keras 3's features, installation procedures, and benefits, fostering wider adoption and understanding of the framework.

Highlights

  • Chinese Translation: A new file, README_CN.md, has been added to provide a complete Chinese translation of the main Keras 3 README.md file. This aims to make Keras 3 more accessible and easier to understand for Chinese-speaking users.

🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console.

Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request introduces the Chinese translation of the Keras 3 README (README_CN.md). Feedback includes a suggestion to improve the accuracy of the translation for 'backend package(s)' and to add a trailing newline character to the file for better compatibility.

pip install keras --upgrade
```

2. 安装后端包。
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

在英文原文中,package(s) 表示可以安装一个或多个后端包。中文翻译 安装后端包 表达为单数形式。为了更准确地传达原文的含义,建议修改为 安装后端软件包安装后端(一个或多个)

Suggested change
2. 安装后端包
2. 安装后端软件包

- 作为 JAX 用户:获得一个功能齐全、久经考验、文档完善的建模和训练库。


更多信息请阅读 [Keras 3 发布公告](https://keras.io/keras_3/)。 No newline at end of file
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

文本文件通常以换行符结尾是一种最佳实践。这有助于提高文件在不同工具和系统之间的兼容性。请在文件末尾添加一个换行符。

Suggested change
更多信息请阅读 [Keras 3 发布公告](https://keras.io/keras_3/)
更多信息请阅读 [Keras 3 发布公告](https://keras.io/keras_3/)

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Mar 25, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.74%. Comparing base (cc7078b) to head (4244745).

Additional details and impacted files
@@            Coverage Diff             @@
##           master   #22502      +/-   ##
==========================================
- Coverage   83.20%   79.74%   -3.47%     
==========================================
  Files         596      596              
  Lines       67621    67621              
  Branches    10531    10531              
==========================================
- Hits        56266    53922    -2344     
- Misses       8630    11019    +2389     
+ Partials     2725     2680      -45     
Flag Coverage Δ
keras 79.58% <ø> (-3.45%) ⬇️
keras-jax 24.94% <ø> (-35.06%) ⬇️
keras-numpy 54.25% <ø> (+<0.01%) ⬆️
keras-openvino 51.16% <ø> (ø)
keras-tensorflow 61.23% <ø> (-0.01%) ⬇️
keras-torch 60.09% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@hertschuh
Copy link
Copy Markdown
Collaborator

Please accept the CLA

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants