platform/core/ml/nntrainer.git
4 years agoAdd retraining example
jijoong.moon [Thu, 17 Oct 2019 06:37:07 +0000 (15:37 +0900)]
Add retraining example

Add retraining example. ( Forward and Backward Propagation for fully
connected layer )

**Self evaluation:**
1. Build test:  [X]Passed [ ]Failed [ ]Skipped
2. Run test:  [X]Passed [ ]Failed [ ]Skipped

Signed-off-by: jijoong.moon <jijoong.moon@samsung.com>
4 years agoAdd README.md
jijoong.moon [Tue, 15 Oct 2019 01:53:50 +0000 (10:53 +0900)]
Add README.md

Add some results in README.md

**Self evaluation:**
1. Build test:  [X]Passed [ ]Failed [ ]Skipped
2. Run test:  [X]Passed [ ]Failed [ ]Skipped

Signed-off-by: jijoong.moon <jijoong.moon@samsung.com>
4 years agoToy Example for the Transfer learning
jijoong.moon [Tue, 15 Oct 2019 01:42:24 +0000 (10:42 +0900)]
Toy Example for the Transfer learning

Simple example of transfer learning like apple's Sticker example.
Mobilenet SSD V2 tensorflow lite model is used for the feature
extractor and KNN is used for the classification.

It is tesed on the android (Galaxy S8).

**Self evaluation:**
1. Build test:  [X]Passed [ ]Failed [ ]Skipped
2. Run test:  [X]Passed [ ]Failed [ ]Skipped

4 years agoInitial commit
문지중/On-Device Lab(SR)/Principal Engineer/삼성전자 [Tue, 15 Oct 2019 01:09:34 +0000 (10:09 +0900)]
Initial commit