Skip to content

Commit cb7fc2f

Browse files
Further improvements.
1 parent 4833a4c commit cb7fc2f

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

content/learning-paths/servers-and-cloud-computing/sentiment-analysis-eks/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ learning_objectives:
1313

1414
prerequisites:
1515
- An AWS account.
16-
- A computer with Docker, Terraform, the Amazon eksctl CLI, and kubectl installed.
16+
- A computer with Docker, Terraform, the Amazon eksctl command-line interface, and kubectl installed.
1717

1818
author_primary: Pranay Bakre, Masoud Koleini, Nobel Chowdary Mandepudi, Na Li
1919

content/learning-paths/servers-and-cloud-computing/sentiment-analysis-eks/sentiment-analysis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ weight: 3
66
layout: learningpathall
77
---
88

9-
## Before you begin
9+
## Installing the tools
1010

1111
You will need an [AWS account](https://docs.aws.amazon.com/accounts/latest/reference/manage-acct-creating.html). Create an account if needed.
1212

content/learning-paths/servers-and-cloud-computing/sentiment-analysis-eks/understand-the-basics.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,22 +20,21 @@ layout: learningpathall
2020

2121
* It is a scalable way of providing organizations and businesses with valuable data such as insights into user feedback, which can then be used in reputation management.
2222

23-
* Tracking real-time changes enables you to understand sentiment patterns and make informed decisions promptly, allowing for timely and appropriate actions.
23+
* Tracking real-time changes enables you to recognize sentiment patterns and make informed decisions promptly, allowing for timely and appropriate actions.
2424

2525
* X is one of the most popular social media platforms, and provides a wealth of rapidly-changing information about public opinion, trends, and events.
2626

27-
{{% notice Note %}}
28-
From 2023, X is the new name for the social media platform formerly known as Twitter.
29-
"Tweets" are also now known as "posts".
27+
{{% notice A Note on Twitter %}}
28+
Before 2023, X was formerly known as Twitter. Although often still referred to by many as Twitter, this Learning Path uses the official name, X. "Tweets" are also now known as "posts".
3029
{{% /notice %}}
3130

32-
## Solution Architecture
31+
## Solution Architecture: Using an Arm-based Amazon EKS Cluster
3332

34-
* Real-time sentiment analysis is a compute-intense task and can rapidly consume resources and increase costs if not managed effectively.
33+
Real-time sentiment analysis is a compute-intense task and can rapidly consume resources and increase costs if not managed effectively.
3534

36-
* Using an Arm-based Amazon EKS cluster can address these issues by offering flexibility, strong performance and cost efficiencies.
35+
Using an Arm-based Amazon EKS cluster can address these issues by offering flexibility, strong performance and cost efficiencies.
3736

38-
Figure 1 shows the solution architecture that this Learning Path uses:
37+
Figure 1 shows the solution architecture that this Learning Path uses for sentiment analysis:
3938

4039
![sentiment analysis #center](_images/Sentiment-Analysis.png "Figure 1: Sentiment Analysis Architecture." )
4140

0 commit comments

Comments
 (0)