Month: July 2020
Recognizing your dog’s mood with the power of Machine Learning (Part 2)
In the previous post, we discussed how to build an image classifier that can recognize and classify a dog’s mood. We specifically were classifying “happy” and “sad”. We are now going to add more classes to the original model in order to see if we can classify more moods. Since I last worked with TensorFlow’s…