Sunday, 29 October 2017
Thursday, 26 October 2017
Machine learning notes on Clustering
Clustering:
☐ The method of identifying similar groups(patterns) of data in a
dataSet is called clustering.
☐ clustering can be divided into two subgroups :
☐ Hard Clustering
☐ Soft Clustering
Types of clustering algorithms:
Connectivity models:
Centroid models:
K-Means clustering algorithm
Distribution models:
example:- Normal, Gaussian
Density Models:
K-Means clustering algorithm:
Hierarchical Clustering:
Applications:-
·
Recommendation engines
·
Market segmentation
·
Social network analysis
·
Search result grouping
·
Medical imaging
·
Image segmentation
Subscribe to:
Posts (Atom)
Installing Docker and Minikube
install docker- sudo apt install docker.io set user to docker group:- sudo gpasswd -a {user} docker imp commands:- ...
-
Started studying about the Docker as the topic is very fascinating. Developed a spring application n deployed it in the Docker. Githu...
-
Day 3:- Problem Statement:- Hash Tables: Ransom Note Todays problem is on hashtables(maps). The problem was very easy,wrote it on pape...
-
Inspired by max( https://medium.com/@maxdeutsch/m2m-day-1-completing-12-ridiculously-hard-challenges-in-12-months-9843700c741f ), i am sta...