Panel | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
There are function(s) to be completed in this section! |
Info |
---|
Due to how the imports are set up and because the intent and slot classifier is part of the social-interaction-cloud python package when you make changes you need to make sure to reinstall the social interaction cloud via |
This assignment will guide you in building a simple yet powerful model for natural language understanding (NLU) tasks, such as identifying a user's intent and extracting key information (slots) from their input. The incomplete model is found in model.py
in your repository.
...