Machine Learning
Time Series Forecasting
Natural Language Processing
Computer Vision
Web Development
Do you wanna match two sets of strings similar but not equal? Excel VLOOKUP won’t help you with that, but fear not, I got you covered! In this article, using Python and NLP, I will explain how to create and use your own string matching web application.
In this article, using Telegram and Python, I will show how to build a friendly Bot with multiple functions that can chat with question-answering conversations (short-term information) and store user data to recall in the future (long-term information).
Do you know the feeling when you run so fast that if you stop you would break all of your bones at once? That’s my world before COVID. Everybody just runs, all day, every day. And if you slow down, you would be left behind. Nobody can take time to help you, and you can’t risk being dragged down with someone you’re helping. You are on your own while racing with and against the rest.
Are you struggling to classify text data because you don’t have a labeled dataset? In this article, using BERT and Python, I will explain how to perform a sort of “unsupervised” text classification based on similarity.
In this article, using Data Science and Python, I will show how different Clustering algorithms can be applied to Geospatial data in order to solve a Retail Rationalization business case.
In this article, using NLP and Python, I will explain 3 different strategies for text multiclass classification: the old-fashioned Bag-of-Words (with Tf-Idf ), the famous Word Embedding (with Word2Vec), and the cutting edge Language models (with BERT).
In this article, using NLP and Python, I will explain how to analyze text data and extract features for your machine learning model.
In this article, I will show how to play with computer vision and have a lot of fun with a few lines of code.
About