Beginner's tutorial on OpenCV using Python
OpenCV is an open-source cross-platform computer vision library having interfaces in different languages like C++, Java, Python. In this post, we are...
October 25, 2020 4 min read
OpenCV is an open-source cross-platform computer vision library having interfaces in different languages like C++, Java, Python. In this post, we are...
October 25, 2020 4 min read
In perspective transformation, the perspective of an image is tranformed to get a better view or insights about the required informatin. We need point...
October 11, 2020 1 min read
In this post we will discuss the basics of managing relationships between database tables in SQLAlchemy for One to One, One to Many and Many to Many...
July 3, 2020 8 min read
<header class="post-header" style="box-sizing: border-box; caret-color: rgb0, 0, 0; color: black; margin-bottom: 30px;"> What is Pytorch? </header>...
June 13, 2020 3 min read
Gradient Descent is an iterative machine learning optimization algorithm used to reduce the cost function. In machine learning, we use cost function t...
May 30, 2020 3 min read