We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

The Pattern: Machine Learning Natural Language Processing meets VR/AR

Formal Metadata

Title
The Pattern: Machine Learning Natural Language Processing meets VR/AR
Title of Series
Number of Parts
115
Author
Contributors
License
CC Attribution - NonCommercial - ShareAlike 4.0 International:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal and non-commercial purpose as long as the work is attributed to the author in the manner specified by the author or licensor and the work or content is shared also in adapted form only under the conditions of this
Identifiers
Publisher
Release Date
Language

Content Metadata

Subject Area
Genre
Abstract
Open-source project "The Pattern" is the platform to inspire collaboration for building modern natural language processing tools and techniques and making them practically useful for end-users. In this session, I will walk through creating 3 Machine Learning NLP pipelines and deploying them using Redis and Redis Modules: RedisGears, RedisGraph and RedisAI. The first pipeline demonstrates how to use traditional NLP techniques, such as the Aho-Corasic algorithm to build a knowledge graph from medical literature using a medical thesaurus (UMLS). The second pipeline demonstrates how to build and deploy BERT Question/Answering model and create API for text to speech interface. Leveraging Redis Cluster sharding and capturing Redis Gears "keymiss" event to trigger processing of BERT QA in RedisAI. The third pipeline demonstrates how to deploy Google's T5 (text to text transfer transformers) to build summary of each article.