From c8e8c310d2df93b4df35ed79b6b7fa564a839c03 Mon Sep 17 00:00:00 2001 From: Huaqi Fang <578567190@qq.com> Date: Thu, 2 Nov 2023 14:25:20 +0800 Subject: [PATCH] NMSIS/DSP: Fix wrong example doc link Signed-off-by: Huaqi Fang <578567190@qq.com> --- .../RISCV/riscv_bayes_example/riscv_bayes_example_f32.c | 4 ++-- .../Examples/RISCV/riscv_svm_example/riscv_svm_example_f32.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/NMSIS/DSP/Examples/RISCV/riscv_bayes_example/riscv_bayes_example_f32.c b/NMSIS/DSP/Examples/RISCV/riscv_bayes_example/riscv_bayes_example_f32.c index 07805de05..93f387c03 100755 --- a/NMSIS/DSP/Examples/RISCV/riscv_bayes_example/riscv_bayes_example_f32.c +++ b/NMSIS/DSP/Examples/RISCV/riscv_bayes_example/riscv_bayes_example_f32.c @@ -49,8 +49,8 @@ * \par Description: * \par * Demonstrates the use of Bayesian classifier functions. It is complementing the tutorial - * about classical ML with NMSIS-DSP and python scikit-learn: - * https://developer.arm.com/solutions/machine-learning-on-arm/developer-material/how-to-guides/implement-classical-ml-with-arm-nmsis-dsp-libraries + * about classical ML with CMSIS-DSP and python scikit-learn: + * https://developer.arm.com/solutions/machine-learning-on-arm/developer-material/how-to-guides/implement-classical-ml-with-arm-cmsis-dsp-libraries * */ diff --git a/NMSIS/DSP/Examples/RISCV/riscv_svm_example/riscv_svm_example_f32.c b/NMSIS/DSP/Examples/RISCV/riscv_svm_example/riscv_svm_example_f32.c index 7e00b28be..7b2b18bc3 100755 --- a/NMSIS/DSP/Examples/RISCV/riscv_svm_example/riscv_svm_example_f32.c +++ b/NMSIS/DSP/Examples/RISCV/riscv_svm_example/riscv_svm_example_f32.c @@ -49,8 +49,8 @@ * \par Description: * \par * Demonstrates the use of SVM functions. It is complementing the tutorial - * about classical ML with NMSIS-DSP and python scikit-learn: - * https://developer.arm.com/solutions/machine-learning-on-arm/developer-material/how-to-guides/implement-classical-ml-with-arm-nmsis-dsp-libraries + * about classical ML with CMSIS-DSP and python scikit-learn: + * https://developer.arm.com/solutions/machine-learning-on-arm/developer-material/how-to-guides/implement-classical-ml-with-arm-cmsis-dsp-libraries * */