9 Useful R Packages for NLP & Text Mining
The following excerpt is taken from the book Mastering Text Mining with R, co-authored by Ashish Kumar and Avinash Paul. This book lists various...
Top 10 Tools for Computer Vision
The adoption of Computer Vision has been steadily picking up pace over the past decade, but there’s been a spike in adoption of various...
What is PyTorch and how does it work?
PyTorch is a Python-based scientific computing package that uses the power of graphics processing units. It is also one of the preferred deep learning...
Fingerprint detection using OpenCV 3
In this article by Joseph Howse, Quan Hua, Steven Puttemans, and Utkarsh Sinha, the authors of OpenCV Blueprints, we delve into the aspect of...
Extending OpenAI Gym environments with Wrappers and Monitors [Tutorial]
In this article we are going to discuss two OpenAI Gym functionalities; Wrappers and Monitors. These functionalities are present in OpenAI to make your...
5 examples of Artificial Intelligence in Web apps
Modern day web app development is increasingly focused on building a customer-facing front-end presence with the use of Artificial Intelligence. Web apps, use Artificial...
Distributed TensorFlow: Working with multiple GPUs and servers
Some neural networks models are so large they cannot fit in memory of a single device (GPU). Such models need to be split over...
Build and train an RNN chatbot using TensorFlow [Tutorial]
Chatbots are increasingly used as a way to provide assistance to users. Many companies, including banks, mobile/landline companies and large e-sellers now use chatbots...
Top 5 Deep Learning Architectures
If you are a deep learning practitioner or someone who wants to get into the world of deep learning, you might be well acquainted...
Do you write Python Code or Pythonic Code?
If you’re new to Programming, and Python in particular, you might have heard the term Pythonic being brought up at tech conferences, meetups and...