Blog
The latest trends in AI
Analyzing Text with Amazon Elasticsearch Service and Amazon Comprehend
What does this AWS Solution do? Analyzing Text with Amazon Comprehend and Amazon Elasticsearch Service is an automated reference implementation that deploys a cost-effective, end-to-end solution for extracting meaningful insights from unstructured data such as...
What is Amazon Comprehend Medical?
Amazon Comprehend Medical is a service that detects useful information in unstructured clinical text. As much as 75% of all health record data is found in unstructured text: physician's notes, discharge summaries, test results, case notes, and so on. Amazon Comprehend...
What Is Amazon Comprehend?
Amazon Comprehend uses natural language processing (NLP) to extract insights about the content of documents. Amazon Comprehend processes any text file in UTF-8 format. It develops insights by recognizing the entities, key phrases, language, sentiments, and other...
10 minutes to pandas python data analysis toolkit
This is a short introduction to pandas, geared mainly for new users. You can see more complex recipes in the Cookbook. Customarily, we import as follows: In [1]: import numpy as np In [2]: import pandas as pd Object creation See the Data Structure Intro section....
Python Numpy Tutorial
This tutorial was contributed by Justin Johnson. We will use the Python programming language for all assignments in this course. Python is a great general-purpose programming language on its own, but with the help of a few popular libraries (numpy, scipy, matplotlib)...
Build Your Own Natural Language Models on AWS (no ML experience required)
At AWS re:Invent last year we announced Amazon Comprehend, a natural language processing service which extracts key phrases, places, peoples’ names, brands, events, and sentiment from unstructured text. Comprehend – which is powered by sophisticated deep learning...