Add regularization to MT
dumitrescustefan opened this issue · 1 comments
dumitrescustefan commented
The cosine distance used so far is working, but probably regularization will help. Topological regularization should bring the two vectors together. Distance should be used (i.e. 1-cosine_sim) for the cost function.
Expected Result
Performance Improvement for MT.
tiberiu44 commented
This seems stalled.