Vishnu Sharma·Mar 4, 2025Seeing the Unseen: How MAE Helps Robot NavigationThe age of AI is here. Neural Networks (NNs) are transforming how we work, automating tedious tasks and making complex predictions that…
Vishnu Sharma·Apr 18, 2021Visualizing Tkinter and PyGame in ColabI love Colab. It’s a great replacement of a machine with GPU for ML/DL researchers. All you need is a Google account, and you’re good to…A response icon5A response icon5
Vishnu Sharma·Apr 4, 2021Explaining Deep Reinforcement Learning models with Linear Model U-TreesThe highly non-linear structure of deep learning (DL) models make them effective at learning difficult tasks like scene understanding…A response icon1A response icon1
Vishnu Sharma·Dec 26, 2020On Local Interpretable Model-agnostic ExplanationsIn this blog post, I am going to give a quick overview of the Local Interpretable Model-agnostic Explanation (LIME) tool (paper and code)…
Vishnu Sharma·Dec 21, 2018Neural Networks Mathematics and interpretationMy aim in this blog is to give some behind the scene/mathematical intrdiction to neural network.
Vishnu Sharma·Jun 19, 2018Understanding what RNN learns: Part 2This post is next part of blog post at Medium (Part 1) and notebook at Part 1 notebook. Please make sure that you have gone through them as…
Vishnu Sharma·Jun 18, 2018Understanding what RNN learns: Part 1This tutorial will take you through a basic understanding of the working of RNN. You can have a lok at Chris Olah’s blog on RNN to…
Vishnu Sharma·Feb 18, 2018Keras Functional models: Few pointers for debuggingKeras is a high-level API over popular deep-learning frameworks like tensorflow, theano and CNTK. Although it is an excellent platform for…