diff --git a/README.md b/README.md index b691de1..dd15cc0 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Where each feature is defined down bellow: The structure and data flow of the implemented supervised ML classification algorithm is presented in the diagram down bellow. -![Diagram](diagram.svg) +![Diagram](diagram.png) When input data enters the classification algorithm it is pre-processed, its features are extracted and lastly the classification model is either trained or used to determine the nature of the given picture. In the recognition process the result is a logit classification. diff --git a/diagram.pdf b/diagram.pdf deleted file mode 100644 index 26aa9a1..0000000 Binary files a/diagram.pdf and /dev/null differ diff --git a/diagram.png b/diagram.png new file mode 100644 index 0000000..d04e7dc Binary files /dev/null and b/diagram.png differ diff --git a/diagram.svg b/diagram.svg deleted file mode 100644 index 3df3b91..0000000 --- a/diagram.svg +++ /dev/null @@ -1,361 +0,0 @@ - -image/svg+xmlSupervised ML classification algorithm -Training dataset   -Image   -Preprocessor -Feature extractor -Classifier model -(recognizer) -Logit  -classification - \ No newline at end of file