SlideShare a Scribd company logo
Table of Contents 
What Is Natural Language Processing and How Does It Work? 
NLP Use Cases You Should Know About 
1. NLP-Powered Epidemiological Investigation 
2. Security Authentication With NLP 
3. NLP-Based Brand Awareness and Market Research 
4. Chatbots for Customer Support and Engagement 
5. NLP-Powered Competitive Analysis 
6. Report Auto-Generation With the Help of NLP 
7. Real-Time Intelligence Gathering on Specific Financial Stocks 
8. Defense Departments And Secret Services Using AI 
 
 
 
 
 
 
 
 
 
 
 
 
 
NLP Use Cases for Business Optimization ​0 
AI-powered human-to-machine interactions are nothing new. Public 
organizations and businesses have been applying data science and machine 
learning technologies for a while. One of the quickest evolving AI technologies 
today is natural language processing (NLP). 
A 2019 Statista ​report​ reveals that the NLP market will increase to 43.9 billion 
dollars by 2025. 
 
*Revenues from the natural language processing (NLP) market worldwide from 2017 
to 2025 (in million U.S. dollars) 
Clearly, many companies believe in its potential and are already investing into it. 
But why is NLP becoming so popular year-over-year? And what might that mean 
for businesses? These types of questions are fairly common.  
In this article, we’re going to take a deep dive into NLP, its use cases, and other 
relevant information that you may find useful. 
NLP Use Cases for Business Optimization ​1 
What Is Natural Language Processing and How Does It 
Work? 
In simple terms, natural language processing is AI technology that recognizes 
and understands natural human languages. Written or spoken human speech is 
converted into a form that computers are able to understand through NLP 
techniques.  
Most of us use NLP business applications every day without even knowing it. 
Spell-checkers, online search, translators, voice assistants—almost all of these 
include natural language processing technology.  
There is a wide variety of NLP techniques known as “NLP tasks.” Here is a brief 
breakdown of various NLP tasks performed by modern NLP software.   
 
According to the experience of MobiDev data scientists, the following NLP 
capabilities are particularly interesting due to the potential they have: 
NLP Use Cases for Business Optimization ​2 
Named Entity Recognition 
Named entity recognition is the task that implies identification entities in a 
sentence (like a person, organization, date, location, time, etc.), and their 
classification into categories.  
Example:  
 
 
 
Part-of-Speech Tagging 
Part-of-speech tagging is the task that involves marking up words in a sentence 
as nouns, verbs, adjectives, adverbs, and other descriptors.   
 
 
 
 
 
 
 
 
 
NLP Use Cases for Business Optimization ​3 
 
Example​: 
 
Summarization 
Summarization is the task that includes text shortening by identifying the 
important parts and creating a summary. There are two approaches to text 
summarization: 
● Extractive Summarization.​ Identification of the important sentences or 
phrases from the original text and extracting them from the text.  
Example: 
 
● Abstractive Summarization.​ New sentences generated from the original 
text, where the generated sentences may not be present in the original text. 
NLP Use Cases for Business Optimization ​4 
Example:  
 
Sentiment Analysis 
Sentiment analysis is the task that implies a broad range of subjective analysis to 
identify positive or negative feelings in a sentence, the sentiment of a customer 
review, judging mood via written text or voice analysis, and other similar tasks. 
Example: 
 
 
Text Classification 
Text classification is the task that involves assigning tags/categories to text 
according to the content. Text classifiers can be used to structure, organize, and 
categorize any text.  
 
 
 
 
 
 
NLP Use Cases for Business Optimization ​5 
Example: 
Language Modeling 
Language modeling is the NLP task that includes predicting the next 
word/character in a text/document. Language models might be used for: 
➢ Optical Character Recognition
➢ Machine Translation
➢ Image Captioning
➢ Text Summarization
➢ Handwriting Recognition
➢ Spelling Correction
NLP Use Cases for Business Optimization ​6 
NLP Use Cases You Should Know About  
1. NLP-Powered Epidemiological Investigation 
When the Coronavirus outbreak hit China, Alibaba’s DAMO Academy developed 
the ​StructBERT​ NLP model. Being deployed in Alibaba’s ecosystem, the model 
powered not only the search engine on Alibaba’s retail platforms but also 
anonymous healthcare data analysis. By analyzing the text of medical records 
and epidemiological investigation, the Centers for Disease Control (CDCs) used 
StructBERT for fighting against COVID-19 in China cities.  
Being based on the BERT pre-trained model, StructBert not only understands the 
context of words in search queries but also leverages the structural information: 
sentence-level ordering and word-level ordering.  
2. Security Authentication With NLP 
With the arrival of NLP technology, it’s possible to integrate more advanced 
security techniques. By using question generation, data scienеntists are able to 
build stronger security systems.  
How Does This Algorithm Work? 
1. Find additional context for a user's personal information. 
2. Extract import information (answers) using a named entity recognition model. 
3. Generate questions with the neural network. 
5. Validate a user’s answer. 
At MobiDev, we run projects based on the question generation technique. The 
video below shows the core ideas behind our research: 
NLP Use Cases for Business Optimization ​7 
 
