My Blogs

Cover

Anomaly Detection Using Linear Model

6/28/2024


Before I start, let's have some motivation: "Cry. Forgive. Learn. Move on. Let your tears water the seeds of your future happiness." Steve Maraboli This is the third lesson of the Anomaly Detection lecture series. In this lesson, we will see how ...

Read more...
Cover

Anomaly Detection Using Probabilistic and Dimension-Based Models

2/17/2024


Before I start, let's have some motivation: "Great things happen to those who don't stop believing, trying, learning, and being grateful." Roy T. Bennett This is the second lesson of the Anomaly Detection lecture series. In this lesson, you going...

Read more...
Cover

Intro to Anomaly Detection

2/6/2024


Before I start, let's have some motivation: "People worry that computers will get too smart and take over the world, but the real problem is that they're too stupid and they've already taken over the world." Pedro Domingos As you know, these days...

Read more...
Cover

What is Stack Data Structure? It's implementation in a Pythonic Way.

5/16/2023


Before grinding to learn something, let's get some motivation: "Bad programmers worry about the code. Good programmers worry about data structures and their relationships." Linus Torvalds If you are a developer or even a student, you have heard t...

Read more...
Cover

Demystifying Python *args and **kwargs: Advance Python

5/8/2023


Before grinding up to learn something, let's get a motivation: "Any fool can write code that a computer can understand. Good programmers write code that humans can understand." Martin Fowler You might surely see two strange arguments, args and *...

Read more...