LSTM_tsc icon indicating copy to clipboard operation
LSTM_tsc copied to clipboard

An LSTM for time-series classification

Results 13 LSTM_tsc issues
Sort by recently updated
recently updated
newest added

In the commit [Make compatible with python3 and TF1.1.0 ](https://github.com/RobRomijnders/LSTM_tsc/commit/ec8f51a9fcc6859f8ab403ee459809fe7a67032e#diff-c3c8843e070dcd15a7a9ac8ca2a94bc4) you deleted the function `check_test` in the `tsc_model.py `, but forgot to delete in the code `from tsc_model import Model,sample_batch,load_data,check_test...

great code thanks may you clarify : will it work for multivariate time series prediction both regression and classification 1 where all values are continues values weight height age target...

in the 'tsc_model', data_train = np.loadtxt(datadir+'_TRAIN.txt',delimiter=',') The result is 'could not convert string to float:' I don't know what is the reason. Thank you

#### in tsc_model.py from:: ```python from tensorflow.contrib.rnn.python.ops import core_rnn ``` to:: ```python import tensorflow.contrib.rnn as core_rnn ``` #### No check_test in model.py In tsc_main .py , from:: ```python from tsc_model...

thank you for this awesome tutorial,now,I try to run it,however,when I read the full pdf provided by UCRArchive ,still can't find the password to unzip data.would you give me an...

Hi! Thanks for your code. In addition to accuracy, I am trying to obtain AUC values. I am suspecting that I am doing something wrong in that accuracy results are...

I wonder why set the initial value of "cost_train_ma" to -np.log(1 / float(num_classes) + 1e-9)

Hi, Thanks for the nice example. I have a question about your check_test() function. When you're running the session and generating the output, it's [model.cost, model.accuracy] but after append and...

Hi there, thank you for this awesome tutorial, it is of great interest for my master research work! I was trying to adapt the code to my problem, as for...

Could not understand the actual meaning for each dataset and where it comes from.