jeffheaton / t81_558_deep_learning

T81-558: Keras - Applications of Deep Neural Networks @Washington University in St. Louis
https://sites.wustl.edu/jeffheaton/t81-558/
Other
5.71k stars 3.04k forks source link

Fix reference variable to `y`. #160

Closed toohsk closed 1 year ago

toohsk commented 1 year ago

In notebook t81_558_class_10_2_lstm.ipynb, logging the expected class label in Simple Keras LSTM Example section, but it is referencing predict_classes which is the same as predicting class. I think it should be y for the expected classes.

jeffheaton commented 1 year ago

Thanks, I will take a look.