queirozf.com

paper-summary surveys

Paper Summary: Text Summarization Techniques: A Brief Survey

29 Jun 2019   Summary of the 2017 article "Text Summarization Techniques: A Brief Survey" by Allahyari et al.

Read More ›

scikit-learn svm

Choosing C Hyperparameter for SVM Classifiers: Examples with Scikit-Learn

20 Jun 2019   Analysis of the effect of the C parameter on learning SVM models under a noisy data regime. With examples using the Python Library Scikit-learn.

Read More ›

machine-learning-engineering

Michelangelo Palette Overview

08 Jun 2019   Overview of Palette, the feature store system that is part of Uber's Michelangelo Mahcine Learning Platform. Based off the talk given at qcon.ai.

Read More ›

paper-summary embeddings surveys

Paper Summary: From Word to Sense Embeddings: A Survey on Vector Representations of Meaning

02 Jun 2019   Summary of the 2018 article "From Word to Sense Embeddings: A Survey on Vector Representations of Meaning" by Camacho-Collados and Pilehvar.

Read More ›

projects data-science project-work

Helping Data Science Projects Succeed: 5 Tips on how to Avoid Becoming a Statistic

01 Jun 2019   5 real-world tips to help you avoid failures in data science projects. Suitable for both practitioners and project leads.

Read More ›

pandas

Pandas Dataframe Examples: String Functions

01 Jun 2019   Pandas exposes a series of string methods that you can use on Series that contain string objects. These are useful for filtering dataframes among other uses.

Read More ›

paper-summary

Paper Summary: DTATG: An Automatic Title Generator Based on Dependency Trees

30 May 2019   Summary of the 2017 article "DTATG: An Automatic Title Generator Based on Dependency Trees" by Shao and Wang.

Read More ›

paper-summary machine-learning-engineering distributed-computing

Paper Summary: Scaling Distributed Machine Learning with the Parameter Server

25 May 2019   Summary of the 2014 article "Scaling Distributed Machine Learning with the Parameter Server" by Li et al.

Read More ›

engineering

Traits of the Senior Developer

03 May 2019   Are you a senior software developer?

Read More ›

pandas

Pandas Dataframe Examples: Create and Append data

25 Mar 2019   Examples on how to create dataframes, using lists, dicts and creating empty dataframes then initializing it with data.

Read More ›