by Shahinur | Feb 27, 2018 | Deep Learning, Machine Learning
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...
by Shahinur | Jan 7, 2018 | Basic Terminology
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...
by Shahinur | Feb 9, 2017 | Computer Vision, Miscellaneous
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...
by Shahinur | Dec 6, 2016 | Miscellaneous
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...
by Shahinur | Dec 3, 2016 | Pandas, Python
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,...
Recent Comments