Do I need the knowledge of machine learning for this? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

Do I need the knowledge of machine learning for this?

Do I need to learn machine learning if I want to make an autocomplete tool? Or could I do it in a different language with the same amount of work?

6th Nov 2020, 12:11 PM
Gizmo-Lang
Gizmo-Lang - avatar
7 Respostas
0
What is an auto complete tool?
6th Nov 2020, 2:17 PM
Chris Coder
Chris Coder - avatar
0
when you start typing, it gives you guesses on what you are typing
6th Nov 2020, 2:33 PM
Gizmo-Lang
Gizmo-Lang - avatar
0
so if I started typing ā€œgrā€ it might give me ā€œgreatā€ or ā€œgrassā€
6th Nov 2020, 2:34 PM
Gizmo-Lang
Gizmo-Lang - avatar
0
You don't need machine learning.
6th Nov 2020, 3:29 PM
Seb TheS
Seb TheS - avatar
0
how would you suppose I do it then?
6th Nov 2020, 3:48 PM
Gizmo-Lang
Gizmo-Lang - avatar
0
You need to find a way to get a list of all wanted words. Algorithm for searching the wanted items from the list should be easy to create.
6th Nov 2020, 3:52 PM
Seb TheS
Seb TheS - avatar
0
ok
6th Nov 2020, 3:52 PM
Gizmo-Lang
Gizmo-Lang - avatar