• Home

  • Projects

  • Blog

  • CV

  • Contact

  • /-\

  • More

    Use tab to navigate through the menu items.
    • All Posts
    • Machine Learning
    Search
    H.O.M.L Chp-1 Summary | The ML Landscape
    • Feb 25, 2021
    • 5 min

    H.O.M.L Chp-1 Summary | The ML Landscape

    [1]Types of ML Systems. [2]Main Challenges of Machine Learning. [3]Testing and Validation.
    CTC Loss (part-2) | Forward pass using alpha matrix
    • Dec 27, 2020
    • 1 min

    CTC Loss (part-2) | Forward pass using alpha matrix

    In this post we will see how CTC Loss is efficiently calculated using Dynamic Programming. We do that by creating a 2D matrix, known as...
    CTC Loss for un-segmented Data
    • Dec 22, 2020
    • 3 min

    CTC Loss for un-segmented Data

    Its importance & where it is used: It is used for dealing with un-segmented sequence data. Such data is ubiquitous and it may not be...
    Restoring trained weights after modifying the model graph in TensorFlow
    • Jul 12, 2020
    • 3 min

    Restoring trained weights after modifying the model graph in TensorFlow

    Background: Recently, I had a situation where my trained model (TF) could not run on a platform because few nodes in the graph...
    Batch Normalization - 1 | Using tf.nn.batch_normalization
    • Jul 5, 2020
    • 3 min

    Batch Normalization - 1 | Using tf.nn.batch_normalization

    See how to correctly use batch normalization in TensorFlow using tf.nn.batch_normalization. User needs to properly update the values duri...