Tag Archives: K-Means

Intelligence System

Image result for ai vs ml vs dl

Artificial Intelligence

Any technique which enables computer to mimic human behavior

Machine Learning

Subset of AI techniques which use statistical methods to enable machines to improve with experiences

Deep Learning

Subset of ML which make the computation of multi-layer neural networks feasible

Type of Machine Learning Techniques

  • Supervised
    ” Optimize performance criteria using experience”
  • Unsupervised
    ” Find features for categorization”
    ” Taken place in real time”
  • Reinforcement
    ” To maximize some notion of cumulative reward”

Comparison Supervised versus Unsupervised

ParametersSupervisedUnsupervised
ProcessInput & Output will be givenOnly Input data will be given
Input DataLabeledUnlabeled
AlgorithmsSVM (Support Vector Machine), Neural Network, Linear and Logistics Regression, Random Forest, Classification TreesClustering Algorithm, K-Means, Hierarchical clustering
Computational ComplexitySimplerComplex
Use of DataTraining Data (Link Input with Output)Doesn’t use Output Data
Accuracy of ResultsHighly accurate Less accurate
Real Time LearningOfflineReal time
Number of ClassesKnownUnknown
Main DrawbackBig Data can be a real challengeCannot get precise information