I am looking for a way to represent 2 same dimension vectors as 1 like summation of corresponding elements of vector.
EDIT
I have 5 vectors from 5 word embedding models(string2vec, word2vec, doc2vec, topic2vec, and glove2vec) and now I want to combine them to form one representational vector to be fed into ml classification models. I have tried addition, multiplication, mean, median and distance formula. I am looking for techniques to join vectors other than the ones i mentioned