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:
Comments (Atom)
Installing Docker and Minikube
install docker- sudo apt install docker.io set user to docker group:- sudo gpasswd -a {user} docker imp commands:- ...
-
Day 8:- Problem statement: - Heaps: Find the Running Median I have studied a lot on heaps,but this is the first implementation by me...
-
Day 7:- I missed 1 day as i was busy in other stuff. Problen Statement:- Is This a Binary Search Tree? My approach:- First i solv...
-
Day 14 Problem Statement :- DFS: Connected Cell in a Grid I did't know about DFS and BFS, gone through the Princeton Video lectures...





