Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in AI and Deep Learning by (50.2k points)

I am looking to research an appropriate algorithm for my purpose, can someone suggest a good learning algorithm for the following scenario:

A user can search for some words in a set of sentences. I will then return the top 10 sentences based on that keyword, I want the algorithm to allow user input, that is a user can click on the best sentences and this information will help the search algorithm to return more appropriate results in the future.

1 Answer

0 votes
by (108k points)

I am relating your question with the google search engine. In the case of a search engine, the main problem is how to find the most relevant webpages for this particular set of keywords or search terms.

Because of the algorithm, Google finds, ranks, and returns the relevant results.

Google is the number 1 search engine on the web and it got there because of its focus on delivering the best results for each search.

For a better understanding of the algorithm, refer to the link:

https://www.geeksforgeeks.org/performing-google-search-using-python-code/

If you wish to know about Machine Learning Algorithm then visit this Machine Learning Course.

Browse Categories

...