Here we discuss Natural Language processing using the Google Natural Language API. Our goal is to...
Author - Walker Rowe
Redis Data Types
Redis has these data types: Binary-safe strings Lists Sets Sorted sets Hashes Bit arrays...
Apache Redis In Memory Database
Architecture Redis is a distributed in-memory database. It stores data in key, value pairs. There...
Redis Clustering and Partitioning for Beginners
One way to boost the performance of Redis is to put all records with the same keys into the same...
Using GPUs (Graphical Processing Units) for Machine Learning
You are probably familiar with Nvidia as they have been developing graphics chips for laptops and...
Introduction to TensorFlow and Logistic Regression
Here we introduce TensorFlow, an opensource machine learning library developed by Google. We...
MongoDB Aggregate Functions Explained
This is the second part of the tutorial on how to use NodeJS with MongoDB. Here we switch to using...
How to Use Mongoose for MongoDB and NodeJS
Here we show how to use Mongoose to save data to a MongoDB. This is a two part blog post. In the...
MongoDB Overview: Getting Started with MongoDB
Here we provide an overview of the MongoDB database. In subsequent posts we will give more in depth...
Using Apache Hive with ElasticSearch
Here we explain how to use Apache Hive with ElasticSearch. We will copy an Apache webserver log...