GitHub 中文社区
回车: Github搜索    Shift+回车: Google搜索
论坛
排行榜
趋势
登录

©2025 GitHub中文社区论坛GitHub官网网站地图GitHub官方翻译

  • X iconGitHub on X
  • Facebook iconGitHub on Facebook
  • Linkedin iconGitHub on LinkedIn
  • YouTube iconGitHub on YouTube
  • Twitch iconGitHub on Twitch
  • TikTok iconGitHub on TikTok
  • GitHub markGitHub’s organization on GitHub
集合主题趋势排行榜
#

skipgram

Website
Wikipedia
https://static.github-zh.com/github_avatars/Tixierae?size=40
Tixierae / deep_learning_NLP

#自然语言处理#Keras, PyTorch, and NumPy Implementations of Deep Learning Architectures for NLP

PythonKeras深度学习saliency-mapcnn-keras自然语言处理self-attentionrecurrent-neural-networksnmtskipgramword2vecPyTorchattentionNumPyword-embeddings
Jupyter Notebook 441
1 年前
https://static.github-zh.com/github_avatars/theeluwin?size=40
theeluwin / pytorch-sgns

Skipgram Negative Sampling implemented in PyTorch

PyTorchword2vecskipgrampytorch-implementation
Python 300
4 年前
https://static.github-zh.com/github_avatars/bloomberg?size=40
bloomberg / koan

A word2vec negative sampling implementation with correct CBOW update.

skipgramword2vecC++cbowword-embeddings
C++ 261
4 年前
https://static.github-zh.com/github_avatars/SeanLee97?size=40
SeanLee97 / nlp_learning

#自然语言处理#结合python一起学习自然语言处理 (nlp): 语言模型、HMM、PCFG、Word2vec、完形填空式阅读理解任务、朴素贝叶斯分类器、TFIDF、PCA、SVD

自然语言处理language-modelhmm-viterbi-algorithmPythonword2veccbowskipgram
Python 239
7 年前
https://static.github-zh.com/github_avatars/Andras7?size=40
Andras7 / word2vec-pytorch

Extremely simple and fast word2vec implementation with Negative Sampling + Sub-sampling

word2vecPyTorchnegative-samplingskipgram
Python 186
4 年前
https://static.github-zh.com/github_avatars/annamalai-nr?size=40
annamalai-nr / graph2vec_tf

#计算机科学#This repository contains the "tensorflow" implementation of our paper "graph2vec: Learning distributed representations of graphs".

Tensorflowgraphskipgramgraph-kernels深度学习深度神经网络
Python 157
8 年前
https://static.github-zh.com/github_avatars/proycon?size=40
proycon / colibri-core

#自然语言处理#Colibri core is an NLP tool as well as a C++ and Python library for working with basic linguistic constructions such as n-grams and skipgrams (i.e patterns with one or more gaps, either of fixed or dy...

C++Python自然语言处理ngramsskipgramngramcorpusLibrarytext-processingcomputational-linguisticspattern-recognition
C++ 127
7 个月前
https://static.github-zh.com/github_avatars/finalfusion?size=40
finalfusion / finalfrontier

Context-sensitive word embeddings with subwords. In Rust.

wordembeddingsRustskipgramsubword-units
Rust 87
2 年前
https://static.github-zh.com/github_avatars/warchildmd?size=40
warchildmd / game2vec

TensorFlow implementation of word2vec applied on https://www.kaggle.com/tamber/steam-video-games dataset, using both CBOW and Skip-gram.

word2veckagglecbowembeddingsskipgramTensorflow
Jupyter Notebook 73
6 年前
https://static.github-zh.com/github_avatars/pesoto?size=40
pesoto / Text-Analysis

#计算机科学#Explaining textual analysis tools in Python. Including Preprocessing, Skip Gram (word2vec), and Topic Modelling.

web-scrapingldatext-miningskipgram神经网络gradient-descentPython机器学习word-embeddingsword-embeddingword2vecscraping-websitestext-processinglstm
Jupyter Notebook 59
8 年前
https://static.github-zh.com/github_avatars/n0obcoder?size=40
n0obcoder / Skip-Gram-Model-PyTorch

#自然语言处理#PyTorch implementation of the Word2Vec (Skip-Gram Model) and visualizing the trained embeddings using TSNE

skipgram自然语言处理tsneword2vecPyTorchPythonneural-networks
Python 53
5 年前
https://static.github-zh.com/github_avatars/sekharvth?size=40
sekharvth / symptom-disease

Finds out symptoms similar to a given symptom, from a symptom-disease data set.

Kerasskipgramhealthcare
Python 51
7 年前
https://static.github-zh.com/github_avatars/zhangyafeikimi?size=40
zhangyafeikimi / word2vec-win32

#计算机科学#A word2vec port for Windows.

embeddingword2vecword-embeddings深度学习representation-learningcbowskipgram
C 47
8 年前
https://static.github-zh.com/github_avatars/annamalai-nr?size=40
annamalai-nr / subgraph2vec_tf

#计算机科学#This repository contains the TensorFlow implemtation of subgraph2vec (KDD MLG 2016) paper

Tensorflowskipgram深度学习kernel-methodsgraph-kernels深度神经网络
Python 26
8 年前
https://static.github-zh.com/github_avatars/ezamyatin?size=40
ezamyatin / node2vec-spark

Billion-scale node2vec in scala-spark

graph-embeddingnode2vecScalaskipgramApache Sparkword2vec
Scala 22
1 年前
https://static.github-zh.com/github_avatars/mlampros?size=40
mlampros / fastTextR

Efficient learning of word representations

skipgramcbowfasttextC++R
C++ 22
4 年前
https://static.github-zh.com/github_avatars/MirunaPislar?size=40
MirunaPislar / Word2vec

word2vec implementation (for skip-gram and cbow) and simple application of word2vec in sentiment analysis

cbowskipgramsentiment-analysisword2vec
Python 22
6 年前
https://static.github-zh.com/github_avatars/rshinde03?size=40
rshinde03 / AI-Self-learning-Chatbot

#自然语言处理#A neural network-based AI chatbot has been designed that uses LSTM as its training model for both encoding and decoding. The chatbot works like an open domain chatbot that can answer day-to-day questi...

自然语言处理人工智能聊天机器人self-learningskipgramlstm
Jupyter Notebook 22
4 年前
https://static.github-zh.com/github_avatars/Anwarvic?size=40
Anwarvic / CS224n--NLP-with-Deep-Learning

#自然语言处理#This repo contains my solution to the Stanford course "NLP with Deep Learning" under CS224n code. Here, you can find the solution for all classes starting form 2018

自然语言处理深度学习深度神经网络dependency-parsing神经网络neural-networksgradient-descentskipgramcbowword-embeddingword-embeddingsgloveword2vecnertagging
Jupyter Notebook 18
4 年前
https://static.github-zh.com/github_avatars/smafjal?size=40
smafjal / Bengali-Word-Embedding

#自然语言处理#Bengali Word Embedding

word-embeddingsskipgramword2vec自然语言处理bangla
Python 17
8 年前
loading...