Data Science Blog

Data Science and AI Blog.
Our Data Scientist / AI Engineer is writing about
Data Science / Mathematics / Statistics / Engineering.

Word Embeddings – blessing or curse in disguise?

As word embeddings become more and more ubiquitous in language applications, a key issue has likewise emerged. The ability of embeddings to learn complex, underlying relationships between words is also their greatest caveat: How do we know when we have trained a good embedding? It’s important to differentiate between a good embedding in a more general sense and …

Word Embeddings – blessing or curse in disguise? Read More »

Pre-processing Data

In Data Science, before building a predictive model from a particular data set, it is important to explore and perform pre-processing data.  In this blog, we will illustrate some typical steps in data pre-processing. In this particular exercise, we will build a simple Decision Tree model to classify the food cuisine from the list of …

Pre-processing Data Read More »

Combinatorial Optimization: From Supervised Learning to Reinforcement Learning – Part 1

Recently, I was asked to solve an interesting problem: The problem of Sorting Array: Input: An array A contains unique n-elements, whose values are integers. The length (n) of A is ranged from 2 to10. Output: A sorted array B in ascending order. The length of array B must be the same as the length …

Combinatorial Optimization: From Supervised Learning to Reinforcement Learning – Part 1 Read More »

AWS – Batch Process and Data Analytics

Overview (AWS – Batch Process and Data Analytics) Today, I will describe our current system references architecture for Batch processing and Data Analytics for the sales report system. Our mission is to create a big data analytics system that interacts with Machine Learning features for insights and prediction. Nowadays, too many AI companies are researching …

AWS – Batch Process and Data Analytics Read More »