-
Notifications
You must be signed in to change notification settings - Fork 351
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modeling text topics with Latent Dirichlet Allocation
- Loading branch information
Showing
20 changed files
with
5,923 additions
and
214 deletions.
There are no files selected for viewing
2,406 changes: 2,406 additions & 0 deletions
2,406
...ustering_and_retrieval/assigment/week5/.ipynb_checkpoints/5_lda_graphlab-checkpoint.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
194 changes: 194 additions & 0 deletions
194
...g_and_retrieval/assigment/week5/.ipynb_checkpoints/quiz-week5-assignment-checkpoint.ipynb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,194 @@ | ||
{ | ||
"cells": [ | ||
{ | ||
"cell_type": "markdown", | ||
"metadata": {}, | ||
"source": [ | ||
"# Modeling text topics with Latent Dirichlet Allocation" | ||
] | ||
}, | ||
{ | ||
"cell_type": "markdown", | ||
"metadata": {}, | ||
"source": [ | ||
"# Question 1\n", | ||
"\n", | ||
"<img src=\"images/Screen Shot 2016-07-31 at 7.12.04 PM.png\">\n", | ||
"\n", | ||
"*Screenshot taken from [Coursera](https://www.coursera.org/learn/ml-clustering-and-retrieval/exam/LXSnc/modeling-text-topics-with-latent-dirichlet-allocation)*\n", | ||
"\n", | ||
"<!--TEASER_END-->" | ||
] | ||
}, | ||
{ | ||
"cell_type": "markdown", | ||
"metadata": {}, | ||
"source": [ | ||
"# Question 2\n", | ||
"\n", | ||
"<img src=\"images/Screen Shot 2016-07-31 at 7.12.11 PM.png\">\n", | ||
"\n", | ||
"*Screenshot taken from [Coursera](https://www.coursera.org/learn/ml-clustering-and-retrieval/exam/LXSnc/modeling-text-topics-with-latent-dirichlet-allocation)*\n", | ||
"\n", | ||
"<!--TEASER_END-->" | ||
] | ||
}, | ||
{ | ||
"cell_type": "markdown", | ||
"metadata": {}, | ||
"source": [ | ||
"# Question 3\n", | ||
"\n", | ||
"<img src=\"images/Screen Shot 2016-07-31 at 7.12.16 PM.png\">\n", | ||
"\n", | ||
"*Screenshot taken from [Coursera](https://www.coursera.org/learn/ml-clustering-and-retrieval/exam/LXSnc/modeling-text-topics-with-latent-dirichlet-allocation)*\n", | ||
"\n", | ||
"<!--TEASER_END-->" | ||
] | ||
}, | ||
{ | ||
"cell_type": "markdown", | ||
"metadata": {}, | ||
"source": [ | ||
"# Question 4\n", | ||
"\n", | ||
"<img src=\"images/Screen Shot 2016-07-31 at 7.12.20 PM.png\">\n", | ||
"\n", | ||
"*Screenshot taken from [Coursera](https://www.coursera.org/learn/ml-clustering-and-retrieval/exam/LXSnc/modeling-text-topics-with-latent-dirichlet-allocation)*\n", | ||
"\n", | ||
"<!--TEASER_END-->" | ||
] | ||
}, | ||
{ | ||
"cell_type": "markdown", | ||
"metadata": {}, | ||
"source": [ | ||
"# Question 5\n", | ||
"\n", | ||
"<img src=\"images/Screen Shot 2016-07-31 at 7.12.26 PM.png\">\n", | ||
"\n", | ||
"*Screenshot taken from [Coursera](https://www.coursera.org/learn/ml-clustering-and-retrieval/exam/LXSnc/modeling-text-topics-with-latent-dirichlet-allocation)*\n", | ||
"\n", | ||
"<!--TEASER_END-->" | ||
] | ||
}, | ||
{ | ||
"cell_type": "markdown", | ||
"metadata": {}, | ||
"source": [ | ||
"# Question 6\n", | ||
"\n", | ||
"<img src=\"images/Screen Shot 2016-07-31 at 7.12.30 PM.png\">\n", | ||
"\n", | ||
"*Screenshot taken from [Coursera](https://www.coursera.org/learn/ml-clustering-and-retrieval/exam/LXSnc/modeling-text-topics-with-latent-dirichlet-allocation)*\n", | ||
"\n", | ||
"<!--TEASER_END-->" | ||
] | ||
}, | ||
{ | ||
"cell_type": "markdown", | ||
"metadata": {}, | ||
"source": [ | ||
"# Question 7\n", | ||
"\n", | ||
"<img src=\"images/Screen Shot 2016-07-31 at 7.12.34 PM.png\">\n", | ||
"\n", | ||
"*Screenshot taken from [Coursera](https://www.coursera.org/learn/ml-clustering-and-retrieval/exam/LXSnc/modeling-text-topics-with-latent-dirichlet-allocation)*\n", | ||
"\n", | ||
"<!--TEASER_END-->" | ||
] | ||
}, | ||
{ | ||
"cell_type": "markdown", | ||
"metadata": {}, | ||
"source": [ | ||
"# Question 8\n", | ||
"\n", | ||
"<img src=\"images/Screen Shot 2016-07-31 at 7.12.39 PM.png\">\n", | ||
"\n", | ||
"*Screenshot taken from [Coursera](https://www.coursera.org/learn/ml-clustering-and-retrieval/exam/LXSnc/modeling-text-topics-with-latent-dirichlet-allocation)*\n", | ||
"\n", | ||
"<!--TEASER_END-->" | ||
] | ||
}, | ||
{ | ||
"cell_type": "markdown", | ||
"metadata": {}, | ||
"source": [ | ||
"# Question 9\n", | ||
"\n", | ||
"<img src=\"images/Screen Shot 2016-07-31 at 7.12.44 PM.png\">\n", | ||
"\n", | ||
"*Screenshot taken from [Coursera](https://www.coursera.org/learn/ml-clustering-and-retrieval/exam/LXSnc/modeling-text-topics-with-latent-dirichlet-allocation)*\n", | ||
"\n", | ||
"<!--TEASER_END-->" | ||
] | ||
}, | ||
{ | ||
"cell_type": "markdown", | ||
"metadata": {}, | ||
"source": [ | ||
"# Question 10\n", | ||
"\n", | ||
"<img src=\"images/Screen Shot 2016-07-31 at 7.12.49 PM.png\">\n", | ||
"\n", | ||
"*Screenshot taken from [Coursera](https://www.coursera.org/learn/ml-clustering-and-retrieval/exam/LXSnc/modeling-text-topics-with-latent-dirichlet-allocation)*\n", | ||
"\n", | ||
"<!--TEASER_END-->" | ||
] | ||
}, | ||
{ | ||
"cell_type": "markdown", | ||
"metadata": {}, | ||
"source": [ | ||
"# Question 11\n", | ||
"\n", | ||
"<img src=\"images/Screen Shot 2016-07-31 at 7.12.53 PM.png\">\n", | ||
"\n", | ||
"*Screenshot taken from [Coursera](https://www.coursera.org/learn/ml-clustering-and-retrieval/exam/LXSnc/modeling-text-topics-with-latent-dirichlet-allocation)*\n", | ||
"\n", | ||
"<!--TEASER_END-->" | ||
] | ||
}, | ||
{ | ||
"cell_type": "markdown", | ||
"metadata": {}, | ||
"source": [ | ||
"# Question 12\n", | ||
"\n", | ||
"<img src=\"images/Screen Shot 2016-07-31 at 7.12.57 PM.png\">\n", | ||
"\n", | ||
"*Screenshot taken from [Coursera](https://www.coursera.org/learn/ml-clustering-and-retrieval/exam/LXSnc/modeling-text-topics-with-latent-dirichlet-allocation)*\n", | ||
"\n", | ||
"<!--TEASER_END-->" | ||
] | ||
} | ||
], | ||
"metadata": { | ||
"kernelspec": { | ||
"display_name": "Python 2", | ||
"language": "python", | ||
"name": "python2" | ||
}, | ||
"language_info": { | ||
"codemirror_mode": { | ||
"name": "ipython", | ||
"version": 2 | ||
}, | ||
"file_extension": ".py", | ||
"mimetype": "text/x-python", | ||
"name": "python", | ||
"nbconvert_exporter": "python", | ||
"pygments_lexer": "ipython2", | ||
"version": "2.7.12" | ||
}, | ||
"toc": { | ||
"toc_cell": false, | ||
"toc_number_sections": false, | ||
"toc_threshold": "8", | ||
"toc_window_display": false | ||
} | ||
}, | ||
"nbformat": 4, | ||
"nbformat_minor": 0 | ||
} |
Oops, something went wrong.