You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
• Built a Siamese Network that identifies similar questions using trax, trained on Quora question & answer dataset. • Tokenized each question using nltk and formed vocab, mapped tokens to word embeddings using trax. • Used Triplet loss to get corresponding cosine similarity for each pair of questions, achieved a test set accuracy of 0.69