Skip to content
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

Testing real data in NN #175

Open
allinjoe opened this issue Jun 23, 2017 · 7 comments
Open

Testing real data in NN #175

allinjoe opened this issue Jun 23, 2017 · 7 comments

Comments

@allinjoe
Copy link

I trained and validated the datas in NN but now i need to test the real data in NN. Kindly help.

@wangruinan
Copy link

how can I help you? please give me an email in detail to clarify your question.

@allinjoe
Copy link
Author

allinjoe commented Jun 26, 2017 via email

@wajihullahbaig
Copy link

wajihullahbaig commented Jun 29, 2017

@allinjoe If you want to test it on real data. You still need training and testing.
Say you have 800 samples. You give 600 for training and 200 for testing nowl
a) Once you have trained the network, you need to save the neural network and then load it to test it on anther sample set.
b) Say this other sample set is of 500 images that you want to test.
c) Load the neural network (trained on 600 images), then just test push your new test samples (500 images) and see visually if it does a correct prediction. If you have labeled the data, you can make a comparison against the labeled data and the NN predictions.

Hope this helps.

@allinjoe
Copy link
Author

Sir,
Where can i find the output values of validation data before mse calculation? kindly help

@lcayer
Copy link

lcayer commented Jul 7, 2017 via email

@allinjoe
Copy link
Author

allinjoe commented Jul 7, 2017

TRAINING DATA.xlsx

Kindly reply this issue with the attached excel file not for images.

@wajihullahbaig
Copy link

wajihullahbaig commented Jul 7, 2017

@allinjoe I dont understand the excel file.
No one is going to do it for you except yourself. Now following the path to tests folder
https://github.com/rasmusbergpalm/DeepLearnToolbox/blob/master/tests/test_example_NN.m

And see the line#20 - [er, bad] = nntest(nn, test_x, test_y);
Follow the function and see how the errors are calculated. This is where labeled data is compared against predictions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants