Hi All,
I've been reading a lot about Long Short Term Memory (LSTM). Is this an existing tool or a part of an existing tool within designer? I think LSTM is a type of neural network.
Thanks!
Stefano
Hi @stefano_m
There is not an existing tool in Alteryx Designer that will allow you to perform an LSTM model. Long Short-Term Memory (LSTM) networks are a type of recurrent neural network. If you have some coding skills, you can use the Designer’s Python Tool and Keras.
Mouna
Thanks Mouna.
If anyone has an LSTM model that was built using R I would love to see an example. The reason I would like to build it in R is so that I may be able to leverage other analytic tools that are built within the predictive suite.
When I used the R developer tool with a customs script the tool wouldn't load passed 50% and not exactly sure why.