May 2026
Intermediate
598 pages
10h 39m
English
A regular combo box is a UI control that combines a single-line textbox with a dropdown and filters items using simple substring matching. In this chapter, you'll take that idea further and will build a smart combo box. A smart combo box replaces simple substring matching with AI-powered semantic matching. For example, when a user types ride to airport, Ground Transport is automatically sorted to the top of the dropdown. The smart combo box you build will provide intelligent autocomplete input using ONNX-based semantic matching to display the most relevant suggestions from the list of items.
In this chapter you will be introduced to Machine Learning (ML) concepts, including tokenization, ...
Read now
Unlock full access