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

How to make predictions via LSTM type recurrent neural networks algorithm ??? #1

Open
chegmarco1989 opened this issue May 29, 2022 · 4 comments

Comments

@chegmarco1989
Copy link

Hello.

How to make predictions via LSTM type recurrent neural networks algorithm ???

We don't see anywhere in the documentation how to use LSTM-like recurrent neural networks.

How do LSTM recurrent neural networks work in PHP with this library ???

Please reply to us.

@yuichiis
Copy link
Member

Thank you for asking.

See below for general RNN usage

https://rindow.github.io/neuralnetworks/tutorials/neural-machine-translation-with-attention.html

See below for limited use of RNNs in sequential models

https://rindow.github.io/neuralnetworks/tutorials/learn-add-numbers-with-rnn.html

Both usages are the same as tensorflow.

@chegmarco1989
Copy link
Author

chegmarco1989 commented May 29, 2022

Thank you for your reply. But that doesn't answer my question.

And according to my research, it is the Recurrent Neural Networks of the LSTM type that make it possible to do this.

So, which of the Recurrent Neural Networks is of LSTM type on Rindow PHP Library and which can allow me to process a set of data and provide precise answers when asked questions ???

@yuichiis
Copy link
Member

This is the API list in the library.

https://rindow.github.io/neuralnetworks/api/apitoc.html

I haven't given it a strange name, so as you can see, the following three are RNN layers.

SimpleRNN
LSTM
GRU

Please use it according to the application you are trying to make.

I'm sorry I don't have the ability to answer "basic knowledge of machine learning" or "commentary on artificial intelligence research".

@chegmarco1989
Copy link
Author

All right. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants