#machine-learning
Read more stories on Hashnode
Articles with this tag
A convolutional neural network (CNN) is a type of artificial neural network used primarily for image recognition and processing, due to its ability to ·...
Reinforcement learning is a machine learning training method based on rewarding desired behaviours and/or punishing undesired ones. · Recap Previous...
A data point is classified using the KNN algorithm based on similarity after all the existing data has been stored. · K-Nearest Neighbor Algorithm The...
A machine learning model is a file that has been trained to recognize certain types of patterns. · What is a Machine Learning Model? The machine learning...
In this blog, we are going to learn about K means Clustering · Clustering Clustering is the process of dividing the dataset into groups, or clusters. The...
In this blog, we are going to learn and practice interesting topic about Support Vector Machines · RECAP Previous blog, we learned how to predict the...