Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 406 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 406 Bytes

Word Neural Associative Memory

WIP

Setup

Download pre-trained word vector

$ cp entity_vector.model.bin ./model.bin

Install dependencies

$ pip install -r requirements.txt

Run word vector server

$ python word_vector_server.py

Train

$ python main.py --train

Test

$ python main.py