Hi there, and welcome!

On this blog, you’ll find my openly shared technical notes and coding examples for the most part about programming, high-performance computing, machine learning, and simulational physics.

I’m making my best effort to

  • focus on interdisciplinary topics that are less discussed
  • go deeper into details of often discussed topics
  • promote creativity through doing fun projects

Hope you find it useful and having fun too :bowtie:

Recent Posts

Image Outlier Detection: Mahalanobis Distance

24 minute read

In this post, I will discuss how Mahalanobis distance (MD) can be used to detect image outliers from MNIST handwriting digits dataset as an example. Outlier...

Create a GSM Remote Alarm System

5 minute read

GSM Remote Alarm System is an experimental implementation of a broader idea of how one can build a home alarm system. This post shows my attempts to remotely...

How to Setup a Raspberry-Pi HPC Cluster

1 minute read

In this post, I explain steps on how to setup a test but scalable high-performance computing (HPC) cluster using Raspberry Pi and with a focus on data scien...

How to Build a ESP32 Weather Monitor Module

6 minute read

Here I will show my attempt to build a wireless weather monitor module, using ESP32 microcontroller, that connects to the internet via WiFi and pulling some ...