queirozf.com

compression gzip

GNU Gzip examples

15 Sep 2019   Examples on how to perform simple tasks using the gzip command (along with sister commands such as gunzip and zcat).

Read More ›

python files

Python Open File: Reference and Examples

15 Sep 2019   Quick reference for how to open files in Python, encodings, modes, etc.

Read More ›

data-science project-work

People Skills for Data Science Projects: Lessons Learned

14 Sep 2019   See a project go from start to finish, know how to create value with data science and machine learning.

Read More ›

python-3 strings

Python 3 String Operations

11 Sep 2019   Common operations you will need to do on python strings, within the context of Natural Language Processing (NLP) or otherwise.

Read More ›

paper-summary language-models

Paper Summary: Language Models are Unsupervised Multitask Learners

31 Aug 2019   Summary of the 2019 article "Language Models are Unsupervised Multitask Learners" by Radford et al. AKA the GPT-2 Article.

Read More ›

spark dataframes scala

Spark Dataframe Examples: Window Functions

22 Aug 2019   Examples on how to do common operations using window functions in apache spark dataframes. Examples using the Spark Scala API.

Read More ›

pandas dataframes

Pandas Indexing Examples: Accessing and Setting Values on DataFrames

21 Aug 2019   Some common ways to access rows in a pandas dataframe, includes label-based (loc) and position-based (iloc) accessing.

Read More ›

spark scala

Spark Dataframe Examples: Pivot and Unpivot Data

10 Aug 2019   Pivoting and unpivoting are very commonly-used data transformation operations. Use them when you want to switch from a row-based to a column-based view and vice-versa.

Read More ›

jupyter-notebooks scala spark

Jupyter Notebook Kernels: How to Add, Change, Remove

28 Jul 2019   Add, remove and change Kernels to use with Jupyter notebook

Read More ›

paper-summary sequence-learning

Paper Summary: Sequence to Sequence Learning with Neural Networks

14 Jul 2019   Summary of the 2014 article "Sequence to Sequence Learning with Neural Networks" by Sutskever et al.

Read More ›