Hi Guys,
- the work you made is amazing but looks like this code has been not tested or not updated as there are some dependencies that are not clear like the data file : First Cases and Probable Sources .csv
also, the USA details as input cause a lot of errors in this code,
if we skipped the USA data from both sequence and vectors folders other bugs will appear on training models
for example, the model"model_1layer_RNN" is not defined in your code
model = model_1layer_RNN(RNN_layer, OUTPUT_DIM_RNN_LAYER, X_train.shape[1], X_train.shape[2], y_train.shape[1], LOSS_FN, LEARNING_RATE)
model.summary()
would you please attach a supplementary file on how to train the prediction model
that will be much appreciated
Hi Guys,
also, the USA details as input cause a lot of errors in this code,
if we skipped the USA data from both sequence and vectors folders other bugs will appear on training models
for example, the model"model_1layer_RNN" is not defined in your code
model = model_1layer_RNN(RNN_layer, OUTPUT_DIM_RNN_LAYER, X_train.shape[1], X_train.shape[2], y_train.shape[1], LOSS_FN, LEARNING_RATE)
model.summary()
would you please attach a supplementary file on how to train the prediction model
that will be much appreciated