3. NLP-Based Brand Awareness and Market Research 
It’s difficult to develop actionable business strategies when you don’t know how 
customers feel about your brand. By using sentiment analysis and getting the 
most frequent context when your brand receives positive ​and negative 
comments, you can increase your strengths and reduce weaknesses based on 
viable market research.​ NLP-based software analyzes social media content, 
including customer reviews/comments, and converts them into insightful data.  
How Does This Algorithm Work?  
1. Analyze an entire list of comments and classify them using a sentiment 
analysis model. 
2. Get the most frequent words and phrases from both positive and negative 
comments. 
3. Perform market research based on the data collected. 
Based on this algorithm, it is possible to assign a value to the output 
information. This value might be considered as a positive, negative, or neutral 
emotion. Marketers can use this data to make more informed decisions in their 
marketing strategies and campaigns. 
NLP Use Cases for Business Optimization ​8 
4. Chatbots for Customer Support and Engagement
As technology grows, customer service automation is becoming more advanced. 
NLP-powered chatbots are a prime example of automation technology due to 
their ability to perform personalized conversations and partially replace 
humans. The most common approach is to use NLP-based bots that start the 
interaction and take care of basic scenarios, and only bring in a human operator 
to handle more advanced situations.  
5. NLP-Powered Competitive Analysis
Most founders will conduct competitor analysis and research when starting a 
business. This task enables them to better understand their market, 
competitors, customers, and other important details about their industry.  
There are dozens of tools available to help entrepreneurs monitor their 
competitors. NLP-powered engines like​ ​Zirra​ simplify the process for 
automatically building a competitive landscape. When Zirra analyzes something, 
it gathers a list of companies and ranks them from zero to one. This rank shows 
how closely these companies are related to each other using a multimodal 
semantic field.  
The algorithms solutions like Zirra use create the list of companies by scanning 
the Internet for articles and putting the data into an NLP module that closes out 
semantic relationships between companies. 
NLP Use Cases for Business Optimization ​9 
6. Report Auto-Generation With the Help of NLP 
Documenting and reporting are among the most time-consuming tasks for 
businesses. NLP techniques allow you to convert unstructured text information 
into reports by applying speech-to-text dictation and formulated data entry. 
Using NLP, it’s possible to design a deep learning model that identifies necessary 
information from unstructured text data and combines it into specific reports. 
Sophisticated solutions like this can identify and request missing data and allows 
you to automate the process.  
How Does This Algorithm Work? 
0. Define a template for the report and all possible sources of information. 
1. Go through all data sources and find potential fillers for blank fields. This step 
is similar to the named entity recognition task, but it’s necessary to train the 
model to find its own classes. 
2. Deliver the report to a responsible person in a suggestion mode.  
7. Real-Time Intelligence Gathering on Specific Financial Stocks 
The stock market is sensitive to news and world events. Many companies are 
looking for ways to complete complex stock market analyses by accessing 
historical stock price data, news archives, company reports, and other relevant 
data.  
Popular solutions like IBM’s Watson partially provide similar services. And 
beyond that, there are other interesting AI-based technologies already being 
used for stock analysis. 
How Does This Algorithm Work? 
1. Improve understanding of a large amount of news and data found in reports 
similar to how sentiment analysis works. 
2. Classify news and connect it to certain companies trading their stocks. 
3. Figure out dependencies, such as how the stock market reacts to certain 
news events. 
NLP Use Cases for Business Optimization ​10 
4. Run continuous real-time news and reports analysis. 
5. Predict and notify when the stock market shifts based on recent news and 
events. 
A successful solution would require a substantial amount of data science 
modeling using machine learning activities like NLP processing. And more 
importantly, a significant amount of computing power to calculate it all. 
Remember, as the business goal becomes more precise, the easier it is to solve 
it with high accuracy and a reasonable budget.   
8. Defense Departments And Secret Services Using AI  
This past fall, the Department of Defense released a ​document​ called 
“Recommendations on the Ethical Use of Artificial Intelligence by the 
Department of Defense”  
The US government is already investigating use cases for AI technology. The 
Defense Innovation Board is working with companies like Google, Microsoft, and 
Facebook. All of these efforts are designed to provide a better framework for 
understanding and controlling AI for defense & security.  
But we still don’t know how NLP, deep learning, or predictive analysis have been 
used for defense and security by top governments. There’s really no reason to 
guess, but we can safely say that it’s been used and that its usage is growing 
rapidly. 
NLP Use Cases for Business Optimization ​11 
Ad

More Related Content

What's hot (20)

The Business Case for Robotic Process Automation (RPA)
The Business Case for Robotic Process Automation (RPA)The Business Case for Robotic Process Automation (RPA)
The Business Case for Robotic Process Automation (RPA)
Joe Tawfik
 
Automation
Automation Automation
Automation
Anil Kumar
 
Artificial Intelligence (A.I) and Its Application -Seminar
Artificial Intelligence (A.I) and Its Application -SeminarArtificial Intelligence (A.I) and Its Application -Seminar
Artificial Intelligence (A.I) and Its Application -Seminar
BIJAY NAYAK
 
5G Wireless Technology
5G Wireless Technology5G Wireless Technology
5G Wireless Technology
Niki Upadhyay
 
Vision of cloud computing
Vision of cloud computingVision of cloud computing
Vision of cloud computing
gaurav jain
 
Artificial intelligence - An Overview
Artificial intelligence - An OverviewArtificial intelligence - An Overview
Artificial intelligence - An Overview
Giri Dharan
 
Artificial Intelligence And Machine Learning PowerPoint Presentation Slides C...
Artificial Intelligence And Machine Learning PowerPoint Presentation Slides C...Artificial Intelligence And Machine Learning PowerPoint Presentation Slides C...
Artificial Intelligence And Machine Learning PowerPoint Presentation Slides C...
SlideTeam
 
Top 5 advantages of Artificial Intellegence
 Top 5 advantages of Artificial Intellegence Top 5 advantages of Artificial Intellegence
Top 5 advantages of Artificial Intellegence
paradisetechsoftsolutions
 
Computer engineering and it seminar topics
Computer engineering and  it seminar topicsComputer engineering and  it seminar topics
Computer engineering and it seminar topics
Ace Beau
 
Robotic Process Automation
Robotic Process Automation Robotic Process Automation
Robotic Process Automation
VenkateshBandi8
 
3 Amazing Examples of Real-life RPA Use Cases - Signity
3 Amazing Examples of Real-life RPA Use Cases - Signity3 Amazing Examples of Real-life RPA Use Cases - Signity
3 Amazing Examples of Real-life RPA Use Cases - Signity
Megha V
 
Comparative Study On Mobile Operating Systems
  Comparative Study On Mobile Operating Systems   Comparative Study On Mobile Operating Systems
Comparative Study On Mobile Operating Systems
Hardik Jain
 
The cloud ecosystem
The cloud ecosystemThe cloud ecosystem
The cloud ecosystem
BHASKAR CHAUDHURY
 
What is artificial intelligence? What are task domains in AI?
What is artificial intelligence? What are task domains in AI?What is artificial intelligence? What are task domains in AI?
What is artificial intelligence? What are task domains in AI?
Cyber Infrastructure INC
 
Machine learning
Machine learningMachine learning
Machine learning
Rajib Kumar De
 
Mobile application development ppt
Mobile application development pptMobile application development ppt
Mobile application development ppt
tirupathinews
 
Machine learning in Cyber Security
Machine learning in Cyber SecurityMachine learning in Cyber Security
Machine learning in Cyber Security
RajathV2
 
IOT report
IOT reportIOT report
IOT report
VISHALJAT3
 
Mobile cloud Computing
Mobile cloud ComputingMobile cloud Computing
Mobile cloud Computing
Pooja Sharma
 
Android Presentation
Android PresentationAndroid Presentation
Android Presentation
Adhoura Academy
 
