There was an error while loading. Please reload this page.
1 parent 2751080 commit be31b8aCopy full SHA for be31b8a
1 file changed
README.md
@@ -9,10 +9,36 @@ The main objective of the project is to solve the multi-label text classificatio
9
## Requirements
10
11
- Python 3.6
12
-- Tensorflow 1.1 +
+- Tensorflow 1.4 +
13
- Numpy
14
- Gensim
15
16
+## Project
17
+
18
+The project structure is below:
19
20
+```text
21
+.
22
+├── Model
23
+│ ├── test_model.py
24
+│ ├── text_model.py
25
+│ └── train_model.py
26
+├── data
27
+│ ├── word2vec_100.model [Need Download]
28
+│ ├── Test_sample.json
29
+│ ├── Train_sample.json
30
+│ └── Validation_sample.json
31
+└── utils
32
+│ ├── checkmate.py
33
+│ ├── data_helpers.py
34
+│ └── param_parser.py
35
+├── LICENSE
36
+├── README.md
37
+└── requirements.txt
38
+```
39
40
41
42
## Innovation
43
44
### Data part
0 commit comments