Cross Validation

Cross Validation

Cross Validation is a widely used term in Machine Learning. Usually some testing data is needed to validate a model. Many times it is seen that there is no similarity between the training data and the testing data, then to a large extent the model can predict...
Point Cloud

Point Cloud

By hearing the name Point Cloud, it is understood that the cloud of points. That is, creating a cloud of where the points are. Depth of any object cannot be understood in normal camera or two dimensional camera. But in three-dimensional image or camera, the x,y,z axis...
Pixel Hogel and Voxel

Pixel Hogel and Voxel

We usually hear the word pixel, but we cannot directly use the word pixel in a three-dimensional environment. Here we will see what Pixel, Hogel and Voxel are and why. Pixel The concept of pixel is used in a two-dimensional digital image or display device. The word...
Basic Git Command

Basic Git Command

At the beginning of this post I am assuming that you are familiar with Git and its usage and purpose. So I won’t go much further about it. Git has some basic commands that are often needed. I will briefly discuss them here. From this post we will learn about the...
Pandas

Pandas

Pandas is an open source data manipulation library for the Python programming language. It provides simple data structures for efficiently storing, manipulating, reading, and writing data in various formats to large datasets. Pandas is widely used in data science,...