Python

Photo by Headway on Unsplash

4 Python Algorithms for Coding Interviews And Their Answer

Introduction Whether you want to be a Data Scientist, Software Developer, or any position that includes coding, you might be going...
3 min read 185

PolyFuzz — Advanced Fuzzy Matching Framework

Alternative to fuzzy matching techniques for NLP to enhancing performance Working with natural language processing we might faced a lot of...
1 min read

Name Matching Techniques with Python

How to correct names and words with mistranslations and misspellings using python? We do face lots of cases where we have...
3 min read

How to Build a Twitter Scraping App with Python

A simple Python app that can give you valuable insights into just about any topic you can think of With about 6,000...
3 min read

How To Choose Your First Techstack

So many frameworks, with so little time. Save yourself the trouble and choose! For all these years in the tech industry....
5 min read 252

Fourier Transform for Image Processing in Python from scratch

In this blog we are also implementing DFT , FFT and IFFT from scratch. First of all it is really interesting...
5 min read

Training a digit recognizer using PyTorch, and inferencing on CPU with...

In any machine learning problem, the goal of our neural network is to do well on the new unseen data, training...
3 min read

Using Machine Learning In Brain-Computer Interfaces

Neurotech is a cutting-edge field that’s just beginning to come into its stride. With all of the technological advancements in the...
4 min read 376

Anomaly Detection Use Case: Credit Card fraud detection

The fraudster’s greatest liability is the certainty that the fraud is too clever to be detected. — Louis J. Freeh The...
5 min read

Introduction to Time Series Forecasting of Stock Prices with Python

In this simple tutorial, we will have a look at applying a time series model to stock prices. More specifically, a...
3 min read

Simulating Popular Distributions in Python

Interest in machine learning and data science has been growing at a rapid rate in recent years. More and more students...
3 min read

Scraping an E-Commerce Website Made Simple

The obvious question that comes to the mind of a person who is new to the field of data science would...
3 min read 945