Blog
Array and Pointer
Arrays and pointers are common in most programming languages. Most importantly, these two data structures are needed everywhere from any moderate to...
What can be done with Python?
In the last blog post we saw the advantages of using Python. By now you might be wondering what can be done with Python or whether Python is right...
Why use Python?
Nowadays, in the crowd of numerous programming languages, it is very natural that the question comes to mind that why should I learn Python?...
Neural Gas Algorithm
Neural Gas is a nice neural network that is used for optimal Data Representation. The specialty of this algorithm is that it can represent the...
Likert Scale
Likert Scale is a type of rating or scaling method that is usually used in various types of surveys. In cases where the quality of something cannot...
Activation Function
Activation function plays a very important role in any neural network. As the activation name suggests, this function's job is to trigger something....
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...
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...
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...