What are the techniques that used in Machine Learning,......? || UNIV_TECHS






      Machine learning is a field of computer science that gives computers the ability to learn without being explicitly programmed. Arthur Samuel, an American pioneer in the field of computer gaming and artificial intelligence, coined the term "Machine Learning" in 1959 while at IBM.




Machine Learning - Techniques:

  • Regression is used to predict numbers, such as optimum pricing, Jeffcock says. For example, it might be used to predict home prices based on the number of rooms and the size of the yard. Other uses include estimating customer lifetime value. Interestingly, Jeffcock notes, even though machine learning is one of today’s hottest buzzwords, not all the techniques are new. Regression concepts can be traced back to British statistician Sir Francis Galton, Charles Darwin’s half-cousin, as early as 1875.
  • Classification is a “supervised” learning technique in which the system learns to identify members of a known class based on their characteristics. Jeffcock’s analogy: If you tell a system that a specific fruit is a banana, it can start to get an idea of the characteristics that make something a banana. Then it will be able to recognize other bananas. Uses include identifying likely high-value customers—or customers likely to “churn”—and fraud detection.
  • Clustering, in contrast, is an “unsupervised” learning technique in which the system recognizes similarities between items and groups them as members of an inferred class—even though it doesn’t know what the class is. To return to the banana analogy: A system might recognize that thin, curved, and yellow items are all members of the same class—even though it hasn’t been told that the class is called bananas. Similarly, it might cluster together round, hard, green things even though it doesn’t know they are apples. Common uses include customer segmentation and credit risk analysis, Jeffcock says.
  • Anomaly detection is used to look for differences rather than similarities. As its name suggests, it can be used to find things that are unusual, like “a needle in the haystack or a black sheep,” Jeffcock says. It may find anomalies that might otherwise be hard to spot in masses of data. Jeffcock notes an example of the healthcare company that found one dentist billing for 85 fillings per hour—which works out to less than a minute per filling suggesting investigation for potential fraud.
  • Association rules are used to identify like-minded people for purposes such as market basket analysis. Companies use it to make offers: It’s often the technique behind the “you might be also interested in…” suggestions on ecommerce websites, Jeffcock says. It is used to determine rules, such as people who buy spaghetti, meatballs, and tomato sauce also tend to buy parmesan cheese—so if you put the first three items in your online shopping cart you may also be offered the fourth. The technique can also be used for root cause analysis and to find “harbingers of failure,” consumers whose tastes are so far out of the mainstream that if they like a product, it can actually indicate that the product is likely to fail.
  • Time series analysis can be used to analyze data over time. Uses include forecasting household energy consumption based on past usage, or predicting seasonally adjusted employment data.
  • Neural networks are based on the concept of neurons that are somewhat like the neurons in the human brain, and are applied to problems in which they learn somewhat like humans. For example, a neural network might be trained to recognize handwritten digits by being shown examples. Neural networks can become large and multi-layered to tackle complex problems.

Comments

Popular posts from this blog

Apple’s 'Create ML' || Univ_Techs

Pony – The new programming language || Univ_Techs

3 Best Frameworks For Machine Learning || UNIV_TECHS