From: Jihoon Lee Date: Fri, 18 Sep 2020 03:22:49 +0000 (+0900) Subject: [Docs] Update example link X-Git-Tag: accepted/tizen/unified/20201120.125454~128 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8f1a6ae5bb3c5e362b1c1e2fd05b703c7a13cc42;p=platform%2Fcore%2Fml%2Fnntrainer.git [Docs] Update example link This patch updates example link broken from moving folders. resolves #567 **Self evaluation:** 1. Build test: [ ]Passed [ ]Failed [x]Skipped 2. Run test: [ ]Passed [ ]Failed [x]Skipped Signed-off-by: Jihoon Lee --- diff --git a/README.md b/README.md index 76bd5ee..8e6abf1 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ Currently we privde [C APIs](https://github.com/nnstreamer/nntrainer/blob/master This is demo application which enable user defined custom shortcut on galaxy watch. -#### [MNIST Example](https://github.com/nnstreamer/nntrainer/tree/master/Applications/mnist) +#### [MNIST Example](https://github.com/nnstreamer/nntrainer/tree/master/Applications/MNIST) This is example to train mnist dataset. It consists two convolution 2d layer, 2 pooling 2d layer, flatten layer and fully connected layer. @@ -122,13 +122,14 @@ This is example to train mnist dataset. It consists two convolution 2d layer, 2 This is reinforcement learning example with cartpole game. It is using deepq alogrightm. -#### [Classification for cifar 10]( https://github.com/nnstreamer/nntrainer/tree/master/Applications/Classification ) +#### [Classification for cifar 10](https://github.com/nnstreamer/nntrainer/tree/master/Applications/TransferLearning/CIFAR_Classification) This is Transfer learning example with cifar 10 data set. TFlite is used for feature extractor and modify last layer (fully connected layer) of network. -#### [Tizen CAPI Example](https://github.com/nnstreamer/nntrainer/tree/master/Applications/Tizen_CAPI) +#### ~Tizen CAPI Example~ -This is for demonstrate c api for tizen. It is same transfer learing but written with tizen c api. +~This is for demonstrate c api for tizen. It is same transfer learing but written with tizen c api.~ +Deleted instead moved to a [test](https://github.com/nnstreamer/nntrainer/blob/master/test/tizen_capi/unittest_tizen_capi.cpp) #### [KNN Example](https://github.com/nnstreamer/nntrainer/tree/master/Applications/KNN)