Unfolding the universe of possibilities..

Dancing with the stars of binary realms.

Four Data Engineering Projects That Look Great on your CV

Data pipelines that would turn you into a decorated data professional Continue reading on Towards Data Science »

Customizing RStudio Container with Docker Compose

A step-by-step guide for customizing and launching RStudio Server inside a container with Docker Compose In this post, we will review the steps of setting up a Docker-Compose workflow to launch an RStudio Server inside a container. We will introduce the

The Death of the Static AI Benchmark

Benchmarking as a Measure of Success Benchmarks are often hailed as a hallmark of success. They are a celebrated way of measuring progress — whether it’s achieving the sub 4-minute mile or the ability to excel on standardized exams. In the context of

Implementing Simple Neural Network Backpropagation from Scratch

Solving XOR gate problem- using just NumPy, then compare with PyTorch implementation. Continue reading on Towards Data Science »