My Data Science Blog


A personal blog about Data Science

AI Paradoxes: Why Human Expertise is the Ultimate Moat

Automation often fails due to fundamental mathematical and psychological contradictions. From Simpson’s Paradox in causal inference to Ramsey Theory in big data, explore why the future of Data Science relies on human "Causal Auditors" to separate signal from noise.

Chat with my personal AI assistant!

We’re moving from single-model chatbots to AI ecosystems, where agents not only reason but also cooperate. The future of AI isn’t one assistant—it’s teams of them, working in harmony to create more natural, useful, and personal experiences.

Recurrent Neural Networks applied to predict stock market data

How do recurrent neural networks work and how can we apply them to timeseries data to make predictions about the future?

Fake news classifier using Python

Identifying fake news from real news is a nice use case for building a classifier model. Read more to find out how fake news are identified using python and how I built a custom web application to visualize the results during a hackathon at JetBrains Munich.


Face Recognition With Python

Face recognition is probably one of the most popular computer vision problems. The idea is easy to grasp and it is actually not so difficult as one might imagine. Check out my article on face recognition using Python and implement your first face detection application.


Real Time Analytics with Python and Plotly (Part 1)

Real time analytics is one of the only ways to extract the most value of continuously incoming data. But how can we implement a real-time analytics application that not only does some calculation under the hood, but also presents this information in a graphical way? Check out my real time analytics article and implement your own application with Python - Kafka and Plotly.


Data Exploration with Shiny

Data exploration can be a time-consuming task. There are often repeating analysis steps that can be applied to every data set. Check out my data exploration app which includes data exploration (missing values, histograms, ...) as well as feature reduction possibilities.