diff --git a/Choosing-the-Model/index.html b/Choosing-the-Model/index.html index 1dc955d..e520797 100644 --- a/Choosing-the-Model/index.html +++ b/Choosing-the-Model/index.html @@ -782,8 +782,9 @@ For more technical/deeper explanations have a look on 1.1.1 dig-class11 -

This model can recognize full digits. It was the first model version. All intermediate states shown a N for not a number. But in post process it uses older values to fill up the N values if possible.

+

This model can recognize full digits. It was the first model version. All intermediate states shown a N for not-a-number (aka. NaN). But in post process it uses older values to fill up the N values if possible.

It's possibly a good fallback, if dig-cont or dig-class100 results are not good.

Main features:

@@ -802,7 +803,7 @@ For more technical/deeper explanations have a look on

Note

Try both models on your device and take the one that gives you the best results.

@@ -817,7 +818,8 @@ The dig-class100 is a standard classification model. Each tenth ste
  • ana-class100
  • ana-cont
  • -

    Both do mainly the same.

    +

    Both do mainly the same. +class stands for classification and cont stands for continuous.

    Main features: