This document provides a summary of a meeting on machine learning. It recaps unsupervised and supervised machine learning techniques. Unsupervised techniques discussed include principal component analysis (PCA) and latent Dirichlet allocation (LDA). PCA is used to find how words co-occur in documents. LDA can be implemented in Python using gensim to infer topics in a collection of documents. Supervised machine learning techniques the audience has previously used are regression models. The document concludes by noting models will only use a portion of available data for training and validation.