Recent posts

Petals To The Metal Tpu

3 minute read

Distribution Strategy A TPU has eight different cores and each of these cores acts as its own accelerator. (A TPU is sort of like having eight GPUs in one...

Steganalysis In Tpu

less than 1 minute read

To use TPU we need to check the hardware and define the distribution strategy.

Understanding Kfolds

3 minute read

The most common ways to overfit data is to train and test in the same data. One solution to solve this problem is to use the cross validation.