Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sergioburdisso committed Aug 19, 2020
1 parent 618dcaa commit f9b1981
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

---

# :sparkles: A Python package implementing a new model for text classification with visualization tools for Explainable AI :sparkles:
# A Python package implementing a new model for text classification with visualization tools for Explainable AI

:sushi: **Online live demos:** http://tworld.io/ss3/ :icecream::ice_cream::cake:

Expand All @@ -21,8 +21,7 @@ The SS3 text classifier is a novel supervised machine learning model for text cl
**Some virtues of SS3:**

* It has the **ability to naturally explain its rationale**.
* Naturally supports both, **multinomial and multi-label classification**.
* Naturally supports **online learning** as well as **text stream (online) classification**.
* Naturally supports **online learning** as well as **(online) text stream classification**.
* It is not an "obscure" model since it **only has 3 semantically well-defined hyperparameters** which are easy-to-understand.

**Note:** this package also incorporates different variations of the SS3 classifier, such as the one introduced in _["t-SS3: a text classifier with dynamic n-grams for early risk detection over text streams"](https://authors.elsevier.com/a/1bQRHcAmyjIcC)_ (preprint available [here](https://arxiv.org/abs/1911.06147)) which allows SS3 to recognize important word n-grams "on the fly".
Expand Down

0 comments on commit f9b1981

Please sign in to comment.