Building models with tf.text





Level
There are many resources for building models from numeric data, which means processing text had to occur outside the model. Robby Neale walks you through ragged tensors and tf.text, showcasing its text-based ops and explaining how to quickly build a model starting with text input in tf.data.
Prerequisite knowledge
- Experience with ML development
What you'll learn
- Get comfortable building models with text-based input and know where to look for text-related ops

Robby Neale
Robby Neale is a senior software engineer at Google. He leads the tf.text effort on the NLX infrastructure team, focusing on expanding the capabilities of the TensorFlow platform to make creation of text-based models easier for developers.
Comments on this page are now closed.
Presented by
Diamond Sponsor
Elite Sponsors
Gold Sponsor
Supporting Sponsors
Premier Exhibitors
Exhibitors
Innovators
Contact us
confreg@oreilly.com
For conference registration information and customer service
partners@oreilly.com
For more information on community discounts and trade opportunities with O’Reilly conferences
sponsorships@oreilly.com
For information on exhibiting or sponsoring a conference
pr@oreilly.com
For media/analyst press inquires
Comments
Re Nat: Core is automatically added (and is required). For future reference, you can also leave comments/questions on the github repo (https://github.com/tensorflow/text).
I just read your post on Medium, but there was no place to add comments or questions. When I get tf.text, do I also need tf core? Is core automatically included as a dependency with pip install tf text?