Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
# word_vectors_game_of_thrones-LIVE
This is the code for the "How to Make Word Vectors from Game of Thrones (LIVE) " Siraj Raval on Youtube

##Overview
## Overview

This is the code for [this](https://www.youtube.com/watch?v=pY9EwZ02sXU) live session on youtube by Siraj Raval. We used 5 books in the [Game of Thrones](https://en.wikipedia.org/wiki/Game_of_Thrones) series to create a set of [word vectors](https://en.wikipedia.org/wiki/Word2vec). We'll use them to the find the similarity between words, map them out in 2D space, and analyze them.


##Dependencies
## Dependencies

run `pip install -r pip-requirements.txt` to install the necessary dependencies.


##Usage
## Usage

The `demo.ipynb` has my commented code. The `Thrones2vec.ipynb` has the precompiled code, so you can see what the plots look like.


##Credits
## Credits

Credits for this code go to [Yuriy Guts](https://github.com/YuriyGuts/). I've merely created a wrapper to get people started.

Expand Down