Keras Preprocessing Layers

preview_player
Показать описание
Google Software Engineer Matthew Watson highlights Keras Preprocessing Layers’ ability to streamline model development workflows. Follow along as he builds an end-to-end model showing what you can do with these layers.

Chapters
0:00 - Introduction
1:18 - Identifying the problem
6:01 - What are Keras preprocessing layers
9:45 - Preprocessing layers that are offered
17:37 - Transforming inputs from strings to a numeric input
22:17 - Building a simple model
24:13 - Adding a new feature
33:22 - Multi worker training
35:26 - Takeaways

Resources:

product: TensorFlow - General;
Рекомендации по теме
Комментарии
Автор

Subscribe to keep up with the latest in TensorFlow!

TensorFlow
Автор

It could be helpful to explain how to build a preprocessing layer with different preprocessing for each feature.

Lucas-nuqc
Автор

that's great explanation! thank you

dmitryutkin
Автор

This was what i was waiting for a long time before switching back to keras again ! I have been asking this question here and there all over the internet lol. Now here we go ! Thanks!

moctardiallo
Автор

Could you give the link of the code and the presentation. Also is there a website where I can find these resources. Is there any I can get certified by TensorFlow that I know this library? I am a junior in university trying to learn machine learning

yuvrajkhanna
Автор

Hi tensorflow team, i want implant nn.parameter functionality with keras and tensorflow. Can you give some suggestions to how used keras and tensorflow as nn.parameter in my code.

Thearvindkumar
Автор

Hi tensorflow team,

I tried the examples, but

train_ds = tfds.load('imdb_reviews', split=['train'], as_supervised=True)
train_ds = train_ds.batch(8)

gives an error "' list' object has no attribute 'batch' ". Any idea why?

yasithudawatte
Автор

Can I use a normalization layer as an output layer ?

josephmandeiro
Автор

Where can i find the slides for reference?

rohanchess
Автор

Is it only the “adapt” function that isn’t good for large datasets or is it all preprocessing using keras layers? If the preprocessing layers aren’t supposed to be used for large datasets I have to wonder what’s the point??

greedybuddha
Автор

Before making my comments I really want to stress that everything you've said in this video are valid and useful - but for someone who probably has had prior training and knowledge of the subject matter. The dialogue in your video is akin to a conversation between Google engineers working in a team developing some sort of API, all fully immersed in the context and possessing multifaceted knowledgeable about the problem and solution domains. Almost everyone in Tensorflow and Keras teams make those assumptions and quite frankly the usefulness of their tutorials end after the initial introduction. Try anther video without those assumption and for someone who may not be fully aware of everything to do with Tensorflow Libraries or Keras API exposing those libraries' functions. Then I'll be the first to subscribe.

siamakshams