Skip to content
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

Add Echo State Network (ESN) layer #1862

Merged
merged 5 commits into from
May 30, 2020

Conversation

pedrolarben
Copy link
Contributor

Part of #1809.

After adding the ESN recurrent cell #1811, here it is the ESN layer.

Copy link
Member

@WindQAQ WindQAQ left a comment

Choose a reason for hiding this comment

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

Hi @pedrolarben Sorry for the late reply. I have some comments here. Please check it out.
cc @qlzh727

H. Jaeger
"The "echo state" approach to analysing and training recurrent neural networks".
GMD Report148, German National Research Center for Information Technology, 2001.
https://www.researchgate.net/publication/215385037
Copy link
Member

Choose a reason for hiding this comment

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

Could we use the hyperlink here? Like xxx.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@WindQAQ Thanks for your review :)

Do you mean something like this?
Option A:

This is based on the paper
H. Jaeger
["The "echo state" approach to analysing and training recurrent neural networks".
GMD Report148, German National Research Center for Information Technology, 2001.]
(https://www.researchgate.net/publication/215385037)

Option B:

This is based on the [paper](https://www.researchgate.net/publication/215385037)
H. Jaeger
"The "echo state" approach to analysing and training recurrent neural networks".
GMD Report148, German National Research Center for Information Technology, 2001.

Option C:

This is based on the paper
H. Jaeger
["The "echo state" approach to analysing and training recurrent neural networks"]
(https://www.researchgate.net/publication/215385037).
GMD Report148, German National Research Center for Information Technology, 2001.

I think I prefer option C, please let me know your opinion

Copy link
Member

Choose a reason for hiding this comment

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

@pedrolarben I prefer C too :-)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done! 👍

Copy link
Member

@WindQAQ WindQAQ left a comment

Choose a reason for hiding this comment

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

Thank you for the contribution!

@WindQAQ WindQAQ merged commit 92a2342 into tensorflow:master May 30, 2020
ashutosh1919 pushed a commit to ashutosh1919/addons that referenced this pull request Jul 12, 2020
* Added Echo State Network (ESN) layer

* removed super arguments

* removed constant argument from esn call

* Changed test name esn layer

* Added hyperlink to esn docs
jrruijli pushed a commit to jrruijli/addons that referenced this pull request Dec 23, 2020
* Added Echo State Network (ESN) layer

* removed super arguments

* removed constant argument from esn call

* Changed test name esn layer

* Added hyperlink to esn docs
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