Jay Shaw

Jay Shaw

Pipelining In Python

Pipelining in Python – A Complete Guide

This article talks about pipelining in Python. In applied machine learning, there are typical processes. They’re standard because they resolve issues like data leakage in test setups. The pipeline is a Python scikit-learn utility for orchestrating machine learning operations. Pipelines…

NUMPY Cross Product

Numpy Cross Product – A Complete Guide

A cross product is a mathematical tool to find the perpendicular vector component of two vector coordinates. Suppose in a 3D space, there are two points: ‘a’ with coordinates (1,2,3) ‘b’ with coordinates (4,5,6). So the vector component of the…

Python TensorFlow – A Beginner’s Introduction

TensorFlow is a mathematical library package designed to create models for machine learning. These models can be designed in an efficient way when using TensorFlow than other conventional methods. This software is created in an open-source environment by google for…

OpenCV Imwrite Python

OpenCV imwrite() – A Beginner’s Guide

Python OpenCV is based on C++ functions developed by Intel in 2000. In this article, a detailed explanation is provided over how imwrite() function is used to save images into a user-specified directory. Installing Open CV As OpenCV is a…