TensoFlow tf.data.dataset: Repeat, Batch, Shuffle - explained!

preview_player
Показать описание
This is a very short video with a simple animation where is explained tree main method of TensorFlow data pipeline.
Рекомендации по теме
Комментарии
Автор

Thank you!! I finally found out how the shuffle buffer works in juste 1 minute ^^

deuxsoixantedouze
Автор

Awesome!!!! Crystal clear animation. Thx a lot!

joaomatheusMS
Автор

that was a good video you made, this video should have more like than other. thx a lot

pirtalitqwerty
Автор

What would be the appropriate order of the operands if you want to do all three: repeat, batch, shuffle?

habi
Автор

Can someone specify, what libraries do we need to import, in order to have access of those useful tools?

apostolismoschopoulos
Автор

Now I'm able to get the stuff about data transformation with tf.

q_en
Автор

Might be dumb, but I'm really confused by the buffer_size for .shuffle() ... Why does one want to specify a buffer_size that is smaller than the size of the entire dataset?

habi