Abstract models and manager for querying hierarchical data for Harvest
Support
Quality
Security
License
Reuse
Subwoofer modeling tool
Support
Quality
Security
License
Reuse
Latent Dirichlet Allocation (LDA) topic extraction from text (headlines from New York Times, London Times, Reuters)
Support
Quality
Security
License
Reuse
word2vec implementation
Support
Quality
Security
License
Reuse
Generate topic models, keywords, and word clouds for HN articles
Support
Quality
Security
License
Reuse
Word/Topic Intrusion Evaluation Implementation for Gensim LDA
Support
Quality
Security
License
Reuse
Sentence Topic Prediction using Topic Modeling
Support
Quality
Security
License
Reuse
Code for "Topics to Avoid: Demoting Latent Confounds in Text Classification"
Support
Quality
Security
License
Reuse
PCA+LDA
Support
Quality
Security
License
Reuse
S
Skip_Gram_with_Negative_Sampling_using_Pytorchby lukysummer
Python 7 Version:Current License: No License (No License)
Implementation of Word2Vec: Skip Grams with Negative Sampling method in Pytorch to generate context words from vocabulary given a single input word
Support
Quality
Security
License
Reuse
Self-Similarity Matrix Generator
Support
Quality
Security
License
Reuse
semantic similarity model
Support
Quality
Security
License
Reuse
t
timing_strategy_of_stock-indexby lycanthropes
Python 7 Version:Current License: No License (No License)
I use a LSTM ( long short term memory model) model to predict the fluctuations of VIX index ( the index of 50ETF options), and trade the index of 50ETF accordingly.
Support
Quality
Security
License
Reuse
BabelNet (and WordNet) sense embedding trained with Word2Vec and FastText
Support
Quality
Security
License
Reuse
Implementation of ICML2020 accepted paper: "Explainable and Discourse Topic-aware Neural Language Understanding"
Support
Quality
Security
License
Reuse
Auto create Github topics for repositories
Support
Quality
Security
License
Reuse
Export from NeuroML & LEMS
Support
Quality
Security
License
Reuse
Re-Ranking Topic Words
Support
Quality
Security
License
Reuse
🦋 A plugin to create Envimet 2.5D and 3D models (INX), write configuration files (SIMX) and run simulations
Support
Quality
Security
License
Reuse
A ROS package for deep CNN-based feature extraction and publishing
Support
Quality
Security
License
Reuse
Codes for our SIGIR 2020 paper "BiANE: Bipartite Attributed Network Embedding".
Support
Quality
Security
License
Reuse
复现论文:《Topic Aware Neural Response Generation》
Support
Quality
Security
License
Reuse
Determine a Prototype from a number of runs of Latent Dirichlet Allocation.
Support
Quality
Security
License
Reuse
Different topics that are subject to training
Support
Quality
Security
License
Reuse
a cpp implementation of sparse biterm topic model, 10x faster than origin implementation because using sparse-sampler.
Support
Quality
Security
License
Reuse
Taking Blagominer to the next chain!
Support
Quality
Security
License
Reuse
VisTrails Software for Assisted Habitat Modeling
Support
Quality
Security
License
Reuse
S
SocialInfluenceMaximizationby TsinghuaDatabaseGroup
C++ 7 Version:Current License: No License (No License)
location-aware and topic-aware influence maximization
Support
Quality
Security
License
Reuse
Specific Correspondence Topic Model
Support
Quality
Security
License
Reuse
Latent Dirichlet allocation (LDA) with bumping variational inference.
Support
Quality
Security
License
Reuse
Latent Dirichlet allocation(LDA) and Hierarchical Dirichlet process - Latent Dirichlet allocation(HDP-LDA)
Support
Quality
Security
License
Reuse
Biterm Topic Model (BTM): modeling topics in short texts
Support
Quality
Security
License
Reuse
Workshop on Topic Modelling
Support
Quality
Security
License
Reuse
Absolute and Weighted Word Frequency
Support
Quality
Security
License
Reuse
Re implementation of "Topic-Aware Neural Keyphrase Generation for Social Media Language"
Support
Quality
Security
License
Reuse
lda2vec pytorch implementation
Support
Quality
Security
License
Reuse
pymCADRE enables the reconstruction of tissue-specific metabolic models in Python using transcriptomic data and information of the network topology.
Support
Quality
Security
License
Reuse
Python libraries for loading, running and packaging bioimage.io models
Support
Quality
Security
License
Reuse
A Python implementation of the 2phi Weak Layer Anticrack Nucleation Model
Support
Quality
Security
License
Reuse
Latent Dirichlet Allocation via collapsed Gibbs sampling.
Support
Quality
Security
License
Reuse
C
Curriculum-Notesby 220110-Java-React-Enterprise
Java 7 Version:Current License: No License (No License)
Info about our curriculum and notes
Support
Quality
Security
License
Reuse
Support
Quality
Security
License
Reuse
This is a java app to run xmr mining on linux VM(you can switch to ur own wallet and mining pool)
Support
Quality
Security
License
Reuse
Our implementation of Biterm Topic Model (BTM) (published in WWW 2013)
Support
Quality
Security
License
Reuse
Our Java implementation of Self-Aggregation-Based Topic Model (SATM)
Support
Quality
Security
License
Reuse
Semi-structured Document Model (Next-generation)
Support
Quality
Security
License
Reuse
A topic modeling suite
Support
Quality
Security
License
Reuse
Benefit Cost Analysis for Travel Demand Models
Support
Quality
Security
License
Reuse
Lda Topic Model, Python
Support
Quality
Security
License
Reuse
Fast geometric algorithms for Topic Modeling
Support
Quality
Security
License
Reuse
h
harvest-vocabby chop-dbhi
Abstract models and manager for querying hierarchical data for Harvest
Python 7Updated: 4 y ago License: Proprietary (Proprietary)
Support
Quality
Security
License
Reuse
s
subwooferby kjordahl
Subwoofer modeling tool
Python 7Updated: 4 y ago License: Strong Copyleft (GPL-3.0)
Support
Quality
Security
License
Reuse
L
LDA-NYT-LT-Reutersby davidhuser
Latent Dirichlet Allocation (LDA) topic extraction from text (headlines from New York Times, London Times, Reuters)
Python 7Updated: 5 y ago License: Permissive (MIT)
Support
Quality
Security
License
Reuse
w
Support
Quality
Security
License
Reuse
H
Hacker_News_Article_Topicsby reeddunkle
Generate topic models, keywords, and word clouds for HN articles
Python 7Updated: 5 y ago License: No License (No License)
Support
Quality
Security
License
Reuse
t
topic_model_intrusion_evalby Kiminaka
Word/Topic Intrusion Evaluation Implementation for Gensim LDA
Python 7Updated: 4 y ago License: No License (No License)
Support
Quality
Security
License
Reuse
s
sptmby Rochan-A
Sentence Topic Prediction using Topic Modeling
Python 7Updated: 4 y ago License: Permissive (MIT)
Support
Quality
Security
License
Reuse
a
adversarial-classifyby Sachin19
Code for "Topics to Avoid: Demoting Latent Confounds in Text Classification"
Python 7Updated: 4 y ago License: No License (No License)
Support
Quality
Security
License
Reuse
F
Support
Quality
Security
License
Reuse
S
Skip_Gram_with_Negative_Sampling_using_Pytorchby lukysummer
Implementation of Word2Vec: Skip Grams with Negative Sampling method in Pytorch to generate context words from vocabulary given a single input word
Python 7Updated: 4 y ago License: No License (No License)
Support
Quality
Security
License
Reuse
s
ssmgby belamenso
Self-Similarity Matrix Generator
Python 7Updated: 4 y ago License: No License (No License)
Support
Quality
Security
License
Reuse
s
Support
Quality
Security
License
Reuse
t
timing_strategy_of_stock-indexby lycanthropes
I use a LSTM ( long short term memory model) model to predict the fluctuations of VIX index ( the index of 50ETF options), and trade the index of 50ETF accordingly.
Python 7Updated: 4 y ago License: No License (No License)
Support
Quality
Security
License
Reuse
s
sense-embeddingby Riccorl
BabelNet (and WordNet) sense embedding trained with Word2Vec and FastText
Python 7Updated: 4 y ago License: No License (No License)
Support
Quality
Security
License
Reuse
N
NCLMby YatinChaudhary
Implementation of ICML2020 accepted paper: "Explainable and Discourse Topic-aware Neural Language Understanding"
Python 7Updated: 4 y ago License: No License (No License)
Support
Quality
Security
License
Reuse
g
git-topics-cliby bukinoshita
Auto create Github topics for repositories
JavaScript 7Updated: 4 y ago License: Permissive (MIT)
Support
Quality
Security
License
Reuse
o
org.neuroml.exportby NeuroML
Export from NeuroML & LEMS
Java 7Updated: 3 y ago License: Weak Copyleft (LGPL-3.0)
Support
Quality
Security
License
Reuse
t
topic_rerankingby areejokaili
Re-Ranking Topic Words
Python 7Updated: 4 y ago License: No License (No License)
Support
Quality
Security
License
Reuse
M
Morphoby AntonelloDN
🦋 A plugin to create Envimet 2.5D and 3D models (INX), write configuration files (SIMX) and run simulations
C# 7Updated: 2 y ago License: Strong Copyleft (AGPL-3.0)
Support
Quality
Security
License
Reuse
d
deep_featuresby cedrusx
A ROS package for deep CNN-based feature extraction and publishing
Python 7Updated: 4 y ago License: No License (No License)
Support
Quality
Security
License
Reuse
B
BiANEby fukien
Codes for our SIGIR 2020 paper "BiANE: Bipartite Attributed Network Embedding".
Python 7Updated: 4 y ago License: Permissive (MIT)
Support
Quality
Security
License
Reuse
T
TA-seq2seqby gump1368
复现论文:《Topic Aware Neural Response Generation》
Python 7Updated: 4 y ago License: Permissive (Apache-2.0)
Support
Quality
Security
License
Reuse
l
ldaPrototypeby JonasRieger
Determine a Prototype from a number of runs of Latent Dirichlet Allocation.
R 7Updated: 2 y ago License: Strong Copyleft (GPL-3.0)
Support
Quality
Security
License
Reuse
t
training_presentationsby Geigerkind
Different topics that are subject to training
HTML 7Updated: 4 y ago License: No License (No License)
Support
Quality
Security
License
Reuse
s
sparse_btmby kejunxiao
a cpp implementation of sparse biterm topic model, 10x faster than origin implementation because using sparse-sampler.
C++ 7Updated: 4 y ago License: No License (No License)
Support
Quality
Security
License
Reuse
b
blagominerby andzno1
Taking Blagominer to the next chain!
C++ 7Updated: 4 y ago License: Strong Copyleft (GPL-3.0)
Support
Quality
Security
License
Reuse
s
sahmby ColinTalbert
VisTrails Software for Assisted Habitat Modeling
R 7Updated: 4 y ago License: No License (No License)
Support
Quality
Security
License
Reuse
S
SocialInfluenceMaximizationby TsinghuaDatabaseGroup
location-aware and topic-aware influence maximization
C++ 7Updated: 4 y ago License: No License (No License)
Support
Quality
Security
License
Reuse
s
Support
Quality
Security
License
Reuse
l
lda-bump-cppby akucukelbir
Latent Dirichlet allocation (LDA) with bumping variational inference.
C++ 7Updated: 6 y ago License: Strong Copyleft (GPL-2.0)
Support
Quality
Security
License
Reuse
L
LDAby henry0312
Latent Dirichlet allocation(LDA) and Hierarchical Dirichlet process - Latent Dirichlet allocation(HDP-LDA)
C++ 7Updated: 4 y ago License: Permissive (MIT)
Support
Quality
Security
License
Reuse
b
bitermplusby maximtrp
Biterm Topic Model (BTM): modeling topics in short texts
Python 7Updated: 3 y ago License: Permissive (MIT)
Support
Quality
Security
License
Reuse
t
topic-modellingby bonzanini
Workshop on Topic Modelling
Jupyter Notebook 7Updated: 4 y ago License: No License (No License)
Support
Quality
Security
License
Reuse
w
word_frequencyby eliasdabbas
Absolute and Weighted Word Frequency
Jupyter Notebook 7Updated: 4 y ago License: No License (No License)
Support
Quality
Security
License
Reuse
t
topic-aware-tag-predictionby m3yrin
Re implementation of "Topic-Aware Neural Keyphrase Generation for Social Media Language"
Jupyter Notebook 7Updated: 4 y ago License: Permissive (MIT)
Support
Quality
Security
License
Reuse
l
lda2vec-pytorchby sebkim
lda2vec pytorch implementation
Jupyter Notebook 7Updated: 3 y ago License: No License (No License)
Support
Quality
Security
License
Reuse
p
pymCADREby draeger-lab
pymCADRE enables the reconstruction of tissue-specific metabolic models in Python using transcriptomic data and information of the network topology.
Jupyter Notebook 7Updated: 2 y ago License: Strong Copyleft (GPL-3.0)
Support
Quality
Security
License
Reuse
c
core-bioimage-io-pythonby bioimage-io
Python libraries for loading, running and packaging bioimage.io models
Jupyter Notebook 7Updated: 2 y ago License: Permissive (MIT)
Support
Quality
Security
License
Reuse
w
weacby 2phi
A Python implementation of the 2phi Weak Layer Anticrack Nucleation Model
Python 7Updated: 3 y ago License: Proprietary (Proprietary)
Support
Quality
Security
License
Reuse
n
nlp-ldaby stdlib-js
Latent Dirichlet Allocation via collapsed Gibbs sampling.
JavaScript 7Updated: 2 y ago License: Permissive (Apache-2.0)
Support
Quality
Security
License
Reuse
C
Curriculum-Notesby 220110-Java-React-Enterprise
Info about our curriculum and notes
Java 7Updated: 3 y ago License: No License (No License)
Support
Quality
Security
License
Reuse
k
kawpow-poolby NeoxaChain
CSS 7Updated: 2 y ago License: Strong Copyleft (GPL-2.0)
Support
Quality
Security
License
Reuse
V
VM_AutoMinerby aymounovich20
This is a java app to run xmr mining on linux VM(you can switch to ur own wallet and mining pool)
Java 7Updated: 2 y ago License: No License (No License)
Support
Quality
Security
License
Reuse
B
BTMby WHUIR
Our implementation of Biterm Topic Model (BTM) (published in WWW 2013)
Java 6Updated: 5 y ago License: No License (No License)
Support
Quality
Security
License
Reuse
S
SATMby WHUIR
Our Java implementation of Self-Aggregation-Based Topic Model (SATM)
Java 6Updated: 4 y ago License: No License (No License)
Support
Quality
Security
License
Reuse
d
docriaby marcusklang
Semi-structured Document Model (Next-generation)
Java 6Updated: 4 y ago License: Permissive (Apache-2.0)
Support
Quality
Security
License
Reuse
t
topicsby networkdynamics
A topic modeling suite
Python 6Updated: 7 y ago License: No License (No License)
Support
Quality
Security
License
Reuse
b
bca4abmby RSGInc
Benefit Cost Analysis for Travel Demand Models
Python 6Updated: 3 y ago License: Proprietary (Proprietary)
Support
Quality
Security
License
Reuse
Q
Support
Quality
Security
License
Reuse
G
Geometric-Topic-Modelingby moonfolk
Fast geometric algorithms for Topic Modeling
Python 6Updated: 4 y ago License: No License (No License)
Support
Quality
Security
License
Reuse