https://github.com/luozhouyang/dssm
Deep Semantics Similarity Model in tensorflow.
https://github.com/luozhouyang/dssm
cnn-dssm dssm lstm-dssm mlp-dssm tensorflow
Last synced: 20 days ago
JSON representation
Deep Semantics Similarity Model in tensorflow.
- Host: GitHub
- URL: https://github.com/luozhouyang/dssm
- Owner: luozhouyang
- License: apache-2.0
- Created: 2019-01-20T03:02:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-25T00:31:06.000Z (about 2 years ago)
- Last Synced: 2025-04-03T19:40:17.998Z (about 1 month ago)
- Topics: cnn-dssm, dssm, lstm-dssm, mlp-dssm, tensorflow
- Language: Python
- Size: 19.5 KB
- Stars: 19
- Watchers: 1
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dssm
Deep Semantics Similarity Model in tensorflow 2.x(Keras API).## Usage
### Train
```bash
python -m dssm.runner --model mlp --action train
```### Evaluate
```bash
python -m dssm.runner --model mlp --action eval
```### Predict
```bash
python -m dssm.runner --model mlp --action predict
```### Epxort(Not ready yet)
```bash
python -m dssm.runner --model mlp --action export
```