3 qualities that machine learning models look for πŸ”«

K Ramkumar
Jun 17, 2021
Photo by Charles Deluvio on Unsplash
  • Data in dtype(`float32` for mixed precision `float16` and float32)
  • For batches, tensorflow likes all of the tensors within a batch to be of the same size.
  • Scaled values (between 0 & 1) also called normalized tensors generally perform better.

--

--

K Ramkumar
0 Followers

Would love to write about programming