We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6978d6c commit 6f11d61Copy full SHA for 6f11d61
README.md
@@ -0,0 +1,17 @@
1
+# Preprocessing model through non uniform filtering for CNN
2
+
3
+[사용자 선호 분류 모델][link/mother-model]의 전처리 모델.
4
5
+* 사용자 선호 분류 모델의 저장소에서 서브모듈로 사용
6
7
+## How to install
8
9
+부모 저장소인 [사용자 선호 분류 모델 저장소][link/mother-model]를 클론하여 사용.
10
11
+```bash
12
+# Clone this repository
13
+git clone --recursive https://github.com/DGU-DAI-Lab/Personal-preference-classification-model.git
14
+cd Personal-preference-classification-model
15
+```
16
17
+[link/mother-model]: https://github.com/DGU-DAI-Lab/Personal-preference-classification-model
0 commit comments