Skip to content

Instantly share code, notes, and snippets.

View devashishd12's full-sized avatar

Devashish Deshpande devashishd12

View GitHub Profile
@devashishd12
devashishd12 / CMFS_20NG.ipynb
Created April 15, 2016 13:23
CMFS on 20NG including naive bayes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@devashishd12
devashishd12 / s_one_pre_example_usage.ipynb
Created May 27, 2016 17:03
Example usage for S_One_Pre segmentation
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@devashishd12
devashishd12 / coherence_testing.ipynb
Created June 22, 2016 19:57
Testing coherence for LdaVowpalWabbit wrapper
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@devashishd12
devashishd12 / coherence_testing.ipynb
Last active July 4, 2016 10:37
Testing for gensim topic coherence pipeline
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@devashishd12
devashishd12 / coherence_benchmark_testing.ipynb
Last active July 12, 2016 07:19
Benchmark testing for coherence measures in gensim
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
import re
import os
from scipy.stats import pearsonr
from datetime import datetime
from gensim.models import CoherenceModel
from gensim.corpora.dictionary import Dictionary
prefix = "/home/devashish/datasets/Movies/movie"
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@devashishd12
devashishd12 / movies_benchmark_testing.ipynb
Last active July 20, 2016 16:13
Benchmark testing of gensim coherence pipeline on the Movies dataset
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@devashishd12
devashishd12 / 20ng_benchmark_testing.ipynb
Last active July 17, 2016 16:02
Benchmark testing of the gensim topic coherence pipeline on 20NG dataset
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@devashishd12
devashishd12 / tcusescases.ipynb
Created August 21, 2016 12:09
Notebook for topic coherence use cases blog
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.