What are `IndexedSlices` and why are they get used in Tensorflow?
Apr 1, 2021
Implementing attention mechanisms, multi-head attention, transformer architecture, etc. from scratch in Tensorflow.
Mar 10, 2021
Create a data pipeline by incrementally reading thousands of `csv` files using Tensorflow `Sequence`.
Dec 26, 2020
Use of `map` and `prefetch` combined with generators can speed up data ingestion.
May 17, 2020
Perform linear algebraic operations only using Tensorflow.
May 14, 2020
Create a data pipeline by incrementally reading thousands of `csv` files in Tensorflow.
Jan 9, 2020
Understanding python generators with simple examples.
Jun 29, 2019