Sizing and Configuring your Hadoop Cluster

3
This article, written by Khaled Tannir, the author of Optimizing Hadoop for MapReduce, discusses two of the most important aspects to consider while optimizing Hadoop for MapReduce: sizing...
Chatbots

Build a generative chatbot using recurrent neural networks (LSTM RNNs)

4
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)

0
There are a large number of posts on various difficulties experienced while transferring data from MySQL using Microsoft SQL Server Integration Services. While the...
Install Tensorflow in Windows Ubuntu and MacOS

How to Customize lines and markers in Matplotlib 2.0

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...
Chatbot concept

Build and train an RNN chatbot using TensorFlow [Tutorial]

1
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...
colorful shapes

Creating 2D and 3D plots using Matplotlib

0
This article is an excerpt from a book written by L. Felipe Martins, Ruben Oliva Ramos and V Kishore Ayyadevara titled SciPy Recipes. This...
Red light for cyclists

12 most common MySQL errors you should be aware of

0
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

0
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...
cable pluggeg in lan router

Distributed TensorFlow: Working with multiple GPUs and servers

0
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

0
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...

Must Read in Mobile

Understanding the Foundation of Protocol-oriented Design

0
When Apple announced Swift 2 at the World Wide Developers Conference (WWDC) in 2016, they also declared that Swift was the world’s first protocol-oriented...

Interviews