Skip to content

Commit

Permalink
Modeling text topics with Latent Dirichlet Allocation
Browse files Browse the repository at this point in the history
  • Loading branch information
tuanavu committed Aug 1, 2016
1 parent a8ea3e2 commit 0d0f709
Show file tree
Hide file tree
Showing 20 changed files with 5,923 additions and 214 deletions.

Large diffs are not rendered by default.

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
}
Loading

0 comments on commit 0d0f709

Please sign in to comment.