Superstore Sales Analysis with Python
Regional data analysis Introduction I started my Data Analytics journey sometime in May 2022, and it has been the most challenging, but rewarding task I have ever embarked on. After one too
Read moreDeep Learning, NLP, NMT, AI, ML
Python tutorials
Regional data analysis Introduction I started my Data Analytics journey sometime in May 2022, and it has been the most challenging, but rewarding task I have ever embarked on. After one too
Read moreSharing the web app I created for myself using the NLB Open API! A Recap My past posts has me go deeper into my motivations for this API project: (1)
Read moreBYOD: a Reddit scrape experience Photo by Firmbee.com on Unsplash
Read moreIn this blog post, we will explore recurrent neural networks (RNNs) and word embedding models to build your first RNN model. Photo by Markus Spiske on Unsplash
Read moreHigh-Quality translations between 200 languages Previously in July, Facebook AI Research (FAIR) released their most recent model in the language generation field, especially language translation, called No Language Left
Read moreIn this article, which was written in collaboration with Helyne Adamson and Sridhar G Kumar, we will discuss neural network optimizers and a practical way to speed-up the learning process, using Cyclical Learning Rate. Traditionally, the learning rate of a neural network that is
Read moreThis article shows Natural Language Processing example using Intel OpenVINO on Android Phone with ARM CPU. An application is able to record audio samples from microphone and predict one of the commands: {Yes, No, Up, Down, Left, Right, On, Off, Stop, Go}.
Read moreReal-world applications frequently seek to solve a general form of the Entity Matching (EM) problem to find associated entities. Such scenarios, which we call Generalized Entity Matching (GEM), include matching jobs to candidates in job targeting, matching students with courses in online education, matching products with user reviews on e-commercial websites, and beyond. These tasks impose new requirements such as matching data entries with diverse formats or having a flexible and semantics-rich matching definition. Scenarios like these are
Read moreAn informative tutorial about basic MultiThreading in Python Photo by David Clode on
Read moreThe majority of the difficulties come from data complexity as well as features like sparsity, variety, and dimensionality, and therefore the dynamic properties of the datasets. NLP continues to be a young technology; therefore, there’s plenty of room for engineers and businesses to tackle the many unsolved problems that include deploying NLP systems.
Read more