The Business Case for Robotic Process Automation (RPA)
The Business Case for Robotic Process Automation (RPA)The Business Case for Robotic Process Automation (RPA)
The Business Case for Robotic Process Automation (RPA)
Joe Tawfik
 
Artificial Intelligence (A.I) and Its Application -Seminar
Artificial Intelligence (A.I) and Its Application -SeminarArtificial Intelligence (A.I) and Its Application -Seminar
Artificial Intelligence (A.I) and Its Application -Seminar
BIJAY NAYAK
 
5G Wireless Technology
5G Wireless Technology5G Wireless Technology
5G Wireless Technology
Niki Upadhyay
 
Vision of cloud computing
Vision of cloud computingVision of cloud computing
Vision of cloud computing
gaurav jain
 
Artificial intelligence - An Overview
Artificial intelligence - An OverviewArtificial intelligence - An Overview
Artificial intelligence - An Overview
Giri Dharan
 
Artificial Intelligence And Machine Learning PowerPoint Presentation Slides C...
Artificial Intelligence And Machine Learning PowerPoint Presentation Slides C...Artificial Intelligence And Machine Learning PowerPoint Presentation Slides C...
Artificial Intelligence And Machine Learning PowerPoint Presentation Slides C...
SlideTeam
 
Top 5 advantages of Artificial Intellegence
 Top 5 advantages of Artificial Intellegence Top 5 advantages of Artificial Intellegence
Top 5 advantages of Artificial Intellegence
paradisetechsoftsolutions
 
Computer engineering and it seminar topics
Computer engineering and  it seminar topicsComputer engineering and  it seminar topics
Computer engineering and it seminar topics
Ace Beau
 
Robotic Process Automation
Robotic Process Automation Robotic Process Automation
Robotic Process Automation
VenkateshBandi8
 
3 Amazing Examples of Real-life RPA Use Cases - Signity
3 Amazing Examples of Real-life RPA Use Cases - Signity3 Amazing Examples of Real-life RPA Use Cases - Signity
3 Amazing Examples of Real-life RPA Use Cases - Signity
Megha V
 
Comparative Study On Mobile Operating Systems
  Comparative Study On Mobile Operating Systems   Comparative Study On Mobile Operating Systems
Comparative Study On Mobile Operating Systems
Hardik Jain
 
What is artificial intelligence? What are task domains in AI?
What is artificial intelligence? What are task domains in AI?What is artificial intelligence? What are task domains in AI?
What is artificial intelligence? What are task domains in AI?
Cyber Infrastructure INC
 
Mobile application development ppt
Mobile application development pptMobile application development ppt
Mobile application development ppt
tirupathinews
 
Machine learning in Cyber Security
Machine learning in Cyber SecurityMachine learning in Cyber Security
Machine learning in Cyber Security
RajathV2
 
Mobile cloud Computing
Mobile cloud ComputingMobile cloud Computing
Mobile cloud Computing
Pooja Sharma
 

Similar to Natural Language Processing Use Cases for Business Optimization (20)

NLP Applications
NLP ApplicationsNLP Applications
NLP Applications
Repustate
 
Unlocking Value from Unstructured Data
Unlocking Value from Unstructured DataUnlocking Value from Unstructured Data
Unlocking Value from Unstructured Data
Accenture Insurance
 
How NLP Helps Improve Customer Service Today Next.pdf overview
How NLP Helps Improve Customer Service Today Next.pdf overviewHow NLP Helps Improve Customer Service Today Next.pdf overview
How NLP Helps Improve Customer Service Today Next.pdf overview
imoliviabennett
 
NLP in Customer Service - How Its Used Whats Next.pdf
NLP in Customer Service - How Its Used  Whats Next.pdfNLP in Customer Service - How Its Used  Whats Next.pdf
NLP in Customer Service - How Its Used Whats Next.pdf
niahiggins21
 
NLP in Customer Service – Complete Guide
NLP in Customer Service – Complete GuideNLP in Customer Service – Complete Guide
NLP in Customer Service – Complete Guide
SoluLab1231
 
The NLP disruption: top trends and use cases - SG Analytics
The NLP disruption: top trends and use cases - SG AnalyticsThe NLP disruption: top trends and use cases - SG Analytics
The NLP disruption: top trends and use cases - SG Analytics
SG Analytics
 
What can Natural Language Processing do for you?
What can Natural Language Processing do for you?What can Natural Language Processing do for you?
What can Natural Language Processing do for you?
Yves Peirsman
 
Role of Natural Language Processing in AI - Overview
Role of Natural Language Processing in AI - OverviewRole of Natural Language Processing in AI - Overview
Role of Natural Language Processing in AI - Overview
GrapesTech Solutions
 
Topic-Based Sentiment Analysis.pptx
Topic-Based Sentiment Analysis.pptxTopic-Based Sentiment Analysis.pptx
Topic-Based Sentiment Analysis.pptx
Repustate
 
Mettl ppt[4037]
Mettl ppt[4037]Mettl ppt[4037]
Mettl ppt[4037]
HarshdaGhai
 
Cognitive Computing - A Primer
Cognitive Computing - A PrimerCognitive Computing - A Primer
Cognitive Computing - A Primer
Marlabs
 
What Is Unstructured Data and Why Is It Essential for Business Success.pdf
What Is Unstructured Data and Why Is It Essential for Business Success.pdfWhat Is Unstructured Data and Why Is It Essential for Business Success.pdf
What Is Unstructured Data and Why Is It Essential for Business Success.pdf
Data Scraping and Data Extraction
 
Natural Language Processing at Scale
Natural Language Processing at ScaleNatural Language Processing at Scale
Natural Language Processing at Scale
Andrei Lopatenko
 
Natural Language Processing .pdf
Natural Language Processing .pdfNatural Language Processing .pdf
Natural Language Processing .pdf
Anime196637
 
Data Science - Experiments
Data Science - ExperimentsData Science - Experiments
Data Science - Experiments
Gaurav Marwaha
 
Enterprise Systems - MS809
Enterprise Systems -   MS809Enterprise Systems -   MS809
Enterprise Systems - MS809
Diarmaid Ó Fátharta
 
solulab.com-What is Data Annotation Complete guide 2024.pdf
solulab.com-What is Data Annotation Complete guide 2024.pdfsolulab.com-What is Data Annotation Complete guide 2024.pdf
solulab.com-What is Data Annotation Complete guide 2024.pdf
RamayaRam
 
