Unix cut command: Reference and Examples
22 Dec 2017 The Unix cut command can be used for extracting parts of strings. It's very often used to parse command output.
Read More ›Bash Scripting Examples: Iteration and Arrays
22 Dec 2017 Examples on how to use arrays, iterate through items in arrays, etc.
Read More ›pandas pyplot matplotlib dataframes
Pandas Dataframe: Plot Examples with Matplotlib and Pyplot
22 Dec 2017 Examples on how to plot data directly from a Pandas dataframe, using matplotlib and pyplot.
Python CSV Module: Reference and Examples
12 Dec 2017 Examples on how to read and write CSV files and configure Python's CSV module.
Read More ›Connect to Jupyter Notebook Running on EC2 Instance
09 Dec 2017 Spin up and connect to a Jupyter notebook running on a remote EC2 instance.
Read More ›Failed to Connect via SSH to a new Deep Learning AMI EC2 on AWS
09 Dec 2017 Simple Guide to troubleshoot connection issues on Deep Learning AMIs on AWS.
Read More ›Paper Summary: Distributed Representations of Sentences and Documents
29 Nov 2017 Summary of the 2014 article "Distributed Representations of Sentences and Documents" by Le and Mikolov.
SAS Examples: Numeric/Character Conversions
28 Nov 2017 Converting values from/to character and numeric values is one of the most common operations in SAS. Here are some examples of things you may want to do.
Read More ›SAS Examples: Proc SQL
28 Nov 2017 Examples on how to write some common operations in SAS Proc SQL.
Read More ›SAS Examples: Arrays and Variable Lists
28 Nov 2017 Examples on how to use arrays and variable lists in SAS.
Read More ›