Forget about SQLite, Use DuckDB Instead — And Thank Me Later

We, programmers, tend to default to SQLite when we want to work on local environments with an embedded database. While that works fine most of the time, it’s like using a bicycle to travel 100 km…

GPT-4 vs. ChatGPT: An Exploration of Training, Performance, Capabilities, and Limitations

OpenAI stunned the world when it dropped ChatGPT in late 2022. The new generative language model is expected to totally transform entire industries, including media, education, law, and tech. In…

Gradient Boosted Linear Regression in Excel

Gradient Boosting is an ensemble method that is usually applied to decision trees. It is so often that we usually say Gradient Boosting to refer to Gradient Boosted Decision Trees. However, as an…

5 Awesome Python Hidden Features

Take your coding skills to the next level with these cool hidden Python features. “5 Awesome Python Hidden Features” is published by David Farrugia in Towards Data Science.

Trends in AI — March 2023

The fast-paced development of Large Language Models keeps defining this first part of 2023. This month we’ve seen OpenAI releasing its ChatGPT API at 1/10th of the price of the full DaVinci…

Google Med-PaLM: The AI Clinician

Medicine is also based on the interaction between patient and physician. moreover, although the patient undergoes different tests and imaging techniques there is always a written report. So why AI…

Python and Beyond: Expand Your Data Science Programming Toolkit

The amount of code that data scientists have to write as part of their job varies greatly across organizations and projects, and so does its level of complexity. Regardless of where you land on the…

Structuring Your Machine Learning Project with MLOps in Mind

If you’re looking to take your machine learning projects to the next level, MLOps is an essential part of the process. In this article, we’ll provide you with a practical tutorial on how to structure…

Creating Geospatial Heatmaps With Python’s Plotly and Folium Libraries

Heatmaps, also known as Density Maps, are data visualizations that display the spatial distribution of a variable across a geographic area. They can be great tools for visualising and identifying…

Quantum Computers in the Revolution of Artificial Intelligence and Machine Learning

A digestible introduction to how quantum computers work and why they are essential in evolving AI and ML systems. Gain a simple understanding of the quantum principles that power these machines…