# transE **Repository Path**: duxiaolin12/transE ## Basic Information - **Project Name**: transE - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-13 - **Last Updated**: 2021-08-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README transE by Python ====== Train transE.py and test test.py. If shut down during training, also can run reTrans.py to continue. Finally, also can use pca.py to dimensionality reduction, and plot in .png THANKS ====== * [Paper](https://www.utc.fr/~bordesan/dokuwiki/_media/en/transe_nips13.pdf) (Bordes et al. 2013) * [Relation_Extraction](https://github.com/mrlyk423/relation_extraction) by Mrlyk423