Understand How To Build Text Classification Projects
Introduction Your workspace for developing, honing, refining, and implementing your classification model is custom text classification projects. Language Studio and the REST API are the two methods you can work on your project. The lab will use Language Studio as the GUI, but the REST API offers the same features. The processes for creating your model are the same regardless of your preferred approach. Azure AI Language Project Life Cycle Define Labels: Understanding the data you want to classify, identify the possible labels you want to categorize into. Tag Data : Tag, or label, your existing data, specifying the label or labels each file falls under. Labeling data is important since it's how your model will learn how to classify future files. Best practice is to have clear differences between labels to avoid ambiguity, and provide good examples of each label for the model to learn from. Train Model : Train your model with the labeled data. View Model : After your model is...