-
Notifications
You must be signed in to change notification settings - Fork 770
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
review subtitle no.25 keras_introduction #513
base: main
Are you sure you want to change the base?
Conversation
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. |
If you're an experienced machine learning engineer | ||
|
||
10 | ||
00:00:24,960 --> 00:00:28,230 | ||
谁经常使用 Keras,这可能就是你需要知道的全部 | ||
并且经常使用Keras的话,这可能就是你使用它们 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
并且经常使用Keras的话,这可能就是你使用它们 | |
并且经常使用 Keras 的话,这可能就是你使用它们 | |
@@ -95,7 +95,7 @@ But first, at a high level, what is a Keras model? | |||
|
|||
20 | |||
00:00:50,820 --> 00:00:54,810 | |||
所以你的模型基本上包含了你的整个网络。 | |||
你的模型基本上包含了你的整个网络。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
network 这里是否是神经网络的意思?
a very quick introduction to how our transformer models | ||
|
||
4 | ||
00:00:10,350 --> 00:00:14,040 | ||
与 Tensorflow 和 Keras 一起工作。 | ||
是如何跟 Tensorflow 和 Keras 一起工作。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
是如何跟 Tensorflow 和 Keras 一起工作。 | |
是如何跟 TensorFlow 和 Keras 一起工作。 | |
The very short explanation | ||
|
||
6 | ||
00:00:15,510 --> 00:00:17,310 | ||
是我们所有的 Tensorflow 模型 | ||
我们所有的 Tensorflow 模型 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
我们所有的 Tensorflow 模型 | |
我们所有的 TensorFlow 模型 | |
becomes manageable, because you interact with it | ||
|
||
61 | ||
00:02:35,430 --> 00:02:39,000 | ||
以完全相同的方式,使用完全相同的方法, | ||
使用完全相同的方法,与它交互, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
使用完全相同的方法,与它交互, | |
使用完全相同的方法与它交互, | |
Btw, the title could be updated to: |
ref #390