queirozf.com

paper-summary neural-networks sequence-learning

Paper Summary: Long Short-Term Memory

16 Nov 2019   Summary of the 1997 article "Long Short-Term Memory" by Hochreiter and Schmidhuber.

Read More ›

spark

Spark SQL Case/When Examples

09 Nov 2019   Case/when clauses are useful to mimic if/else behaviour in SQL and also spark, via when/otherwise clauses.

Read More ›

spark-sql scala

Spark SQL Date/Datetime Function Examples

09 Nov 2019   Examples on how to use date and datetime functions for commonly used transformations in spark sql dataframes.

Read More ›

paper-summary machine-learning-engineering

Paper Summary: 150 Successful Machine Learning Models: 6 Lessons Learned at Booking.com

09 Nov 2019   Summary of the 2019 article "150 Successful Machine Learning Models: 6 Lessons Learned at Booking.com" by Bernardi et al.

Read More ›

gnu macos unix linux command-line data-science

Using Command-line Tools for Text Data Preprocessing: Examples and Reference

09 Nov 2019   Use native command-line tools for common tasks related to text preprocessing, like stripping bad characters, normalizing whitespace/newlines, replacing regular expressions, text normalization, etc. They're very fast and work surprisingly well.

Read More ›

matplotlib

Matplotlib Errorbar Examples

06 Nov 2019   Examples on how to plot data including spread information such as standard deviations, variance, etc.

Read More ›

git

Git Diff: Reference and Examples

24 Oct 2019   How to compare and show differences in files from different branches, different commits, etc.

Read More ›

scala

Scala Fold Examples

10 Oct 2019   Examples and reference for Scala fold method.

Read More ›

paper-summary natural-language-processing

Paper Summary: TextRank: Bringing Order into Texts

16 Sep 2019   Summary of the 2004 article "TextRank: Bringing Order into Texts" by Mihalcea and Tarau.

Read More ›

pip conda virtualenv

Conda, Pip, Virtualenv and Pyenv: Commands Compared

16 Sep 2019   Equivalent commands for conda on the one hand and pip plus virtualenv on the other.

Read More ›