In today’s world, facial recognition technology is widely being used for security purposes, but it comes with some vulnerabilities. Imagine … More
Tag: python
A Step by Step Approximate Nearest Neighbor Example In Python From Scratch
Nearest neighbor search is a fundamental problem for vector models in machine learning. It involves finding the closest vectors to … More
Digital Signature Algorithm (DSA) In Python From Scratch
In today’s digital landscape, where memes, emojis, and cat videos reign supreme, it’s easy to overlook the serious business of … More
Magic of Diffie-Hellman From A Programmer’s Perspective
Diffie-Hellman marked a pivotal moment in the history of cryptography. With the introduction of Diffie-Hellman, public key cryptography was born, … More
A Step by Step Partially Homomorphic Encryption Example with RSA in Python
In the field of cryptography, homomorphic encryption is a powerful technique that enables computations to be performed on encrypted data … More
Handling Hang in Python Multiprocessing
Parallelism is a must for a production-driven application. Even though python programming language is pretty, its parallelism module might be … More
Designing Recursive Functions with Python Multiprocessing
Multiprocessing is a must to develop high scalable products. However, python multiprocessing module is mostly problematic when it is compared … More
Flask Experiments for a Deep Learning Project
Flask is a pretty web framework to publish python projects as an api. Recently, I’ve published one of my project … More
Publishing Python Packages on Pip and PyPI
Library diversity might be the trigger of being popular of python programming language nowadays. This encourages open source culture as … More
A Gentle Introduction to Feature Importance in Machine Learning
Machine learning interpretability and explainable AI are hottest topics in data world nowadays. Even though linear regression is ignored by … More