How To Create Natural Language Semantic Search Engine With Deep Learning
- Using Deep learning models to extract features of indexed documents
- Creating a shared vector space for both queries and indexed data
- User query goes in shared vector space and with cosine similary/euclidian distance returning the relevant top 5 documents