Skip to content

Commit

Permalink
Reorder intro section
Browse files Browse the repository at this point in the history
  • Loading branch information
opcode81 committed Dec 5, 2023
1 parent cfecef1 commit 9c2ea5e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ Through high levels of abstraction and integration,
sensAI minimises overhead whilst retaining a high degree of **flexibility**
for the implementation of custom solutions.

If you would normally use a library like scikit-learn on its own,
consider adding sensAI in order to
* gain flexibility, straightforwardly supporting a greater variety of models,
* increase the level of abstraction, cutting down on boilerplate,
* improve logging and tracking with minimal effort.

Some of sensAI's key benefits are:

* **A unifying interface to a wide variety of model classes across frameworks**
Expand Down Expand Up @@ -77,6 +71,12 @@ Some of sensAI's key benefits are:
Gain the flexibility of specifying variations of your models and experiments
with minimal code changes/extensions.

So if you would normally use a library like scikit-learn or XGBoost on its own,
consider adding sensAI in order to
* gain flexibility, straightforwardly supporting a greater variety of models,
* increase the level of abstraction, cutting down on boilerplate,
* improve logging and tracking with minimal effort.

While sensAI's main focus is on supervised and unsupervised machine learning,
it also provides functionality for discrete optimisation and a wide range
of general-purpose utilities that are frequently required in AI applications.
Expand Down

0 comments on commit 9c2ea5e

Please sign in to comment.