ML 14: Anomaly Detection

Anomaly detection – problem motivation Anomaly detection is a reasonably commonly used type of machine learning application Can be thought of as a solution to an unsupervised learning problem But, has aspects of supervised learning What is anomaly detection? Imagine you’re an aircraft engine manufacturer As engines roll off your assembly line you’re doing QA Read more…

ML 12: Clustering

Unsupervised learning – introduction Talk about clustering Learning from unlabeled data Unsupervised learning Useful to contras with supervised learning Compare and contrast Supervised learning Given a set of labels, fit a hypothesis to it Unsupervised learning Try and determining structure in the data Clustering algorithm groups data together based on data features What Read more…