top of page


Model Distillation: Simplifying AI Models Without Losing Accuracy
Model compression refers to techniques that reduce the size and computational cost of deep learning models while maintaining accuracy....
Mr. Data Bugger
Feb 224 min read
10 views
0 comments


Checking Unique Strings and String Permutations in Python
Introduction String manipulation is a fundamental concept in programming, often requiring checks for uniqueness and permutations. In this...
Mr. Data Bugger
Feb 191 min read
5 views
0 comments
Finding the Greatest Common Divisor of Two Strings Without GCD
Problem Statement Given two strings str1Â and str2, we need to find the largest string XÂ such that both str1Â and str2Â are formed by...
Mr. Data Bugger
Feb 182 min read
1 view
0 comments
bottom of page