Skip to content

Commit 43c23d7

Browse files
authored
Update README.md
1 parent 24d302b commit 43c23d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ ACEC is using a subset of the analyzed low-level audio-features to evaluate a pr
1414

1515
There are other experimental classification models in the source tree such as a simple [ANN](https://en.wikipedia.org/wiki/Artificial_neural_network), [RBM](https://en.wikipedia.org/wiki/Deep_belief_network), [SVM](https://en.wikipedia.org/wiki/Support-vector_machine), [KNN](https://en.wikipedia.org/wiki/K-nearest_neighbors_algorithm), [Naive Bayes](https://en.wikipedia.org/wiki/Naive_Bayes_classifier) and [Random Forest Tree](https://en.wikipedia.org/wiki/Random_forest) implemented in [Shark C++](http://image.diku.dk/shark/), but only the LightGBM model is used in production as pretrained model. So AFEC also can be used to experiment with audio classification.
1616

17-
See [./Scripts/ModelCreator](`./Scripts/ModelCreator`) for scripts that train and test various classification models.
17+
See [./Scripts/ModelCreator](./Scripts/ModelCreator) for scripts that train and test various classification models.
1818

1919
There are also various keras / tensorflow experiments in the [AFEC-Classifiers](https://github.com/emuell/afec-classifiers) repository, which are using the same data than the internal C++ tools.
2020

2121

2222
# Download
2323

24-
Prebuilt binaries can be downloaded [here](./releases).
24+
Prebuilt binaries can be downloaded [here](https://github.com/emuell/AFEC/releases/).
2525

2626

2727
# Usage

0 commit comments

Comments
 (0)