Natural Language Classifier applies deep learning techniques to make predictions about the best predefined classes for short sentences or phrases.
Watch the Natural Language Classifier categorize your weather-related question. In this demo, the classifier is trained to determine whether the question is related totemperature
or conditions
. The output includes the top classification and a confidence score.
The classifier often scores well with terms that it hasn't been trained on. In the sample questions, the words "sleet," or "foggy," are not part of the training data, yet the classifier correctly handles questions about them.