Skip to content

Commit

Permalink
fixed error
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedbham committed May 2, 2023
1 parent 66fa531 commit c4352dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/modules/Module1/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ has_children: false
nav_order: 1
---

## Module 2 - Transaction Classification Application
## Module 1 - Transaction Classification Application

This is a tutorial project that demonstrates how to integrate Azure OpenAI API with Azure services to build intelligent applications. Specifically, it shows how to classify transaction records using OpenAI's GPT-3 language model and Azure Storage, Azure Event Grid and Azure Function services.

The intent is to classify a public dataset of transactions into a number of categories that we have predefined. These approaches should be replicable to any multiclass classificaiton use case where we are trying to fit transactional data into predefined categories, and by the end of running through this you should have an approach for dealing with unlabelled datasets.
Expand Down

0 comments on commit c4352dc

Please sign in to comment.