An Ode to Model Deployment using Streamlit – Open Sourcing “Typing Tutor for Programmers”
ArticleVideo Book Overview Streamlit is one of the best tools for Model Deployment that helps you showcase your model to the world Lets us …
ArticleVideo Book Overview Streamlit is one of the best tools for Model Deployment that helps you showcase your model to the world Lets us …
ArticleVideo Book Introduction Learning data science can be intimidating. Especially so, when you are just starting your journey. Which tool to learn – R …
ArticleVideo Book Introduction I had the pleasure of volunteering for ICLR 2020 last week. ICLR, short for International Conference on Learning Representations, is one …
GANs are becoming ubiquitous and their applications are spriging up everywhere. Here are the top 5 industry GANs applications everyone must know about.
One of the fundamental concepts of deep learning is recurrent neural networks. Learn how to build and code one from scratch in Python here!
Face detection is all the rage these days – but can you build a model on a video? Things get tricky when the subject is dynamic – learn all about it here!
In this article, we understand the theory behind Inception networks and then use Keras to build a brand new one from scratch.
ArticleVideo Book Introduction When we’re shown an image, our brain instantly recognizes the objects contained in it. On the other hand, it takes a …
This article describes various algorithms for unsupervised deep learning for Computer Vision along with codes and case studies in Python.
This article gives you an overview of the topic – unsupervised deep learning with an intuitive case study to solve a photo gallery organization problem