Veda Semantics - introduction document
Veda Semantics - introduction documentVeda Semantics - introduction document
Veda Semantics - introduction document
rajatkr
 
AI生成工具的新衝擊 - MS Bing & Google Bard 能否挑戰ChatGPT-4領導地位
AI生成工具的新衝擊 - MS Bing & Google Bard 能否挑戰ChatGPT-4領導地位AI生成工具的新衝擊 - MS Bing & Google Bard 能否挑戰ChatGPT-4領導地位
AI生成工具的新衝擊 - MS Bing & Google Bard 能否挑戰ChatGPT-4領導地位
eLearning Consortium 電子學習聯盟
 
AI and ML Trends to Impact Business 2020
AI and ML Trends to Impact Business 2020AI and ML Trends to Impact Business 2020
AI and ML Trends to Impact Business 2020
Takayuki Yamazaki
 
NLP Applications
NLP ApplicationsNLP Applications
NLP Applications
Repustate
 
Unlocking Value from Unstructured Data
Unlocking Value from Unstructured DataUnlocking Value from Unstructured Data
Unlocking Value from Unstructured Data
Accenture Insurance
 
How NLP Helps Improve Customer Service Today Next.pdf overview
How NLP Helps Improve Customer Service Today Next.pdf overviewHow NLP Helps Improve Customer Service Today Next.pdf overview
How NLP Helps Improve Customer Service Today Next.pdf overview
imoliviabennett
 
NLP in Customer Service - How Its Used Whats Next.pdf
NLP in Customer Service - How Its Used  Whats Next.pdfNLP in Customer Service - How Its Used  Whats Next.pdf
NLP in Customer Service - How Its Used Whats Next.pdf
niahiggins21
 
NLP in Customer Service – Complete Guide
NLP in Customer Service – Complete GuideNLP in Customer Service – Complete Guide
NLP in Customer Service – Complete Guide
SoluLab1231
 
The NLP disruption: top trends and use cases - SG Analytics
The NLP disruption: top trends and use cases - SG AnalyticsThe NLP disruption: top trends and use cases - SG Analytics
The NLP disruption: top trends and use cases - SG Analytics
SG Analytics
 
What can Natural Language Processing do for you?
What can Natural Language Processing do for you?What can Natural Language Processing do for you?
What can Natural Language Processing do for you?
Yves Peirsman
 
Role of Natural Language Processing in AI - Overview
Role of Natural Language Processing in AI - OverviewRole of Natural Language Processing in AI - Overview
Role of Natural Language Processing in AI - Overview
GrapesTech Solutions
 
Topic-Based Sentiment Analysis.pptx
Topic-Based Sentiment Analysis.pptxTopic-Based Sentiment Analysis.pptx
Topic-Based Sentiment Analysis.pptx
Repustate
 
Cognitive Computing - A Primer
Cognitive Computing - A PrimerCognitive Computing - A Primer
Cognitive Computing - A Primer
Marlabs
 
What Is Unstructured Data and Why Is It Essential for Business Success.pdf
What Is Unstructured Data and Why Is It Essential for Business Success.pdfWhat Is Unstructured Data and Why Is It Essential for Business Success.pdf
What Is Unstructured Data and Why Is It Essential for Business Success.pdf
Data Scraping and Data Extraction
 
Natural Language Processing at Scale
Natural Language Processing at ScaleNatural Language Processing at Scale
Natural Language Processing at Scale
Andrei Lopatenko
 
Natural Language Processing .pdf
Natural Language Processing .pdfNatural Language Processing .pdf
Natural Language Processing .pdf
Anime196637
 
Data Science - Experiments
Data Science - ExperimentsData Science - Experiments
Data Science - Experiments
Gaurav Marwaha
 
solulab.com-What is Data Annotation Complete guide 2024.pdf
solulab.com-What is Data Annotation Complete guide 2024.pdfsolulab.com-What is Data Annotation Complete guide 2024.pdf
solulab.com-What is Data Annotation Complete guide 2024.pdf
RamayaRam
 
Veda Semantics - introduction document
Veda Semantics - introduction documentVeda Semantics - introduction document
Veda Semantics - introduction document
rajatkr
 
AI生成工具的新衝擊 - MS Bing & Google Bard 能否挑戰ChatGPT-4領導地位
AI生成工具的新衝擊 - MS Bing & Google Bard 能否挑戰ChatGPT-4領導地位AI生成工具的新衝擊 - MS Bing & Google Bard 能否挑戰ChatGPT-4領導地位
AI生成工具的新衝擊 - MS Bing & Google Bard 能否挑戰ChatGPT-4領導地位
eLearning Consortium 電子學習聯盟
 
AI and ML Trends to Impact Business 2020
AI and ML Trends to Impact Business 2020AI and ML Trends to Impact Business 2020
AI and ML Trends to Impact Business 2020
Takayuki Yamazaki
 
Ad

More from Takayuki Yamazaki (20)

シリコンバレー流投資家への事業説明テンプレート日本語版 (Pitch Deck Contents Sample)
シリコンバレー流投資家への事業説明テンプレート日本語版 (Pitch Deck Contents Sample)シリコンバレー流投資家への事業説明テンプレート日本語版 (Pitch Deck Contents Sample)
シリコンバレー流投資家への事業説明テンプレート日本語版 (Pitch Deck Contents Sample)
Takayuki Yamazaki
 
20240118_人型ロボット市場の動向(開発・社会実装の状況、主要企業リスト).pdf
20240118_人型ロボット市場の動向(開発・社会実装の状況、主要企業リスト).pdf20240118_人型ロボット市場の動向(開発・社会実装の状況、主要企業リスト).pdf
20240118_人型ロボット市場の動向(開発・社会実装の状況、主要企業リスト).pdf
Takayuki Yamazaki
 
Jeff Bezos Live Interview Transcript
Jeff Bezos Live Interview TranscriptJeff Bezos Live Interview Transcript
Jeff Bezos Live Interview Transcript
Takayuki Yamazaki
 
Cyber-Defenders-2020
Cyber-Defenders-2020Cyber-Defenders-2020
Cyber-Defenders-2020
Takayuki Yamazaki
 
Healthcare Report Q2 2020
Healthcare Report Q2 2020Healthcare Report Q2 2020
Healthcare Report Q2 2020
Takayuki Yamazaki
 
Pitch Deck Contents Sample
Pitch Deck Contents SamplePitch Deck Contents Sample
Pitch Deck Contents Sample
Takayuki Yamazaki
 
