Using Object Detection for a Smarter Retail Checkout Experience
ModelingNLP/Text AnalyticsNatural Language Processing|NLPposted by Priya Dwivedi August 27, 2018
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
BlogNatural Language Processing|NLPposted by Layla Tadjpour, ODSC data science team contributor June 8, 2016
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