How to Create Tensors in PyTorch
A tensor is the fundamental building block of all DL toolkits. The name sounds rather mystical, but the underlying idea is that a tensor...
Build a generative chatbot using recurrent neural networks (LSTM RNNs)
In today’s tutorial we will learn to build generative chatbot using recurrent neural networks. The RNN used here is Long Short Term Memory(LSTM).
Generative chatbots...
MySQL Data Transfer using Sql Server Integration Services (SSIS)
There are a large number of posts on various difficulties experienced while transferring data from MySQL using Microsoft SQL Server Integration Services. While the...
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...
How to Customize lines and markers in Matplotlib 2.0
This article is an excerpt from a book by Allen Chi Shing Yu, Claire Yik Lok Chung, and Aldrin Kay Yuen Yim, titled Matplotlib...
Creating 2D and 3D plots using Matplotlib
This article is an excerpt from a book written by L. Felipe Martins, Ruben Oliva Ramos and V Kishore Ayyadevara titled SciPy Recipes. This...
12 most common MySQL errors you should be aware of
The following excerpt is taken from the book MySQL 8 Administrator’s Guide written by Chintan Mehta, Ankit Bhavsar, Subhash Shah and Hetal Oza. This...
iReport in NetBeans
Creating different types of reports inside the NetBeans IDE
The first step is to download the NetBeans IDE and the iReport plugin for this. The...
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...
Three.js – Materials and Texture
In this article by Jos Dirksen author of the book Three.js Cookbook, we will learn how Three.js offers a large number of different materials...