Tim M 57b5cefde5 Updated all `.md` files to contain newest image 2 éve
..
Quora-2.png bb0772c328 Quora Dataset Duplicate Search 6 éve
Quora-Duplicate-Search.py bb0772c328 Quora Dataset Duplicate Search 6 éve
Quora.png bb0772c328 Quora Dataset Duplicate Search 6 éve
README.md 57b5cefde5 Updated all `.md` files to contain newest image 2 éve
similarity-results.txt bb0772c328 Quora Dataset Duplicate Search 6 éve

README.md

Duplicate Search on Quora Dataset

This repository contains the code for Duplicate Search on Quora Dataset blog post.

download

First make sure that the following python modules are installed:

pip3 install --quiet "tensorflow>=1.7"
pip3 install --quiet tensorflow-hub
pip3 install --quiet seaborn

Next, to run the Semantic Similarity Analysis using Universal Sentence Encoder use the following:

python Quora-Duplicate-Search.py

Enter the number of lines to read from the CSV file for analysis (for example, 1000).

The duplicate sentences found will be written in the file similarity-results.txt.

AI Courses by OpenCV

Want to become an expert in AI? AI Courses by OpenCV is a great place to start.