chore(README): don't tell them about accuracy, let them try it themselves
This commit is contained in:
parent
25e44d3a8c
commit
7d0ce29ba8
@ -39,7 +39,7 @@ See other examples:
|
|||||||
# Simplest case of a neural network
|
# Simplest case of a neural network
|
||||||
stack exec example-xor
|
stack exec example-xor
|
||||||
|
|
||||||
# Naive Bayes document classifier, using Reuters dataset, achieves ~62% accuracy
|
# Naive Bayes document classifier, using Reuters dataset
|
||||||
# using Porter stemming, stopword elimination and a few custom techniques.
|
# using Porter stemming, stopword elimination and a few custom techniques.
|
||||||
# The dataset is imbalanced which causes the classifier to be biased towards some classes (earn, acq, ...)
|
# The dataset is imbalanced which causes the classifier to be biased towards some classes (earn, acq, ...)
|
||||||
# to workaround the imbalanced dataset problem, there is a --top-ten option which classifies only top 10 popular
|
# to workaround the imbalanced dataset problem, there is a --top-ten option which classifies only top 10 popular
|
||||||
|
Loading…
Reference in New Issue
Block a user