Tanseer Saji (Pen Name: Tanseer)

Machine Learning Engineer

Follow this feed RSS

Author Description

Software Engineer with hands-on experience in Machine Learning and Computer Vision. More than 3 year experience in Python and Javascript along with Frameworks such as Django, Keras, NLTK, Pandas, Node.js and Next.js. I mostly like to work on projects that impacts the public in a positive way at the same time challenges my Technical and Problem Solving skills.

posted by Tanseer

In my previous article, I talked about implementing the HTTP protocol over a standard TCP socket. Today, I will be using few libraries available in python that implements HTTP and try to build something like Flask web framework.

posted by Tanseer

While testing NGINX config files, my curiosity about its comprehension led me to explore the mechanics of HTTP, discovering its simple rules, inspiring me to explain what I learned in a blog post and construct a basic HTTP server from scratch in Python.

posted by Tanseer

In this article, we will explore the core elements of C++, including the Hello World program, data types and variables, operators and expressions, control structures, and functions. By the end of this guide, you will have a solid foundation in C++ syntax and be able to write simple programs.

posted by Tanseer

This post is a collection of the most common commands used to manage Redis instances.

posted by Tanseer

The announcements at I/O 2023 will have a significant impact on the tech industry, and they will help Google to continue to grow its business in the years to come.

posted by Tanseer

Learn how prompt engineering is revolutionizing AI applications and enabling machines to understand natural language and perform automated reasoning.

posted by Tanseer

Three JS is a javascript library, an implementation of WebGL used to embed 3D elements on a Website.

posted by Tanseer

Implementation of downloading a file using Django and Pandas with information about HTTP Response.

posted by Tanseer

This code provides a basic understanding of UNet architecture and its application in Self Driving cars, Cinematography and Medical Imaging along with complete code in Pytorch.

posted by Tanseer

We give a brief introduction to GANs and code up a simple GAN as described in the original paper by Ian Goodfellow.

posted by Tanseer

This post gives a brief understanding of how an ISP can detect and block a VPN from its network.

posted by Tanseer

What is Deep Learning? What are the Limitation to AI? How an AI model learns. Learn all about these in this post.

posted by Tanseer

In this post, you'll see 5 ways you can make your python loops more idiomatic, run faster and more memory efficient.

posted by Tanseer

In this blog, we will discuss in depth about the concept of Perceptrons, The atom of Neural Networks.

posted by Tanseer

Machine learning is the way that makes your smartphones “smart”

posted by Tanseer

In this post, I go through the process of building a Trivia chatbot on Telegram.

posted by Tanseer

This post outlines a brief history of Git, why it is used, its features and How to install Git in Mac, Windows and Linux.

posted by Tanseer

In this blog, I will show you how to convert B64 encoded image to Django ImageField object.

posted by Tanseer

In this post, I'll be showing how you can add custom header to response in Django.

posted by Tanseer

Array, one of the fundamental Data Structure.

posted by Tanseer

In this blog, I'll go through some basic concepts of PHP language

posted by Tanseer

In this post, I try to explore this thought by citing various examples that we humans do to simulate different senses.

posted by Tanseer

These notes are taken from official [android developer documentation](https://developer.android.com/docs/).

posted by Tanseer

I am very much influenced by Japanese Animation shows and movies, this post is me explaining how Anime has been a huge contributor to what my personality and interests are today. NOTE: This post is not related to Programming.

posted by Tanseer

Learn how to control the flow of program execution (if…else, loops, etc.), functions, Object-Oriented Programming, different usage and future of the language in the programming world.

posted by Tanseer

This post will give you an overview of python language, how to set it up and run python scripts on your machine.

posted by Tanseer

In this post, I talk about Big O notation and how it is helpful in determining the efficiency of an algorithm.

posted by Tanseer

We have a task, make something accurate and reliable out of something that is fundamentally chaotic.

posted by Tanseer

This short post is about Rori Vaden's book: Procrastinate of Purpose, which talks about the ways you can take advantage of your procrastination problem.

posted by Tanseer

There are two ways to write any code, the one that works and then there is the right way.

posted by Tanseer

Learn to use Selenium to scrape data from Javascript rendered sites.

posted by Tanseer

Even a 100ms latency in a website can impact customer engagement and online revenue

posted by Tanseer

Decision Trees is a way of representing the relationship between different entities.