5G AI the Ingredients for Next Gen Wireless Innovation
5G AI the Ingredients for Next Gen Wireless Innovation5G AI the Ingredients for Next Gen Wireless Innovation
5G AI the Ingredients for Next Gen Wireless Innovation
Takayuki Yamazaki
 
5G IoT Use Cases
5G IoT Use Cases5G IoT Use Cases
5G IoT Use Cases
Takayuki Yamazaki
 
Global Industry Vision 2025 Touching an Intelligent World
Global Industry Vision 2025 Touching an Intelligent WorldGlobal Industry Vision 2025 Touching an Intelligent World
Global Industry Vision 2025 Touching an Intelligent World
Takayuki Yamazaki
 
Tech Trends 2020
Tech Trends 2020Tech Trends 2020
Tech Trends 2020
Takayuki Yamazaki
 
Healthcare Report Q1 2020
Healthcare Report Q1 2020Healthcare Report Q1 2020
Healthcare Report Q1 2020
Takayuki Yamazaki
 
MoneyTree Report Q2 2020
MoneyTree Report Q2 2020MoneyTree Report Q2 2020
MoneyTree Report Q2 2020
Takayuki Yamazaki
 
Post Pandemic Technology Trends to Change Retail Industry
Post Pandemic Technology Trends to Change Retail IndustryPost Pandemic Technology Trends to Change Retail Industry
Post Pandemic Technology Trends to Change Retail Industry
Takayuki Yamazaki
 
IoT Trends to Drive Innovation for Business 2019-2020
IoT Trends to Drive Innovation for Business 2019-2020IoT Trends to Drive Innovation for Business 2019-2020
IoT Trends to Drive Innovation for Business 2019-2020
Takayuki Yamazaki
 
中国インターネットトレンド2020年
中国インターネットトレンド2020年中国インターネットトレンド2020年
中国インターネットトレンド2020年
Takayuki Yamazaki
 
業界という枠組みを超えた戦い
業界という枠組みを超えた戦い業界という枠組みを超えた戦い
業界という枠組みを超えた戦い
Takayuki Yamazaki
 
2019年版中国インターネットレポート
2019年版中国インターネットレポート2019年版中国インターネットレポート
2019年版中国インターネットレポート
Takayuki Yamazaki
 
Samsung Open Innovation 2016
Samsung Open Innovation 2016Samsung Open Innovation 2016
Samsung Open Innovation 2016
Takayuki Yamazaki
 
スティーブ・ジョブスから得た教訓
スティーブ・ジョブスから得た教訓スティーブ・ジョブスから得た教訓
スティーブ・ジョブスから得た教訓
Takayuki Yamazaki
 
オールイン・スタートアップ
オールイン・スタートアップオールイン・スタートアップ
オールイン・スタートアップ
Takayuki Yamazaki
 
シリコンバレー流投資家への事業説明テンプレート日本語版 (Pitch Deck Contents Sample)
シリコンバレー流投資家への事業説明テンプレート日本語版 (Pitch Deck Contents Sample)シリコンバレー流投資家への事業説明テンプレート日本語版 (Pitch Deck Contents Sample)
シリコンバレー流投資家への事業説明テンプレート日本語版 (Pitch Deck Contents Sample)
Takayuki Yamazaki
 
20240118_人型ロボット市場の動向(開発・社会実装の状況、主要企業リスト).pdf
20240118_人型ロボット市場の動向(開発・社会実装の状況、主要企業リスト).pdf20240118_人型ロボット市場の動向(開発・社会実装の状況、主要企業リスト).pdf
20240118_人型ロボット市場の動向(開発・社会実装の状況、主要企業リスト).pdf
Takayuki Yamazaki
 
Jeff Bezos Live Interview Transcript
Jeff Bezos Live Interview TranscriptJeff Bezos Live Interview Transcript
Jeff Bezos Live Interview Transcript
Takayuki Yamazaki
 
5G AI the Ingredients for Next Gen Wireless Innovation
5G AI the Ingredients for Next Gen Wireless Innovation5G AI the Ingredients for Next Gen Wireless Innovation
5G AI the Ingredients for Next Gen Wireless Innovation
Takayuki Yamazaki
 
Global Industry Vision 2025 Touching an Intelligent World
Global Industry Vision 2025 Touching an Intelligent WorldGlobal Industry Vision 2025 Touching an Intelligent World
Global Industry Vision 2025 Touching an Intelligent World
Takayuki Yamazaki
 
Post Pandemic Technology Trends to Change Retail Industry
Post Pandemic Technology Trends to Change Retail IndustryPost Pandemic Technology Trends to Change Retail Industry
Post Pandemic Technology Trends to Change Retail Industry
Takayuki Yamazaki
 
IoT Trends to Drive Innovation for Business 2019-2020
IoT Trends to Drive Innovation for Business 2019-2020IoT Trends to Drive Innovation for Business 2019-2020
IoT Trends to Drive Innovation for Business 2019-2020
Takayuki Yamazaki
 
中国インターネットトレンド2020年
中国インターネットトレンド2020年中国インターネットトレンド2020年
中国インターネットトレンド2020年
Takayuki Yamazaki
 
業界という枠組みを超えた戦い
業界という枠組みを超えた戦い業界という枠組みを超えた戦い
業界という枠組みを超えた戦い
Takayuki Yamazaki
 
2019年版中国インターネットレポート
2019年版中国インターネットレポート2019年版中国インターネットレポート
2019年版中国インターネットレポート
Takayuki Yamazaki
 
Samsung Open Innovation 2016
Samsung Open Innovation 2016Samsung Open Innovation 2016
Samsung Open Innovation 2016
Takayuki Yamazaki
 
スティーブ・ジョブスから得た教訓
スティーブ・ジョブスから得た教訓スティーブ・ジョブスから得た教訓
スティーブ・ジョブスから得た教訓
Takayuki Yamazaki
 
オールイン・スタートアップ
オールイン・スタートアップオールイン・スタートアップ
オールイン・スタートアップ
Takayuki Yamazaki
 
Ad

Recently uploaded (20)

#StandardsGoals for 2025: Standards & certification roundup - Tech Forum 2025
#StandardsGoals for 2025: Standards & certification roundup - Tech Forum 2025#StandardsGoals for 2025: Standards & certification roundup - Tech Forum 2025
#StandardsGoals for 2025: Standards & certification roundup - Tech Forum 2025
BookNet Canada
 
Electronic_Mail_Attacks-1-35.pdf by xploit
Electronic_Mail_Attacks-1-35.pdf by xploitElectronic_Mail_Attacks-1-35.pdf by xploit
Electronic_Mail_Attacks-1-35.pdf by xploit
niftliyevhuseyn
 
