fbpx
Using Object Detection for a Smarter Retail Checkout Experience
I have been playing around with the Tensorflow Object Detection API and have been amazed by how powerful these models are. I want to share the performance of the API for some practical use cases. The first use case is a smarter retail checkout experience. This is a... Read more
Naive Bayes and Spam Detection
In natural language processing, text classification techniques are used to assign a class to a given text.  For example, in spam detection, the classifiers decides an email belongs to a spam or non spam (ham) class. Deciding what the topic of a news article is, or... Read more