Skip to content

Instantly share code, notes, and snippets.

@kaisesha
kaisesha / CARS.adoc
Last active October 2, 2022 20:31
Multidimensional Approach To Recommender Systems

Multidimensional Approach To Recommender Systems

Introduction

When it comes to recommender systems, I always remember the title song of 80’s sitcom, "Cheers". Here is how:

"You wanna go where people know, people are all the same" - Content-based

@kaisesha
kaisesha / cdranlytics.adoc
Last active January 26, 2024 23:08
Call Detail Records Data Analysis

Call Detail Records (CDR) Analytics

Introduction

Analysis of call detail records (CDR) provides greater insights into the telecommunications activity like inbound calls, outbound calls, dropped and abandoned calls, and unanswered calls. This helps organizations track details on individual extensions, toll fraud, multiple sites/locations, and make necessary changes to improve productivity and efficiency on all levels.

CDR data can reach big data proportions for some Enterprise Businesses.Updating very large tables in SQL server can be a time taking task and sometimes it might take hours to finish. In addition to this, it might also cause blocking issues.