-
Notifications
You must be signed in to change notification settings - Fork 2.9k
revise RNN spec #8081
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
revise RNN spec #8081
Conversation
|
merged PR from #7295 |
docs/ops/sequence/RNNCell_3.md
Outdated
|
|
||
| *RNNCell* represents a single RNN cell and is part of [RNNSequence](RNNSequence_5.md) operation. | ||
|
|
||
| Ho = f(clip(X*(W^T) + H*(R^T) + B)) is a formula for the operation, where * is matrix multiplication, ^T is a matrix transpose operation and explanations for X, H, W, B, Ho, clip, and f are given in Attributes and Inputs sections. |
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.
@tsavina, could you please check formatting of formulas and denotations because it seems incorrect?
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.
Signed-off-by: fishbell <bell.song@intel.com>
Signed-off-by: fishbell <bell.song@intel.com>
|
@tsavina, could you please review it from the grammar perspective? |
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
* revise RNN spec Signed-off-by: fishbell <bell.song@intel.com> * formatting the formula Signed-off-by: fishbell <bell.song@intel.com> * Update docs/ops/sequence/RNNSequence_5.md Co-authored-by: Tatiana Savina <tatiana.savina@intel.com> Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
* revise RNN spec Signed-off-by: fishbell <bell.song@intel.com> * formatting the formula Signed-off-by: fishbell <bell.song@intel.com> * Update docs/ops/sequence/RNNSequence_5.md Co-authored-by: Tatiana Savina <tatiana.savina@intel.com> Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
Signed-off-by: fishbell bell.song@intel.com
Details:
Tickets: