LSTM Example with non binary data
Closed this issue · 1 comments
anirudh264 commented
How would you implement the LSTM example with non binary data. I was wondering if you could provide a quick explanation or example?
anastasios-stamoulis commented
Please take a look at Ch_08_Text_Generation_With_LSTM, that I just added. You could start by looking at the method run_cntk() in ch8-1.py, which shows how the Keras example is ported in CNTK+Python.