An open API service indexing awesome lists of open source software.

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.

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
```