learning_model 1.0.5 → 1.0.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,3 +1,17 @@
1
1
  ## learning 클래스
2
- * image: 기본 CNN을 가지고 이미지 분류 작업
2
+ * image: 기본 CNN을 가지고 이미지 분류
3
3
  * mobilenet : 모바일넷 모델을 가지고 마지막 softmax층만 빼서 전이학습을 한 방법
4
+
5
+ ## 테스트 방법
6
+ ```
7
+ yarn
8
+ yarn start
9
+ ```
10
+
11
+ ## npm 배포
12
+ package.json 버전을 올린다.
13
+ ```
14
+ yarn build
15
+ npm login
16
+ npm publish
17
+ ```