DSGT-DLP / Deep-Learning-Playground

Web Application where people new to Deep Learning can input a dataset and toy around with basic Pytorch modules without writing any code
MIT License
22 stars 8 forks source link

LSTM, RNN Support #145

Open karkir0003 opened 1 year ago

karkir0003 commented 1 year ago

Describe the solution you'd like Another dataset type that people can train are time series datasets (eg: stock forecasting). LSTMs, RNNs are examples of State of the Art architectures for time series models. Adding support for people to play around with LSTMs, RNNs is quite helpful! Shouldn't be too hard to do

Additional context Add any other context or screenshots about the feature request here.

setup instructions git checkout dev git pull origin dev git checkout -b lstm-rnn

karkir0003 commented 1 year ago

@xinslu, what branch are you working off of for this issue?

karkir0003 commented 1 year ago

@xinslu , progress on this issue?