Digital Tranformation of Healthcare

For the past several decades the healthcare industry has been relying on manual paper-based methods for information management. Now we are entering a new era of automatic patient monitoring, smart hospitals and smart homes where services based on cloud computing

Chasing Artificial Intelligence

This is Feb 2026 the world, and there is a lot of doom and gloom about AI (and some of it rightly justified). Peter H. Diamandis is one of the more most optimistic people on the planet who thinks tech

Array Programming with Numpy

Numpy is open source numeric and scientific computations library created around 2005. Numpy is also highly popular in scientific community and has recently been used to perform computations needed to discover black holes and gravitational waves. It provides a multidimensional

Strategies for Preventing model overfitting

Overftting is typically a result of using too complex models, and we need to choose a proper model complexity to achieve the optimal bias-variance tradeoff. Cross-validation and Regularization are two key techniques in machine learning to prevent overfitting. 1. Cross-validation:

What is the bias-variance tradeoff?

In this blog post we will try to cover the following questions: 1. What’s the bias-variance trade-off? 2. How’s this tradeoff related to overfitting and underfitting? 3. How do you know that your model is high variance, low

A long introduction to Machine Learning

Machine learning is closely related to Artificial intelligence * AI is about building machines or intelligent agents that exhibit intelligence. * ML enables machines to learn from experience, and is a sub-field of AI. * Deep learning focuses on a family of learning