computer_science:machine_learning:types_of_machine_learning

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
computer_science:machine_learning:types_of_machine_learning [2020/07/23 11:34] carlossousacomputer_science:machine_learning:types_of_machine_learning [2023/12/01 12:07] (current) – external edit 127.0.0.1
Line 18: Line 18:
  
 If you want to predict discrete values, such as classifying something into categories, you would use classification. A problem like, “Will he make this purchase” will have an answer that falls into two specific categories: yes or no. This is also called a, binary classification problem. If you want to predict discrete values, such as classifying something into categories, you would use classification. A problem like, “Will he make this purchase” will have an answer that falls into two specific categories: yes or no. This is also called a, binary classification problem.
 +
 +{{:computer_science:machine_learning:regression_classification.png?nolink&772x401}}
  
 ===== Unsupervised Machine Learning ===== ===== Unsupervised Machine Learning =====
Line 25: Line 27:
 Depending on what you want to group together, unsupervised learning can group data together by: clustering or association. Depending on what you want to group together, unsupervised learning can group data together by: clustering or association.
  
-===== Clustering Problem =====+==== Clustering Problem ====
  
 Unsupervised learning tries to solve this problem by looking for similarities in the data. If there is a common cluster or group, the algorithm would then categorize them in a certain form. An example of this could be trying to group customers based on past buying behavior. Unsupervised learning tries to solve this problem by looking for similarities in the data. If there is a common cluster or group, the algorithm would then categorize them in a certain form. An example of this could be trying to group customers based on past buying behavior.
  
-===== Association Problem =====+==== Association Problem ====
  
 Unsupervised learning tries to solve this problem by trying to understand the rules and meaning behind different groups. Finding a relationship between customer purchases is a common example of an association problem. Stores may want to know what type of products were purchased together and could possibly use this information to organize the placement of these products for easier access. One store found out that there was a strong association between customers buying beer and diapers. They deduced from this statement that males who had went out to buy diapers for their babies also tend to buy beer as well. Unsupervised learning tries to solve this problem by trying to understand the rules and meaning behind different groups. Finding a relationship between customer purchases is a common example of an association problem. Stores may want to know what type of products were purchased together and could possibly use this information to organize the placement of these products for easier access. One store found out that there was a strong association between customers buying beer and diapers. They deduced from this statement that males who had went out to buy diapers for their babies also tend to buy beer as well.
  • computer_science/machine_learning/types_of_machine_learning.1595504076.txt.gz
  • Last modified: 2023/12/01 12:07
  • (external edit)