Skip to content

Commit

Permalink
Merge pull request YaleDHLab#79 from YaleDHLab/More-NMF
Browse files Browse the repository at this point in the history
added more NMF examples, visualizing a matrix, and template code
  • Loading branch information
duhaime authored Feb 20, 2019
2 parents 2f35050 + 9794d01 commit 53446e6
Show file tree
Hide file tree
Showing 5 changed files with 223 additions and 29 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
.DS_Store
__pycache__
.ipynb_checkpoints
machine-learning/glove*
.ipynb_checkpoints
1 change: 1 addition & 0 deletions machine-learning/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
glove*
3 changes: 2 additions & 1 deletion topic-modeling-python/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.ipynb_checkpoints
texts.tar.gz
texts
texts.tar.gz
corpus
242 changes: 217 additions & 25 deletions topic-modeling-python/model-topics.ipynb

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion topic-modeling-python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jupyter-core>=4.4.0
matplotlib>=2.1.0
nmf>=0.0.5
numpy>=1.13.3
requests>=2.21.0
scikit-learn>=0.19.1
scipy>=1.0.0
umap-learn==0.1.5
umap-learn>=0.1.5

0 comments on commit 53446e6

Please sign in to comment.