Monday, May 11, 2020

Answer for How to test real data on the model

https://365datascience.com/dwqa-answer/answer-for-how-to-test-real-data-on-the-model/ -

Hey Adit,

To do that with the MNIST is not so simple.

That’s because the database itself is very well cleaned and preprocessed (the reason why it is so good for learning purposes). If you want to use this MNIST model, you must preprocess your image in the same way as the data provider and then feed it. For instance, I don’t know on the top of my head how they preprocessed the data, so that code must be found on GitHub or TF website.

By the way, if you really want to do it with the MNIST, you can check out this article: https://medium.com/@o.kroeger/tensorflow-mnist-and-your-own-handwritten-digits-4d1cd32bbab4

The author wrote down 4 digits, then took a photo of them, preprocessed the data and then fed it.

The applicable parts of the article for you are from ‘Preprocessing’ onwards!

***

It will be much simpler and useful for you to complete the business case (in part because we build our own data provider, so we know how the data is preprocessed). After it we make a note on this and there are many discussion in the Q&A with code on how to go about it.

Best,
Iliya




#365datascience #DataScience #data #science #365datascience #BigData #tutorial #infographic #career #salary #education #howto #scientist #engineer #course #engineer #MachineLearning #machine #learning #certificate #udemy

No comments:

Post a Comment