Quasar Community Blog

Quasar Community Blog

Follow
homeWriting GuidelinesJavascript Seriesnewslettermembers
Tag

Machine Learning

#machine-learning

More content

Read more stories on Hashnode


Articles with this tag

Convolutional neural networks(CNN)

Indirakumar SIndirakumar S
Oct 13, 20225 min read

A convolutional neural network (CNN) is a type of artificial neural network used primarily for image recognition and processing, due to its ability to ·...

Convolutional neural networks(CNN)

Reinforcement Learning

Indirakumar SIndirakumar S
Aug 17, 20223 min read

Reinforcement learning is a machine learning training method based on rewarding desired behaviours and/or punishing undesired ones. · Recap Previous...

Reinforcement Learning

K-Nearest Neighbor(KNN) Algorithm

Indirakumar SIndirakumar S
Aug 10, 20225 min read

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...

K-Nearest Neighbor(KNN) Algorithm

Machine Learning Model

Indirakumar SIndirakumar S
Aug 3, 20224 min read

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...

Machine Learning Model

K-means Clustering

Indirakumar SIndirakumar S
Jul 27, 20224 min read

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...

K-means Clustering

Support Vector Machine(SVM)

Indirakumar SIndirakumar S
Jul 20, 20225 min read

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...

Support Vector Machine(SVM)