Image Classification with Pre-Trained Models in Keras
In other posts, we explained how to apply Object Detection in Tensorflow and Object Detection using YOLO. Today we will …
Read moreImage Classification with Pre-Trained Models in Keras
In other posts, we explained how to apply Object Detection in Tensorflow and Object Detection using YOLO. Today we will …
Read moreImage Classification with Pre-Trained Models in Keras
This short post is about finding an efficient way to count consecutive events. We are going to represent a straightforward …
When we build machine learning models on Images, apart from the image labels, we want also to get the color …
There isn’t any common way to replace a list of strings with another list of strings within a text without …
Read moreReplace a list of strings with another list of strings using Python
Today, we will provide an example of how we can get image pixels and how we can change them using …
At this post we will give a brief overview of how we can extract Text from Images using the Python …
Sometimes there is a need to do a rolling count of the distinct values of a list/vector. In other words …
One method to estimate the value of \(\pi\) is by applying the Monte Carlo method. Let’s consider a circle inscribed …
In statistics and machine learning is quite common to reduce the dimension of the features. There are many available algorithms …
K-Means is an unsupervised machine learning algorithm that groups data into k number of clusters. The number of clusters is …