The Evolution of Meme Coins A New Era for Digital Currency ppt.pdf
The Evolution of Meme Coins A New Era for Digital Currency ppt.pdfThe Evolution of Meme Coins A New Era for Digital Currency ppt.pdf
The Evolution of Meme Coins A New Era for Digital Currency ppt.pdf
Abi john
 
Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...
Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...
Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...
Aqusag Technologies
 
UiPath Community Berlin: Orchestrator API, Swagger, and Test Manager API
UiPath Community Berlin: Orchestrator API, Swagger, and Test Manager APIUiPath Community Berlin: Orchestrator API, Swagger, and Test Manager API
UiPath Community Berlin: Orchestrator API, Swagger, and Test Manager API
UiPathCommunity
 
Greenhouse_Monitoring_Presentation.pptx.
Greenhouse_Monitoring_Presentation.pptx.Greenhouse_Monitoring_Presentation.pptx.
Greenhouse_Monitoring_Presentation.pptx.
hpbmnnxrvb
 
Quantum Computing Quick Research Guide by Arthur Morgan
Quantum Computing Quick Research Guide by Arthur MorganQuantum Computing Quick Research Guide by Arthur Morgan
Quantum Computing Quick Research Guide by Arthur Morgan
Arthur Morgan
 
Designing Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep Dive
Designing Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep DiveDesigning Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep Dive
Designing Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep Dive
ScyllaDB
 
Role of Data Annotation Services in AI-Powered Manufacturing
Role of Data Annotation Services in AI-Powered ManufacturingRole of Data Annotation Services in AI-Powered Manufacturing
Role of Data Annotation Services in AI-Powered Manufacturing
Andrew Leo
 
Andrew Marnell: Transforming Business Strategy Through Data-Driven Insights
Andrew Marnell: Transforming Business Strategy Through Data-Driven InsightsAndrew Marnell: Transforming Business Strategy Through Data-Driven Insights
Andrew Marnell: Transforming Business Strategy Through Data-Driven Insights
Andrew Marnell
 
Procurement Insights Cost To Value Guide.pptx
Procurement Insights Cost To Value Guide.pptxProcurement Insights Cost To Value Guide.pptx
Procurement Insights Cost To Value Guide.pptx
Jon Hansen
 
Splunk Security Update | Public Sector Summit Germany 2025
Splunk Security Update | Public Sector Summit Germany 2025Splunk Security Update | Public Sector Summit Germany 2025
Splunk Security Update | Public Sector Summit Germany 2025
Splunk
 
Big Data Analytics Quick Research Guide by Arthur Morgan
Big Data Analytics Quick Research Guide by Arthur MorganBig Data Analytics Quick Research Guide by Arthur Morgan
Big Data Analytics Quick Research Guide by Arthur Morgan
Arthur Morgan
 
Noah Loul Shares 5 Steps to Implement AI Agents for Maximum Business Efficien...
Noah Loul Shares 5 Steps to Implement AI Agents for Maximum Business Efficien...Noah Loul Shares 5 Steps to Implement AI Agents for Maximum Business Efficien...
Noah Loul Shares 5 Steps to Implement AI Agents for Maximum Business Efficien...
Noah Loul
 
Linux Support for SMARC: How Toradex Empowers Embedded Developers
Linux Support for SMARC: How Toradex Empowers Embedded DevelopersLinux Support for SMARC: How Toradex Empowers Embedded Developers
Linux Support for SMARC: How Toradex Empowers Embedded Developers
Toradex
 
Mobile App Development Company in Saudi Arabia
Mobile App Development Company in Saudi ArabiaMobile App Development Company in Saudi Arabia
Mobile App Development Company in Saudi Arabia
Steve Jonas
 
Complete Guide to Advanced Logistics Management Software in Riyadh.pdf
Complete Guide to Advanced Logistics Management Software in Riyadh.pdfComplete Guide to Advanced Logistics Management Software in Riyadh.pdf
Complete Guide to Advanced Logistics Management Software in Riyadh.pdf
Software Company
 
Cyber Awareness overview for 2025 month of security
Cyber Awareness overview for 2025 month of securityCyber Awareness overview for 2025 month of security
Cyber Awareness overview for 2025 month of security
riccardosl1
 
Into The Box Conference Keynote Day 1 (ITB2025)
Into The Box Conference Keynote Day 1 (ITB2025)Into The Box Conference Keynote Day 1 (ITB2025)
Into The Box Conference Keynote Day 1 (ITB2025)
Ortus Solutions, Corp
 
Manifest Pre-Seed Update | A Humanoid OEM Deeptech In France
Manifest Pre-Seed Update | A Humanoid OEM Deeptech In FranceManifest Pre-Seed Update | A Humanoid OEM Deeptech In France
Manifest Pre-Seed Update | A Humanoid OEM Deeptech In France
chb3
 
#StandardsGoals for 2025: Standards & certification roundup - Tech Forum 2025
#StandardsGoals for 2025: Standards & certification roundup - Tech Forum 2025#StandardsGoals for 2025: Standards & certification roundup - Tech Forum 2025
#StandardsGoals for 2025: Standards & certification roundup - Tech Forum 2025
BookNet Canada
 
Electronic_Mail_Attacks-1-35.pdf by xploit
Electronic_Mail_Attacks-1-35.pdf by xploitElectronic_Mail_Attacks-1-35.pdf by xploit
Electronic_Mail_Attacks-1-35.pdf by xploit
niftliyevhuseyn
 
The Evolution of Meme Coins A New Era for Digital Currency ppt.pdf
The Evolution of Meme Coins A New Era for Digital Currency ppt.pdfThe Evolution of Meme Coins A New Era for Digital Currency ppt.pdf
The Evolution of Meme Coins A New Era for Digital Currency ppt.pdf
Abi john
 
Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...
Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...
Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...
Aqusag Technologies
 
UiPath Community Berlin: Orchestrator API, Swagger, and Test Manager API
UiPath Community Berlin: Orchestrator API, Swagger, and Test Manager APIUiPath Community Berlin: Orchestrator API, Swagger, and Test Manager API
UiPath Community Berlin: Orchestrator API, Swagger, and Test Manager API
UiPathCommunity
 
Greenhouse_Monitoring_Presentation.pptx.
Greenhouse_Monitoring_Presentation.pptx.Greenhouse_Monitoring_Presentation.pptx.
Greenhouse_Monitoring_Presentation.pptx.
hpbmnnxrvb
 
