-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
054e375
commit ac106c7
Showing
4 changed files
with
39 additions
and
33 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
...ing-paths/servers-and-cloud-computing/thirdai-sentiment-analysis/_next-steps.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
29 changes: 29 additions & 0 deletions
29
...rvers-and-cloud-computing/thirdai-sentiment-analysis/background_and_overview.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
title: Background and Overview of Learning Path | ||
weight: 2 | ||
|
||
### FIXED, DO NOT MODIFY | ||
layout: learningpathall | ||
--- | ||
## What is ThirdAI? | ||
|
||
ThirdAI is a multi-purpose library that provides a high-level API to build machine learning models. | ||
|
||
It provides APIs to support common machine learning problems, such as: | ||
- Text classification and NLP (Natural Language Processing). | ||
- Search and recommendation. | ||
- Time-series forecasting and predictions. | ||
- Tabular classification. | ||
- Graph classification. | ||
|
||
## Learning Path Overview | ||
|
||
This Learning Path shows you how to use ThirdAI's library for *text classification* tasks on your Arm servers. | ||
|
||
Specifically, the Learning Path shows you how to perform the following tasks: | ||
|
||
- Download a sentiment classification dataset using the Hugging Face `datasets` library. | ||
- Format the data for the model to understand. | ||
- Create a UniversalDeepTransformer, and configure it for text classification. | ||
- Train the model and print the training metrics. | ||
- Save the model to `sentiment_analysis.model` for further deployment. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters