25 skills found
smilelight / LightNLP基于Pytorch和torchtext的自然语言处理深度学习框架。
yandex / Faster RnnlmFaster Recurrent Neural Network Language Modeling Toolkit with Noise Contrastive Estimation and Hierarchical Softmax
deborausujono / Word2vecpyPython implementation of CBOW and skip-gram word vector models, and hierarchical softmax and negative sampling learning algorithms
UMEssen / SALTSoftmax for Arbitrary Label Trees (SALT) is a framework for training segmentation networks using conditional probabilities to model hierarchical relationships in the data.
leimao / Two Layer Hierarchical Softmax PyTorchTwo-Layer Hierarchical Softmax Implementation for PyTorch
weberrr / Pytorch Word2vecpytorch word2vec Four implementations : skip gram / CBOW on hierarchical softmax / negative sampling
farizrahman4u / HuffmaxHuffman tree based hierarchical softmax
DSXiangLi / EmbeddingEmbedding模型代码和学习笔记总结
AshwinDeshpande96 / Hierarchical SoftmaxThis is a scalable hierarchical softmax layer for Neural Networks with large output classes.
rbturnbull / HierarchicalsoftmaxA Hierarchical Softmax Framework for PyTorch
QqqingYuan / Fasttextfasttext with hierarchical softmax, implemented by tensorflow
RobGrimm / HierarchicalSoftmaxHierarchical Softmax Layer
lateral / Hs Semantic TreeTraining word embeddings using hierarchical softmax with a semantic tree.
jiangnanhugo / Lmkitlanguage models toolkits with hierarchical softmax setting
SCHENLIU / Bert Hierarchical Softmax Chinese Text ClassificationNo description available
RingBDStack / Incremental Word2vecIncremental Learning the Hierarchical Softmax Function for Neural Language Models
ilyakhov / Pytorch Word2vecYet another implementation of word2vec on Pytorch: "Hierarchical softmax" and "Negative sampling".
TieDanCuihua / Hierarchical Softmax TensorflowNo description available
nocotan / Skipgram CppSkipgram with Hierarchical Softmax
quanpn90 / Torch NplmImplementation of Yoshua Bengio's neural probabilistic language model in Torch. Hierarchical softmax is supported for fast training and testing.