mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-04-06 13:55:54 +00:00
Refactor LSTM input data initialization
This commit is contained in:
parent
3c2da6e2f2
commit
21dab0f1c1
@ -345,7 +345,7 @@ class LSTM:
|
|||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
# Define the input data and hyperparameters
|
# Define the input data and hyperparameters
|
||||||
# data = "LSTM Neural Networks are designed to handle sequences of data.This is just rantom test data"
|
data = "LSTM Neural Networks are designed to handle sequences of data.This is just rantom test data"
|
||||||
# hidden_dim = 50
|
# hidden_dim = 50
|
||||||
# epochs = 1000
|
# epochs = 1000
|
||||||
# lr = 0.01
|
# lr = 0.01
|
||||||
|
Loading…
x
Reference in New Issue
Block a user