From 5a9277f903ba93f8a229774e580ceddfd91b76d5 Mon Sep 17 00:00:00 2001 From: lee Date: Thu, 8 Aug 2024 14:23:05 +0900 Subject: [PATCH] sample code update --- source/entryjs/api/2024-04-24-ml.md | 450 ++++++++++++++++++++++++++++ 1 file changed, 450 insertions(+) diff --git a/source/entryjs/api/2024-04-24-ml.md b/source/entryjs/api/2024-04-24-ml.md index 3b43d577..9c0e9295 100644 --- a/source/entryjs/api/2024-04-24-ml.md +++ b/source/entryjs/api/2024-04-24-ml.md @@ -427,6 +427,456 @@ use.bb-circle._expanded_ { ``` + +### Sample Code +샘플 파일 디렉토리 +``` +/example/rl/info.json +/example/rl/model.json +/example/rl/weight.json +/lib/ai/[entry-ml 번들링 된 파일들...] +/lib/entry-js/[entryjs의 파일들...] +/index.html +``` +
+index.html sample + + +```html + + + + + + + EntryJS Base Example + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ +
+
+ + + + +``` +