TensorFlow high-level APIs: Part 3 - Building and refining your models

preview_player
Показать описание
Welcome to Part 3 of our mini-series on TensorFlow high-level APIs! In this 3 part mini-series, TensorFlow Engineering Manager Karmel Allison runs us through different scenarios using TensorFlow’s high-level APIs.

With the TensorFlow model defined, Karmel discusses how to establish layer architecture, and compile the model, adding the optimizer, loss, and metrics that we are interested in. She also runs through the various steps taken to refine the model.

Рекомендации по теме
Комментарии
Автор

Every TF video I've ever watched leaves me with "Oh Dang, I've got some more reading and learning to do"... Thanks!!

davidanalyst
Автор

Super helpful series. Doesn't just tell you how to build SOME PARTICULAR model, but how to build any basic/canned model. Best mini-tutorial I've seen so far.

wrightw
Автор

I really enjoy the presenter's presence & delivery. I feel that it makes the information very easy to take in. Thanks!

AnthonyBecker
Автор

Thanks a lot. TensorFlow is a powerful, extensible, expressive and beautiful ML platform. I have used it for three years since initial version. This video is very informative.

stevenliu
Автор

concise walk through, something easy to understand and start from.

clydexu
Автор

That is what that confusion function do. I finally get it. Thank you very much

tingnews
Автор

Awesome explanation, timely graphics - thank you!

bhesht
Автор

TensorFlow is such a great ML Framework. I am so enthusiastic about it :))))

alexandrumoraru
Автор

I am trying to use the tf.keras from 2.0, but it is throwing the following error while using LSTMs


"Note that this layer is not optimized for performance. Please use tf.keras.layers.CuDNNLSTM for better performance on GPU"

and the worst part is tf.keras.layers.CuDNNLSTM giving me a name not found!

frigginnobody
Автор

Great vid! Would love to hear some more details of when to use keras, when to use estimator, when to use graph/session. Is there a difference in how TPU training is done on estimator vs Keras?

SantoshGupta-jnwn
Автор

How do we know what are the optimal number of hidden layer and the neuron within each layer? Is there any module/function in tensorflow or keras that can help?

alanzhu
Автор

Do you have any sonnet tutorials for deep complexed model (not just mlp or cnn)?

ziweiyang
Автор

Has anyone figured out how to do the feature layer from the last video? It wasn't working.

BurakBagdatli
Автор

How could I prune a model finetuned using a pipeline config file instead of keras

courtney_ann
Автор

I am looking for complete code in tensorflow V2.0, could you please share the link. Thanks

venushcl
Автор

Where is the link for distribution training?

arpitj_