From 45d5f5853031ac6b46055df3ee698be5bb666ec9 Mon Sep 17 00:00:00 2001 From: Kavita Ganesan Date: Fri, 27 Jul 2018 10:40:33 -0600 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d9ab545..d947fe7 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ -# Data Science Tutorials +# Data Science / NLP Tutorials - Phrase2Vec - Embeddings for phrases [ [article](http://kavita-ganesan.com/how-to-generate-phrase-embeddings-using-word2vec-in-3-easy-steps/) ] [ [Phrase Extraction](https://github.com/kavgan/phrase-at-scale) ] - [Word2Vec - Full Working Example](word2vec/) [ [article](http://kavita-ganesan.com/gensim-word2vec-tutorial-starter-code/) ] - [Reading files and word count with Spark](spark_wordcount/) [ [article](http://kavita-ganesan.com/reading-csv-and-json-files-in-spark/) ] +- [Extracting Keywords with TF-IDF and SKLearn](tf-idf/) [ [article]() ] # Contact -This repository is maintained by [Kavita Ganesan](http://www.kavita-ganesan.com). Please contact me directly if you have questions. +This repository is maintained by [Kavita Ganesan](http://www.kavita-ganesan.com/about-me). Please contact me directly if you have questions.