In this post, we’re going to provide a 30,000-Foot view of neural networks that’s aimed at absolute beginners who are looking to enter the field of Machine Learning and Deep Learning. In this ...
Search Results for: c
Alpha Blending Using OpenCV (C++ / Python)
In this tutorial - Alpha blending using OpenCV, we will learn how to alpha blend two images and overlay a transparent PNG image over another image in OpenCV. We are sharing code in both C++ and ...
User stories : How readers of this blog are applying their knowledge to build applications
Many years back, as a student who was getting his hands dirty in the emerging field of computer vision and machine learning, I lived in a constant state of amazement. The fact that a piece of code I ...
How To Select a Bounding Box in OpenCV Region Of Interest – ROI (C++/Python)?
In this tutorial, we will learn how to select a bounding box or a rectangular region of interest (ROI) in an image in OpenCV. In the past, we had to write our own bounding box selector by ...
Computer Vision and Machine Learning (Artificial Intelligence) Consulting
Dr. Satya Mallick is an expert in Computer Vision and Machine Learning. In Feb. 2017, IBM's AI blog named him among the top 30 most influential AI experts to follow on Twitter. He has also featured in ...
Bias-Variance Tradeoff in Machine Learning
In this post, we will develop an intuitive sense for an important concept in Machine Learning called the Bias-Variance Tradeoff. Before we dive into the subject, allow me to go off on a tangent ...