https://github.com/bxshi/ProjE
Revision a36552cb0b71839474660c1bbe2f568125fa1778 authored by Baoxu "Dash" Shi on 21 November 2016, 20:59:09 UTC, committed by GitHub on 21 November 2016, 20:59:09 UTC
1 parent b11f0e7
Raw File
Tip revision: a36552cb0b71839474660c1bbe2f568125fa1778 authored by Baoxu "Dash" Shi on 21 November 2016, 20:59:09 UTC
add conference info
Tip revision: a36552c
readme.md
## ProjE

ProjE: Embedding Projection for Knowledge Graph Completion

Accepted at AAAI'2017.

---

### How to run the code

First, please download the data file from https://github.com/thunlp/KB2E and unzip the `data.zip` file. You will get two folders `FB15k` and `WN18`. 


You can call `ProjE` using

```bash
./ProjE_softmax.py --dim 200 --batch 200 --data ./data/FB15k/ --eval_per 1 --worker 3 --eval_batch 500 --max_iter 100 --generator 10
```


back to top