My FeedDiscussionsHeadless CMS
New
Sign in
Log inSign up
Learn more about Hashnode Headless CMSHashnode Headless CMS
Collaborate seamlessly with Hashnode Headless CMS for Enterprise.
Upgrade ✨Learn more

Need help with an ML Ipython Kernel

Aakash Mallik's photo
Aakash Mallik
·Aug 22, 2018

I have been trying my hands on ML for a few weeks now and in need of serious help. I was following the data camp tutorial on using TensorFlow for image classification. The kernel I was referring to working perfectly but the same code happens to give me zero accuracies on the test data, while the rest of the code seems to work reasonably fine on the training data.

Here is the link to my kernel and the data set. The problem seems to be the last block of code where I use the test data to validate my model. If you wish to help me out, please clone the repo and run the kernel and let me know where have I gone wrong because I have followed the instructions to the letter. I may be missing out something crucial.

github.com/AakashMallik/data_camp_projects/..