How to obtain element stiffness matrix using symbolic mathematics (without manual computation)?
Make plots similar to Github Traffic style plots using Python.
What are `IndexedSlices` and why are they get used in Tensorflow?
Implementing attention mechanisms, multi-head attention, transformer architecture, etc. from scratch in Tensorflow.
Create a data pipeline by incrementally reading thousands of `csv` files using Tensorflow `Sequence`.
Create a data pipeline by incrementally reading thousands of `csv` files in PyTorch.
Use of `map` and `prefetch` combined with generators can speed up data ingestion.
Perform linear algebraic operations only using Tensorflow.
Create a data pipeline by incrementally reading thousands of `csv` files in Tensorflow.
Understanding python generators with simple examples.