Quantum Computing Quick Research Guide by Arthur Morgan
Quantum Computing Quick Research Guide by Arthur MorganQuantum Computing Quick Research Guide by Arthur Morgan
Quantum Computing Quick Research Guide by Arthur Morgan
Arthur Morgan
 
Designing Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep Dive
Designing Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep DiveDesigning Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep Dive
Designing Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep Dive
ScyllaDB
 
Role of Data Annotation Services in AI-Powered Manufacturing
Role of Data Annotation Services in AI-Powered ManufacturingRole of Data Annotation Services in AI-Powered Manufacturing
Role of Data Annotation Services in AI-Powered Manufacturing
Andrew Leo
 
Andrew Marnell: Transforming Business Strategy Through Data-Driven Insights
Andrew Marnell: Transforming Business Strategy Through Data-Driven InsightsAndrew Marnell: Transforming Business Strategy Through Data-Driven Insights
Andrew Marnell: Transforming Business Strategy Through Data-Driven Insights
Andrew Marnell
 
Procurement Insights Cost To Value Guide.pptx
Procurement Insights Cost To Value Guide.pptxProcurement Insights Cost To Value Guide.pptx
Procurement Insights Cost To Value Guide.pptx
Jon Hansen
 
Splunk Security Update | Public Sector Summit Germany 2025
Splunk Security Update | Public Sector Summit Germany 2025Splunk Security Update | Public Sector Summit Germany 2025
Splunk Security Update | Public Sector Summit Germany 2025
Splunk
 
Big Data Analytics Quick Research Guide by Arthur Morgan
Big Data Analytics Quick Research Guide by Arthur MorganBig Data Analytics Quick Research Guide by Arthur Morgan
Big Data Analytics Quick Research Guide by Arthur Morgan
Arthur Morgan
 
Noah Loul Shares 5 Steps to Implement AI Agents for Maximum Business Efficien...
Noah Loul Shares 5 Steps to Implement AI Agents for Maximum Business Efficien...Noah Loul Shares 5 Steps to Implement AI Agents for Maximum Business Efficien...
Noah Loul Shares 5 Steps to Implement AI Agents for Maximum Business Efficien...
Noah Loul
 
Linux Support for SMARC: How Toradex Empowers Embedded Developers
Linux Support for SMARC: How Toradex Empowers Embedded DevelopersLinux Support for SMARC: How Toradex Empowers Embedded Developers
Linux Support for SMARC: How Toradex Empowers Embedded Developers
Toradex
 
Mobile App Development Company in Saudi Arabia
Mobile App Development Company in Saudi ArabiaMobile App Development Company in Saudi Arabia
Mobile App Development Company in Saudi Arabia
Steve Jonas
 
Complete Guide to Advanced Logistics Management Software in Riyadh.pdf
Complete Guide to Advanced Logistics Management Software in Riyadh.pdfComplete Guide to Advanced Logistics Management Software in Riyadh.pdf
Complete Guide to Advanced Logistics Management Software in Riyadh.pdf
Software Company
 
Cyber Awareness overview for 2025 month of security
Cyber Awareness overview for 2025 month of securityCyber Awareness overview for 2025 month of security
Cyber Awareness overview for 2025 month of security
riccardosl1
 
Into The Box Conference Keynote Day 1 (ITB2025)
Into The Box Conference Keynote Day 1 (ITB2025)Into The Box Conference Keynote Day 1 (ITB2025)
Into The Box Conference Keynote Day 1 (ITB2025)
Ortus Solutions, Corp
 
Manifest Pre-Seed Update | A Humanoid OEM Deeptech In France
Manifest Pre-Seed Update | A Humanoid OEM Deeptech In FranceManifest Pre-Seed Update | A Humanoid OEM Deeptech In France
Manifest Pre-Seed Update | A Humanoid OEM Deeptech In France
chb3
 

