Feb 25, 20215 min readH.O.M.L Chp-1 Summary | The ML Landscape[1]Types of ML Systems. [2]Main Challenges of Machine Learning. [3]Testing and Validation.
Dec 27, 20201 min readCTC Loss (part-2) | Forward pass using alpha matrixIn this post we will see how CTC Loss is efficiently calculated using Dynamic Programming. We do that by creating a 2D matrix, known as...
Dec 23, 20203 min readCTC Loss for un-segmented DataIts importance & where it is used: It is used for dealing with un-segmented sequence data. Such data is ubiquitous and it may not be...
Jul 12, 20203 min readRestoring trained weights after modifying the model graph in TensorFlowBackground: Recently, I had a situation where my trained model (TF) could not run on a platform because few nodes in the graph...
Jul 5, 20203 min readBatch Normalization - 1 | Using tf.nn.batch_normalizationSee how to correctly use batch normalization in TensorFlow using tf.nn.batch_normalization. User needs to properly update the values duri...