Remove whats-new-in-nlp-transformers-bert-and-new-use-cases
article thumbnail

What's New in NLP: Transformers, BERT, and New Use Cases

Dataiku

The last couple of years have been anything but boring in the field of natural language processing , or NLP. With landmark breakthroughs in NLP architecture such as the attention mechanisms , a new generation of NLP models — the so-called Transformers — has been born (no, not the Michael Bay kind).

Modeling 119
article thumbnail

New Applied ML Research: Few-shot Text Classification

Cloudera

Text classification is a ubiquitous capability with a wealth of use cases. For example, recommendation systems rely on properly classifying text content such as news articles or product descriptions in order to provide users with the most relevant information. We’re talking about text embeddings, of course.

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

The AIgent: Using Google’s BERT Language Model to Connect Writers & Representation

Insight

With breaking this bottleneck in mind, I’ve used my time as an Insight Data Science Fellow to build the AIgent, a web-based neural net to connect writers to representation. Using nothing more than a book’s synopsis, the AIgent can surface similar books, genre tags, and sales proxies. In 2013, Robert Galbraith?—?an an aspiring author?—?finished

article thumbnail

How foundation models and data stores unlock the business potential of generative AI

IBM Big Data Hub

But what makes the generative functionality of these models—and, ultimately, their benefits to the organization—possible? Foundation models: The driving force behind generative AI Also known as a transformer, a foundation model is an AI algorithm trained on vast amounts of broad data.

article thumbnail

Highlights from the Maryland Data Science Conference: Deep Learning on Imagery and Text

Domino Data Lab

For starters, a huge snow and ice storm forced us to cancel the original event. But despite the snow cancellation and the following rescheduling nightmares (PM me if you want to hear more about our graceful recovery from the missing lunches), we filled up the concert hall at UMBC’s brand new Performing Arts and Humanities Building.

article thumbnail

Deep Learning Illustrated: Building Natural Language Processing Models

Domino Data Lab

While the field of computational linguistics, or Natural Language Processing (NLP), has been around for decades, the increased interest in and use of deep learning models has also propelled applications of NLP forward within industry. Utilizing NLP helps researchers and data scientists complete core tasks faster.

article thumbnail

Natural Language in Python using spaCy: An Introduction

Domino Data Lab

This article provides a brief introduction to natural language using spaCy and related libraries in Python. This article and paired Domino project provide a brief introduction to working with natural language (sometimes called “text analytics”) in Python using spaCy and related libraries. doc = nlp(text)??