Natural Language Processing Use Cases for Business Optimization

  • 1. Table of Contents  What Is Natural Language Processing and How Does It Work?  NLP Use Cases You Should Know About  1. NLP-Powered Epidemiological Investigation  2. Security Authentication With NLP  3. NLP-Based Brand Awareness and Market Research  4. Chatbots for Customer Support and Engagement  5. NLP-Powered Competitive Analysis  6. Report Auto-Generation With the Help of NLP  7. Real-Time Intelligence Gathering on Specific Financial Stocks  8. Defense Departments And Secret Services Using AI                            NLP Use Cases for Business Optimization ​0 
  • 2. AI-powered human-to-machine interactions are nothing new. Public  organizations and businesses have been applying data science and machine  learning technologies for a while. One of the quickest evolving AI technologies  today is natural language processing (NLP).  A 2019 Statista ​report​ reveals that the NLP market will increase to 43.9 billion  dollars by 2025.    *Revenues from the natural language processing (NLP) market worldwide from 2017  to 2025 (in million U.S. dollars)  Clearly, many companies believe in its potential and are already investing into it.  But why is NLP becoming so popular year-over-year? And what might that mean  for businesses? These types of questions are fairly common.   In this article, we’re going to take a deep dive into NLP, its use cases, and other  relevant information that you may find useful.  NLP Use Cases for Business Optimization ​1 
  • 3. What Is Natural Language Processing and How Does It  Work?  In simple terms, natural language processing is AI technology that recognizes  and understands natural human languages. Written or spoken human speech is  converted into a form that computers are able to understand through NLP  techniques.   Most of us use NLP business applications every day without even knowing it.  Spell-checkers, online search, translators, voice assistants—almost all of these  include natural language processing technology.   There is a wide variety of NLP techniques known as “NLP tasks.” Here is a brief  breakdown of various NLP tasks performed by modern NLP software.      According to the experience of MobiDev data scientists, the following NLP  capabilities are particularly interesting due to the potential they have:  NLP Use Cases for Business Optimization ​2 
  • 4. Named Entity Recognition  Named entity recognition is the task that implies identification entities in a  sentence (like a person, organization, date, location, time, etc.), and their  classification into categories.   Example:         Part-of-Speech Tagging  Part-of-speech tagging is the task that involves marking up words in a sentence  as nouns, verbs, adjectives, adverbs, and other descriptors.                      NLP Use Cases for Business Optimization ​3 
  • 5.   Example​:    Summarization  Summarization is the task that includes text shortening by identifying the  important parts and creating a summary. There are two approaches to text  summarization:  ● Extractive Summarization.​ Identification of the important sentences or  phrases from the original text and extracting them from the text.   Example:    ● Abstractive Summarization.​ New sentences generated from the original  text, where the generated sentences may not be present in the original text.  NLP Use Cases for Business Optimization ​4 
  • 6. Example:     Sentiment Analysis  Sentiment analysis is the task that implies a broad range of subjective analysis to  identify positive or negative feelings in a sentence, the sentiment of a customer  review, judging mood via written text or voice analysis, and other similar tasks.  Example:      Text Classification  Text classification is the task that involves assigning tags/categories to text  according to the content. Text classifiers can be used to structure, organize, and  categorize any text.               NLP Use Cases for Business Optimization ​5 
  • 7. Example:  Language Modeling  Language modeling is the NLP task that includes predicting the next  word/character in a text/document. Language models might be used for:  ➢ Optical Character Recognition ➢ Machine Translation ➢ Image Captioning ➢ Text Summarization ➢ Handwriting Recognition ➢ Spelling Correction NLP Use Cases for Business Optimization ​6 
  • 8. NLP Use Cases You Should Know About   1. NLP-Powered Epidemiological Investigation  When the Coronavirus outbreak hit China, Alibaba’s DAMO Academy developed  the ​StructBERT​ NLP model. Being deployed in Alibaba’s ecosystem, the model  powered not only the search engine on Alibaba’s retail platforms but also  anonymous healthcare data analysis. By analyzing the text of medical records  and epidemiological investigation, the Centers for Disease Control (CDCs) used  StructBERT for fighting against COVID-19 in China cities.   Being based on the BERT pre-trained model, StructBert not only understands the  context of words in search queries but also leverages the structural information:  sentence-level ordering and word-level ordering.   2. Security Authentication With NLP  With the arrival of NLP technology, it’s possible to integrate more advanced  security techniques. By using question generation, data scienеntists are able to  build stronger security systems.   How Does This Algorithm Work?  1. Find additional context for a user's personal information.  2. Extract import information (answers) using a named entity recognition model.  3. Generate questions with the neural network.  5. Validate a user’s answer.  At MobiDev, we run projects based on the question generation technique. The  video below shows the core ideas behind our research:  NLP Use Cases for Business Optimization ​7 
  • 9.   3. NLP-Based Brand Awareness and Market Research  It’s difficult to develop actionable business strategies when you don’t know how  customers feel about your brand. By using sentiment analysis and getting the  most frequent context when your brand receives positive ​and negative  comments, you can increase your strengths and reduce weaknesses based on  viable market research.​ NLP-based software analyzes social media content,  including customer reviews/comments, and converts them into insightful data.   How Does This Algorithm Work?   1. Analyze an entire list of comments and classify them using a sentiment  analysis model.  2. Get the most frequent words and phrases from both positive and negative  comments.  3. Perform market research based on the data collected.  Based on this algorithm, it is possible to assign a value to the output  information. This value might be considered as a positive, negative, or neutral  emotion. Marketers can use this data to make more informed decisions in their  marketing strategies and campaigns.  NLP Use Cases for Business Optimization ​8 
  • 10. 4. Chatbots for Customer Support and Engagement As technology grows, customer service automation is becoming more advanced.  NLP-powered chatbots are a prime example of automation technology due to  their ability to perform personalized conversations and partially replace  humans. The most common approach is to use NLP-based bots that start the  interaction and take care of basic scenarios, and only bring in a human operator  to handle more advanced situations.   5. NLP-Powered Competitive Analysis Most founders will conduct competitor analysis and research when starting a  business. This task enables them to better understand their market,  competitors, customers, and other important details about their industry.   There are dozens of tools available to help entrepreneurs monitor their  competitors. NLP-powered engines like​ ​Zirra​ simplify the process for  automatically building a competitive landscape. When Zirra analyzes something,  it gathers a list of companies and ranks them from zero to one. This rank shows  how closely these companies are related to each other using a multimodal  semantic field.   The algorithms solutions like Zirra use create the list of companies by scanning  the Internet for articles and putting the data into an NLP module that closes out  semantic relationships between companies.  NLP Use Cases for Business Optimization ​9 
  • 11. 6. Report Auto-Generation With the Help of NLP  Documenting and reporting are among the most time-consuming tasks for  businesses. NLP techniques allow you to convert unstructured text information  into reports by applying speech-to-text dictation and formulated data entry.  Using NLP, it’s possible to design a deep learning model that identifies necessary  information from unstructured text data and combines it into specific reports.  Sophisticated solutions like this can identify and request missing data and allows  you to automate the process.   How Does This Algorithm Work?  0. Define a template for the report and all possible sources of information.  1. Go through all data sources and find potential fillers for blank fields. This step  is similar to the named entity recognition task, but it’s necessary to train the  model to find its own classes.  2. Deliver the report to a responsible person in a suggestion mode.   7. Real-Time Intelligence Gathering on Specific Financial Stocks  The stock market is sensitive to news and world events. Many companies are  looking for ways to complete complex stock market analyses by accessing  historical stock price data, news archives, company reports, and other relevant  data.   Popular solutions like IBM’s Watson partially provide similar services. And  beyond that, there are other interesting AI-based technologies already being  used for stock analysis.  How Does This Algorithm Work?  1. Improve understanding of a large amount of news and data found in reports  similar to how sentiment analysis works.  2. Classify news and connect it to certain companies trading their stocks.  3. Figure out dependencies, such as how the stock market reacts to certain  news events.  NLP Use Cases for Business Optimization ​10 
  • 12. 4. Run continuous real-time news and reports analysis.  5. Predict and notify when the stock market shifts based on recent news and  events.  A successful solution would require a substantial amount of data science  modeling using machine learning activities like NLP processing. And more  importantly, a significant amount of computing power to calculate it all.  Remember, as the business goal becomes more precise, the easier it is to solve  it with high accuracy and a reasonable budget.    8. Defense Departments And Secret Services Using AI   This past fall, the Department of Defense released a ​document​ called  “Recommendations on the Ethical Use of Artificial Intelligence by the  Department of Defense”   The US government is already investigating use cases for AI technology. The  Defense Innovation Board is working with companies like Google, Microsoft, and  Facebook. All of these efforts are designed to provide a better framework for  understanding and controlling AI for defense & security.   But we still don’t know how NLP, deep learning, or predictive analysis have been  used for defense and security by top governments. There’s really no reason to  guess, but we can safely say that it’s been used and that its usage is growing  rapidly.  NLP Use Cases for Business Optimization ​11