PostgreSQL Common Operations: Reference + Examples
10 Mar 2017 Common operations you may first yourself doing over and over again when dealing with PostgreSQL databases. Unless otherwise stated, examples assume version 9 or later, running on Ubuntu.
Read More ›Tricks for Training Neural Nets Faster
20 Feb 2017 Tricks and Practical tips for training neural nets faster. Credit is mostly to Geoff Hinton and Yann LeCun.
Read More ›Error when running plot on Octave: Xlib extension GLX missing on display
07 Feb 2017 The easiest way to fix this problem is to configure Octave to use gnuplot instead of OpenGL.
Read More ›Python Json Module: Reference and Examples
16 Jan 2017 Examples and best practices for using the python json module. Includes common operations such as reading, writing and formatting as well as solutions to common problems.
Read More ›Apache Spark Architecture Overview: Jobs, Stages, Tasks, etc
03 Jan 2017 Quick overview of the main architecture components involved in running spark jobs, so you can better understand how to make the best possible use of resources.
HDFS Commands: Reference and Examples
25 Dec 2016 List of HDFS commands for filesystem management, along with common use cases.
Read More ›technology ubuntu 16.04 cuda tensorflow
Installing CUDA TK 8 and Tensorflow on a Clean Ubuntu 16.04 Install
24 Dec 2016 Guiding you through installing the correct NVIDIA drivers, CUDA, cuDNN and tensorflow on an Ubuntu 16.04 box.
AWS Kinesis Common Operations using the AWS CLI: Reference & Examples
21 Dec 2016 A couple of commands you can issue to a Kinesis stream from the AWS cli.
Read More ›