Quasar Community Blog

Quasar Community Blog

Follow
homeWriting GuidelinesJavascript Seriesnewslettermembers
Tag

algorithms

#algorithms

More content

Read more stories on Hashnode


Articles with this tag

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

Naive Bayes

Indirakumar SIndirakumar S
Jun 1, 20223 min read

Let's discuss a new topic in Machine Learning馃尅. 路 Recap Last Blog we have discussed Linear Regression with an exciting example Predicting Breast...

Naive Bayes

Classification

Indirakumar SIndirakumar S
May 18, 20224 min read

Let's learn about Classification in ML馃. 路 Classification is one of the classifications for supervised learning. The Classification algorithm is a...

Classification

Supervised Learning

Indirakumar SIndirakumar S
May 12, 20223 min read

Let's learn about Supervised Learning in this blog馃搼. 路 Supervised Learning Supervised learning imitates our ability to extract patterns from known...

Supervised Learning

Sort Algorithm-2

Indirakumar SIndirakumar S
Apr 27, 20224 min read

Let's look at some of the popular sorting algorithms in this blog. 路 Insertion Sort? Insertion sort is a simple and efficient comparison sort. In this...

Sort Algorithm-2