sherjilozair / char-rnn-tensorflow

Multi-layer Recurrent Neural Networks (LSTM, RNN) for character-level language models in Python using Tensorflow
MIT License
2.64k stars 959 forks source link

How to change database into digital data? #137

Open Ijustakid opened 5 years ago

Ijustakid commented 5 years ago

Thank you very much for your contribution but I have a question. I need to train the RNN model for digital data( A time series in numerical form).Finally, I need to classify or predict the data. But I don't know how to change the database and what parameters to modify.