This year the Jean Bartik Comuting Symposium (Feb 27-28, 2020) was held at the Naval Academy in Annapolis Maryland. The symposium’s mission is to bring women and underrepresented minorities from computing at the service academies together with their professional counterparts in the military and government. I was honored to give a workshop titled Introduction to Natural Language Processing. We covered conda environments, text cleaning, topic modeling and visualization. https://www.usna.edu/CS/Jean_Bartik_Computing_Symposium/Workshops.php


Devfest DC June 14, 2019

Advancing your NLP with Elasticsearch

A talk at Devfest DC 2019 at 11:45 AM | TRACK #2

When you analyze a large number of documents do you often wish there were a better way to display your results? Elasticsearch + Kibana provide an excellent platform for doing just that. Elasticsearch is an open source, distributed, RESTful search and analytics engine. Did you think it was a tool only for cybersecurity professionals? Think again! As a data scientist, it is my new favorite tool to leverage natural language processing (NLP) and visualization. Join me as I show you how I use Python to take my analyzed data and ingest it into Elasticsearch, and then use Kibana to build an attractive dashboard VERY quickly. Elasticsearch + Kibana will allow you (or any user) to search the data and provide multiple visualization tools; from unique words and time series to geographical plots.

This is the video of my talk at Devfest DC 2019. onPlease watch this video in "Theater Mode" for better viewing Summer Rankin - Advancing your NLP with Elasticsearch - Booz Allen Hamilton Visit our website http://www.devfestdc.org/ Like us in Facebook: https://www.facebook.com/devfestdc Follow us in LinkedIn: https://www.linkedin.com/company/devf...


Advertisement for my brownbag workshop on natural language processing for Booz Allen Hamilton’s Women in Data Science group.

Advertisement for my brownbag workshop on natural language processing for Booz Allen Hamilton’s Women in Data Science group.

Natural Language processing

I presented a brownbag workshop to the WiDS (Women In Data Science) group at Booz Allen Hamilton on natural language processing. November 18, 2019.

This tutorial will cover Natural Language Processing (NLP) of transcribed TED Talks (speeches). There will be a discussion of the algorithms, followed by exercises hosted in a google collaboratory. Using a bag-of-words model, we will extract topics from the corpus using a variety of methods (Latent Dirichlet Allocation (LDA), Non-negative Matrix Factorization (NMF), Latent Semantic Analysis (LSA)). Visualization of these analyses will be shown using the pyLDAviz library and a dimensionality reduction method, tSNE (t-distributed Stochastic Neighbor Embedding). Advanced-intermediate coding experience is strongly recommended.