Google cloud

Build Hadoop clusters using Google Cloud Platform [Tutorial]

0
Cloud computing has transformed the way individuals and organizations access and manage their servers and applications on the internet. Before Cloud computing, everyone used...
translation

Create an RNN based Python machine translation system [Tutorial]

1
Machine translation is a process which uses neural network techniques to automatically translate text from one language to the another, with no human intervention...
Etheruem Blockchain

How to set up an Ethereum development environment [Tutorial]

0
There are various ways to develop Ethereum blockchain. We will look at the mainstream options in this article which are: Test networks How to...
OpenAI Gym environment

Extending OpenAI Gym environments with Wrappers and Monitors [Tutorial]

0
In this article we are going to discuss two OpenAI Gym functionalities; Wrappers and Monitors. These functionalities are present in OpenAI to make your...
stories

Create a TensorFlow LSTM that writes stories [Tutorial]

0
LSTMs are heavily employed for tasks such as text generation and image caption generation. For example, language modeling is very useful for text summarization...
reinforcement learning

Implement Reinforcement learning using Markov Decision Process [Tutorial]

0
The Markov decision process, better known as MDP, is an approach in reinforcement learning to take decisions in a gridworld environment. A gridworld environment consists of states...
AWS

How to optimize Hbase for the Cloud [Tutorial]

0
Hadoop/Hbase was designed to crunch a huge amount of data in a batch mode and provide meaningful results to this data. This article is an excerpt...
async programming

Configuring and deploying HBase [Tutorial]

0
HBase is inspired by the Google big table architecture, and is fundamentally a non-relational, open source, and column-oriented distributed NoSQL. Written in Java, it...
report

Administration rights for Power BI users

0
In this tutorial, you will understand and learn administration rights/rules for Power BI users. This includes setting and monitoring rules like; who in the organization can utilize...
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...

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