Monthly Archives: November 2017

Reinforcement Learning?

What is Reinforcement Learning? In supervised learning, a teacher provides a category label or cost for each pattern in a training set, and we seek to reduce the sum of the costs for these patterns. In unsupervised learning or clustering … Continue reading

Posted in Uncategorized | Leave a comment

Euclidean distance

Calculate Euclidean distance between points (2, -1) and (-2, 2)

Posted in Uncategorized | Tagged | Leave a comment

K-means

Q.1 Explain with neat block diagram K-Means Clustering Q.2 What are various applications of k-means clustering? Explain 1. It is relatively efficient and fast. It computes result at O(tkn), where n is number of objects or points, k is number … Continue reading

Posted in Uncategorized | Leave a comment