Recent posts

Classification Metrics: Accuracy is not enough

1 minute read

March 08 2022

Sometimes, accuracy isn’t enough as a metric to evaluate classifier’s performance. Are there any other metrics more than that? Let’s discuss the ways to meas...

Pytorch cheatsheet

1 minute read

January 25 2022

This post is about pytorch cheatsheet. Commonly used codes and flows are introduced to boost my performance!

Implementing VAE

3 minute read

October 04 2021

Let’s implement VAE using MNIST dataset!

N for Loops

1 minute read

October 03 2021

How can we set up n for loops for the problem solvings?