Shirish Kadam·May 22, 2021‘Pattern Recognition’ a tool for your Go To Market strategy planning | PM NotesTom Morkes, discusses in detail with a use case, how he identifies the pain points or the needs of his target audience and based on those…
Shirish Kadam·Apr 8, 2021How to create & document User Personas, a framework | PM NotesExploring user persona framework to understand user needs, goals, pain-points, routines.
InVoice Tech PodcastbyShirish Kadam·Apr 1, 2019NLP: Question Classification using Support Vector Machines [spacy][scikit-learn][pandas]The past couple of months I have been working on a Question Answering System and in my upcoming blog posts, I would like to share some…
Shirish Kadam·Mar 31, 2019Dependency Parsing in NLPSyntactic Parsing or Dependency Parsing is the task of recognizing a sentence and assigning a syntactic structure to it. The most widely…
Shirish Kadam·Mar 30, 2019A Cognitive study of Lexicons in Natural Language Processing.What are Lexicons?
Shirish Kadam·Mar 29, 2019Setting up Natural Language Processing Environment with PythonIn this blog post, I will be discussing all the tools of Natural Language Processing pertaining to the Linux environment, although most of…
Shirish Kadam·Mar 28, 2019Building a Naive Bayes Classifier from scratchNaive Bayes Classifier is probably the most widely used text classifier, it’s a supervised learning algorithm. It can be used to classify…