cerndb / dist-keras

Distributed Deep Learning, with a focus on distributed training, using Keras and Apache Spark.
http://joerihermans.com/work/distributed-keras/
GNU General Public License v3.0
624 stars 169 forks source link

Any Regression example with LSTM, RNN #11

Closed nazirmubbashir closed 7 years ago

nazirmubbashir commented 7 years ago

I don't see any regression example. Can you point me to one.

JoeriHermans commented 7 years ago

At this point, there is no regression example. However, I suggest to take a look at Keras' examples https://github.com/fchollet/keras and to just call the distributed trainers (given that you already have a dataset in Spark available). Meanwhile, I'll try to come up with an appropriate regression example.