-
Notifications
You must be signed in to change notification settings - Fork 874
add api_guides low_level backward parameter program_en #696
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
Conversation
Co-Authored-By: zy0531 <[email protected]>
shanyi15
left a comment
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.
Good translation!
| @@ -0,0 +1,175 @@ | |||
| .. _api_guide_parameter_en: | |||
|
|
|||
| ######### | |||
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.
rst里面需要####的长度超过标题的长度
| Forward computing transfers the state of the input unit to the output unit according to the network structure you build. | ||
|
|
||
| Back propagation calculates the derivatives of two or more compound functions by means of `chain rule <https://en.wikipedia.org/wiki/Chain_rule>`_ . The gradient of output unit is propagated back to input unit. According to the calculated gradient, the learning parameters of the network are adjusted. | ||
|
|
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.
正常情况下,段落与段落间空一行即可
Co-Authored-By: zy0531 <[email protected]>
| .. _api_guide_backward_en: | ||
|
|
||
|
|
||
| ######## |
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.
| ######## | |
| ################### |
|
|
||
| ######## | ||
| Back Propagation | ||
| ######## |
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.
| ######## | |
| ################### |
| @@ -0,0 +1,175 @@ | |||
| .. _api_guide_parameter_en: | |||
|
|
|||
| ######### | |||
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.
| ######### | |
| #################### |
|
|
||
| ######### | ||
| Model Parameters | ||
| ######### |
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.
| ######### | |
| #################### |
| API reference: :ref:`api_fluid_initializer_TruncatedNormalInitializer` | ||
|
|
||
| 6. UniformInitializer | ||
| -------------------- |
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.
| -------------------- | |
| ------------------------ |
| API reference: :ref:`api_fluid_initializer_XavierInitializer` | ||
|
|
||
| Regularization | ||
| ============= |
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.
| ============= | |
| ================ |
| API reference: :ref:`api_fluid_clip_GradientClipByValue` | ||
|
|
||
| Model Averaging | ||
| ======== |
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.
| ======== | |
| ==================== |
|
|
||
| All the learnable parameters in the model are kept in the memory space in form of :code:`Variable` . In most cases, you do not need to create the learnable parameters in the network by yourself. Fluid provides encapsulation for almost common basic computing modules of the neural network. Taking the simplest full connection model as an example, calling :code:`fluid.layers.fc` directly creates two learnable parameters for the full connection layer, namely, connection weight (W) and bias, without explicitly calling :code:`Variable` related interfaces to create learnable parameters. | ||
|
|
||
| ========= |
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.
| ========= | |
| =============== |
|
|
||
| ========= | ||
| Related API | ||
| ========= |
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.
| ========= | |
| =============== |
shanyi15
left a comment
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.
LGTM
) * add api_guides low_level backward parameter program_en * Apply suggestions from code review Co-Authored-By: zy0531 <[email protected]> * Apply suggestions from code review Co-Authored-By: zy0531 <[email protected]> * Update backward_en.rst * Update parameter_en.rst * Update program_en.rst * Update doc/fluid/api_guides/low_level/program_en.rst
* fix layers. ==> fluid.layers. (#688) * fix data_reader_cn and dataset_cn (#685) * fix textual content * fix issue #682 3 3.2 * fix issues in conv * Fix io_cn (#597) * routine bug fix * update text info * fix io_cn all * 持久性变量=>长期变量 * 1220 improve cnapi (#509) * 1220 update cnapi * Apply suggestions from code review Co-Authored-By: haowang101779990 <[email protected]> * refine reader doc (#686) * update VisualDL README to add more details (#694) * improve save_load_variables cn (#689) * improve save_load_variables * Update save_load_variables.rst * fix typo of models (#698) * fix typo of models * fix en * Fix arguments according to 1.3 en + ceil,floor 翻译 +operator 翻译 (#695) * Fix arguments according to 1.3 en + ceil,floor trans +operator trans * fix LoDTensorArray spell * update_reading_data (#699) * add api_guides low_level backward parameter program_en (#696) * add api_guides low_level backward parameter program_en * Apply suggestions from code review Co-Authored-By: zy0531 <[email protected]> * Apply suggestions from code review Co-Authored-By: zy0531 <[email protected]> * Update backward_en.rst * Update parameter_en.rst * Update program_en.rst * Update doc/fluid/api_guides/low_level/program_en.rst
Modification:
cn_api_fluid_param_attr_ParamAttrto :ref:cn_api_fluid_ParamAttrin original parameter.rst, coz the error of link