Skip to content

Instantly share code, notes, and snippets.

@jaganadhg
Last active July 1, 2016 01:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaganadhg/48b030610196aa18d1cf582e1bca9c21 to your computer and use it in GitHub Desktop.
Save jaganadhg/48b030610196aa18d1cf582e1bca9c21 to your computer and use it in GitHub Desktop.
MSSS_BMS.txthttps://avisingh599.github.io/deeplearning/visual-qa/
Amazon question/answer data http://jmcauley.ucsd.edu/data/amazon/qa/
Deep Learning for Visual Question Answering https://avisingh599.github.io/deeplearning/visual-qa/
http://cs.umd.edu/~miyyer/data/deepqa.pdf
R Clustering Packages http://www.rdocumentation.org/taskviews/Cluster
Deep learning http://deeplearning.net/software/pylearn2/tutorial/notebook_tutorials.html#notebook-tutorials
Cluster with Theano https://gist.github.com/erogol/7946246
https://github.com/bioinfocao/pysapc
MLDAS https://github.com/joseph-rickert/MLADS_JUNE_2016
http://stackoverflow.com/questions/32222612/choosing-the-number-of-clusters-in-heirarchical-agglomerative-clustering-with-sc
http://stackoverflow.com/questions/18547147/dbscan-setting-limit-on-maximum-cluster-span
http://stackoverflow.com/questions/26851553/sklearn-agglomerative-clustering-linkage-matrix
http://stats.stackexchange.com/questions/79470/how-to-compare-dbscan-clusters-choose-epsilon-parameter
https://github.com/SamHames/simple-bag-of-features/blob/master/BOF/featurelearning.py
https://github.com/tomorrmato/clustering
http://www.scriptscoop.us/t/bb907dff48af/why-are-the-wrong-clusters-projected-onto-pca-using-sklearn.html
https://github.com/fabianp/minirank/blob/master/notebooks/pairwise_transform.ipynb
https://github.com/wdm0006/sklearn-extensions
Refining clusters in high dimensional text data http://www.cs.utexas.edu/users/inderjit/public_papers/refine.pdf
Sebastian Notes https://github.com/rasbt/pattern_classification
kernal K Means https://gist.github.com/mblondel/6230787
https://github.com/beyondvalence/valenceanalytics/blob/master/mining/twitter/text%20mining-%20economist.R
https://github.com/riyazbhat/Prediction-Strength-and-Gap-Statistics-in-Python
https://github.com/Zelazny7/gap-statistic/blob/master/gap.py
https://github.com/milesgranger/gap_statistic/blob/master/optimalK.py
http://wdm0006.github.io/categorical_encoding/
Syntax net https://github.com/tensorflow/models/tree/master/syntaxnet
Chatbot https://apps.worldwritable.com/tutorials/chatbot/
Amazone Deep Learning https://github.com/amznlabs/amazon-dsstne
Dependency data https://github.com/UniversalDependencies
CONLL U https://github.com/spyysalo/conllu.py
http://www.turingfinance.com/clustering-countries-real-gdp-growth-part2/
https://github.com/ujjwalkarn/xda/blob/master/R/numSummary.R
https://github.com/lixzhang
https://gist.github.com/michiexile/5635273
Canopy cluster https://gist.github.com/gdbassett/4bc4e1e199baf49d8142
minhash http://okomestudio.net/biboroku/?p=2065
Search Index Cook Book https://github.com/eklem/search-index-cookbook
https://slowchop.com/blog/
http://colah.github.io/posts/2014-07-Conv-Nets-Modular/
Natural Language Comprehension with the EpiReader http://arxiv.org/abs/1606.02270
Kernal Kmeans https://gist.github.com/mblondel/6230787
Keyword extraction http://stats.stackexchange.com/questions/149327/automatic-keyword-extraction-using-cosine-similarities-as-features
SNLP http://nbviewer.jupyter.org/url/norvig.com/ipython/How%20to%20Do%20Things%20with%20Words.ipynb
Twitter LDA https://github.com/alexperrier/datatalks/blob/master/twitter/twitter_lsa.py
DASK https://github.com/dask/dask-examples/blob/master/image-filtering.ipynb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment