Data Science Blog

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

Machine Learning development with AWS Sage Maker

Make your Machine Learning team working easier, focus more on business and quick deployment with AWS managed service SageMaker. Today, Machine Learning(ML) is resolving complex problems which make more business values for customer and many companies also apply ML to resolve robust business problems. ML have more benefit, but also more challenges to building the …

Machine Learning development with AWS Sage Maker Read More »

Bias in Data Science – the Good, the Bad and the Avoidable !?

In recent years, there have been a few prominent examples of accidental bias in machine-learning applications, such as smartphones’ beauty filters (that essentially ended up whitening skin) [1] or Microsoft’s from-innocent-teen-to-racist-in-24-hours chatbot [2,3]. Examples such as these fell victim to inherently biased data being fed into algorithms too complex to allow for much transparency. Hidden bias continues …

Bias in Data Science – the Good, the Bad and the Avoidable !? Read More »

Binomial Theorem

Can you expand on ? I guess you would find that is quite easy to do. You can easily find that . How about the expansion of . It is no longer easy. It is no longer easy, isn’t it. However, if we use Binomial Theorem, this expansion becomes an easy problem. Binomial Theorem is a very intriguing topic …

Binomial Theorem Read More »

N-gram language models – Part 1

Background Language modeling — that is, predicting the probability of a word in a sentence — is a fundamental task in natural language processing. It is used in many NLP applications such as autocomplete, spelling correction, or text generation.   Currently, language models based on neural networks, especially transformers, are the state of the art: they predict very accurately a …

N-gram language models – Part 1 Read More »