-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Providing cross-validation sets for LSTM #5
Comments
From what I know, like for the MNIST example data, X being the training data and y being the testing data, X = (28_28... image data)= 784 * 60000 .... variations training data input |
Thanks for your reply @guanyou. Do you know where I could get the MNIST data used in the example? |
I'm guessing u could get it from below, or just implement those data conversion code found online with the original dataset found here http://yann.lecun.com/exdb/mnist/ http://www.cs.toronto.edu/~norouzi/research/mlh/data/mnist-full.mat |
Hi @shaimaahegazy . I wonder if you have managed to run any of the examples provided with the toolbox where the network converges. I, so far tried the MNIST_ConvNet_Classifier.m and the MNIST_Deep_Classifier.m where I download the mnist-full.mat from |
Is there a way to provide cross-validation/test sets for the LSTM training function? I can understand that the function is defined as follows:
My question is what are the : Xts, Yts, yts and y variables?
Thanks a lot.
The text was updated successfully, but these errors were encountered: