I am creating an autosuggest function.
I have a data set of about 23 thousand records, in this data words and combinations of several words, i.e. London College of the Arts and London.
I want to write an autocomplete function that takes into account letters that have already been entered, for example, "LO", as well as some other data points that I have:
I suppose that from the preliminary studies I need to start studying the machine learning technique, but it’s still hard for me to see what SVN, NN etc. is, what is best applied to this problem. It is difficult for me to find any practical examples of using these algorithms for such problems, any help or pointers to good resources is very appreciated.
source
share