Difference between revisions of "Orange: Naive Bayes"

From OnnoWiki
Jump to navigation Jump to search
(Created page with "Sumber: https://docs.biolab.si//3/visual-programming/widgets/model/naivebayes.html A fast and simple probabilistic classifier based on Bayes’ theorem with the assumption...")
 
(One intermediate revision by the same user not shown)
Line 8: Line 8:
  
 
     Data: input dataset
 
     Data: input dataset
 
 
     Preprocessor: preprocessing method(s)
 
     Preprocessor: preprocessing method(s)
  
Line 14: Line 13:
  
 
     Learner: naive bayes learning algorithm
 
     Learner: naive bayes learning algorithm
 
 
     Model: trained model
 
     Model: trained model
  
 
Naive Bayes learns a Naive Bayesian model from the data. It only works for classification tasks.
 
Naive Bayes learns a Naive Bayesian model from the data. It only works for classification tasks.
  
../../_images/NaiveBayes-stamped.png
+
[[File:NaiveBayes-stamped.png|center|200px|thumb]]
  
 
This widget has two options: the name under which it will appear in other widgets and producing a report. The default name is Naive Bayes. When you change it, you need to press Apply.
 
This widget has two options: the name under which it will appear in other widgets and producing a report. The default name is Naive Bayes. When you change it, you need to press Apply.
Examples
+
 
 +
==Contoh==
  
 
Here, we present two uses of this widget. First, we compare the results of the Naive Bayes with another model, the Random Forest. We connect iris data from File to Test & Score. We also connect Naive Bayes and Random Forest to Test & Score and observe their prediction scores.
 
Here, we present two uses of this widget. First, we compare the results of the Naive Bayes with another model, the Random Forest. We connect iris data from File to Test & Score. We also connect Naive Bayes and Random Forest to Test & Score and observe their prediction scores.
  
../../_images/NaiveBayes-classification.png
+
[[File:NaiveBayes-classification.png|center|200px|thumb]]
  
 
The second schema shows the quality of predictions made with Naive Bayes. We feed the Test & Score widget a Naive Bayes learner and then send the data to the Confusion Matrix. We also connect Scatter Plot with File. Then we select the misclassified instances in the Confusion Matrix and show feed them to Scatter Plot. The bold dots in the scatterplot are the misclassified instances from Naive Bayes.
 
The second schema shows the quality of predictions made with Naive Bayes. We feed the Test & Score widget a Naive Bayes learner and then send the data to the Confusion Matrix. We also connect Scatter Plot with File. Then we select the misclassified instances in the Confusion Matrix and show feed them to Scatter Plot. The bold dots in the scatterplot are the misclassified instances from Naive Bayes.
  
../../_images/NaiveBayes-visualize.png
+
[[File:NaiveBayes-visualize.png|center|200px|thumb]]
 
 
 
 
 
 
  
 
==Referensi==
 
==Referensi==

Revision as of 09:55, 23 January 2020

Sumber: https://docs.biolab.si//3/visual-programming/widgets/model/naivebayes.html


A fast and simple probabilistic classifier based on Bayes’ theorem with the assumption of feature independence.

Inputs

   Data: input dataset
   Preprocessor: preprocessing method(s)

Outputs

   Learner: naive bayes learning algorithm
   Model: trained model

Naive Bayes learns a Naive Bayesian model from the data. It only works for classification tasks.

NaiveBayes-stamped.png

This widget has two options: the name under which it will appear in other widgets and producing a report. The default name is Naive Bayes. When you change it, you need to press Apply.

Contoh

Here, we present two uses of this widget. First, we compare the results of the Naive Bayes with another model, the Random Forest. We connect iris data from File to Test & Score. We also connect Naive Bayes and Random Forest to Test & Score and observe their prediction scores.

NaiveBayes-classification.png

The second schema shows the quality of predictions made with Naive Bayes. We feed the Test & Score widget a Naive Bayes learner and then send the data to the Confusion Matrix. We also connect Scatter Plot with File. Then we select the misclassified instances in the Confusion Matrix and show feed them to Scatter Plot. The bold dots in the scatterplot are the misclassified instances from Naive Bayes.

NaiveBayes-visualize.png

Referensi

Pranala Menarik