Found 1,053 repositories(showing 30)
BrikerMan
Kashgari is a production-level NLP Transfer learning framework built on top of tf.keras for text-labeling and text-classification, includes Word2Vec, BERT, and GPT2 Language Embedding.
alexandres
This is an implementation of the LexVec word embedding model (similar to word2vec and GloVe) that achieves state of the art results in multiple NLP tasks
oxford-cs-deepnlp-2017
Oxford Deep NLP 2017 course - Practical 1: word2vec
SeanLee97
结合python一起学习自然语言处理 (nlp): 语言模型、HMM、PCFG、Word2vec、完形填空式阅读理解任务、朴素贝叶斯分类器、TFIDF、PCA、SVD
lhyxcxy
各种nlp 框架(自然语言处理)集成以及使用包括 word2vec nltk textblob crf++ 等
NIHOPA
NLP pipeline using word2vec (preprocessing/embedding/prediction/clustering)
wanjunshe
人工智能Python全栈工程师 人工智能时代已经来临,再不学习就会被淘汰! python考试,已经被列为国家计算机二级考试 python课程,已经被浙江的中学列为必修课内容之一 python课程,已经被山东的小学列为选修课课程之一 零基础? 怕啥,君社教育来帮你! Python人才到2020年,全球15%以上的企业会使用人工智能技术,人才缺口巨大,你就是下一个稀缺IT金领。 君社教育(微信:18924289261)为了满足人工智能对人才的需求,近期推出针对人工智能教育---人工智能全栈Python班,不同专业背景的学员即可掌握这项梦寐以求的高薪技能! 如何学?9个阶段,每个阶段2周,共18周,2019年3月2号一期班,2019年9月8号二期班,一年两期 第1阶段 语言基础Python Python开发环境搭建,基础类型,控制结构,图形(TKinter),函数,类结构,线程 第2阶段 数据处理DataProcess 矩阵处理numpy,科学计算SCIPY,数据可视化Matplotlib,数据导入pandas 第3阶段 爬虫技术Spider 关键技术,前端基础,爬虫基础,实战爬虫,数据存储,动态爬虫,框架爬虫 第4阶段 机器学习APP TensorFlow认识感知,TensorFlow聚类分析 ,TensorFlow线性回归,TensorFlow逻辑回归,个性化推荐系统 第5阶段 图像分类CNN 构建模型,Alexnet,Vggnet,resnet,Inception 第6阶段 机器视觉CNN 发展现状,目标检测,Faster-R-CNN算法解析,Segnet,Deep Lab 第7阶段 NLP RNN NLP,Word2Vec,LSTM,BiLSTM,Sentence classification,Generating Text,ImageCaption,NMT 第8阶段 解决方案 金融理财与投资,智能制造图像检测,医疗图像辅助系统,娱乐智能,现代教育,智能客服 第9阶段 产品开发 衣来伸手系统,饭来张口系统 什么样的人,比较适合选择人工智能+Python? 刚毕业,未来迷茫 大学大学/高中刚毕业,迷茫群体, 看不到未来的方向,期待学一门 有前景的技术 跨专业转行 非计算机专业迫切要转行群体, 期待学一门靠谱、有前景、 易学的技术 无基础 逻辑思维能力强 逻辑思维能力很强, 想通过学一门技术来获得 工作能力 数学/统计学/物理专业 学过数学、大数据收集或分析、 统计学、物理学等, 是学这门课的合适人选 传统运维转开发 如果你之前从事的是运维工作 遇到瓶颈想转开发岗位, 那Python将帮助你成功转型 转型做Web全栈开发 如果你未来职业生涯致力于 做Web全栈开发人才, Python会带你成功转型 教学设备: 实验条件:学员自带笔记本电脑。 收费标准: 网络班,每个阶段收费100元。 实训班,每个阶段收费1000元。 联系方式: 电话:18924289261 万老师 上课地点: 广州校区:广州大学城信息枢纽楼一楼 中山校区:中山市职业技术学院继续教育学院 东莞校区:东莞市东城区莞樟路12号A座二楼(东华医院公交站) 培训发证: 参加大数据高级工程师认证考试合格者,颁发工信部高级大数据工程师证书。 君社教育(微信:18924289261)致力于人工智能职业培养,如果需要更进一步了解,请扫码咨询。 一个人的成功不在于起点,而在于转折点。一起来,更精彩。 扫描二维码,加入我们。君社教育,IT金领的摇篮。
zhoujx4
NLP文本增强的两种方式:同义词替换(利用word2vec词表)和回译
will-thompson-k
A small, interpretable codebase containing the re-implementation of a few "deep" NLP models in PyTorch. Colab notebooks to run with GPUs. Models: word2vec, CNNs, transformer, gpt.
nkthiebaut
📝Natural language processing (NLP) utils: word embeddings (Word2Vec, GloVe, FastText, ...) and preprocessing transformers, compatible with scikit-learn Pipelines. 🛠
shadyfish03
In this repository you will find code for our capstone project "How to Predict Stock Movements Using NLP Techniques". The code has been adapted in the first 3 pairs to illustrate how to scrape the EDGAR webpage. However, the word2vec analysis and FinBERT analysis use as data the data uploaded in this repository. Get in touch with me if you have any questions or if you find any mistakes.
Preprocessing of the dataset of 347 subtitles for the TV series (thanks to Taiga Corpus) to build a word2vec model, JamSpell model, neural network training, chat bot training or in any other NLP task.
JackKuo666
This is a small NLP project "E-commerce Title Data Similarity Matching System". The usage methods are: tfidf+word bag model, cosine similarity, word2vec
AmirhosseinHonardoust
A detailed educational guide explaining two essential NLP techniques, TF-IDF and Word2Vec. Learn how text is transformed into numerical vectors, compare their mathematical foundations, explore real-world use cases, and implement both methods in Python for text analysis and machine learning.
使用 CNN 进行中文 NLP 分类
runrunbear
七月算法 - NPL课程 - NLP到Word2vec实战班
Various applications uisng word2vec.
chrislemke
NLP for classifying text. Using word Word2Vec word embedding and a neural net with bidirectional LSTM to categorize sentences provided by the user 🤔
Deep learning (DL) approaches use various processing layers to learn hierarchical representations of data. Recently, many methods and designs of natural language processing (NLP) models have shown significant development, especially in text mining and analysis. For learning vector-space representations of text, there are famous models like Word2vec, GloVe, and fastText. In fact, NLP took a big step forward when BERT and recently GTP-3 came out. Deep Learning algorithms are unable to deal with textual data in their natural language data form which is typically unstructured information; they require special representation of data as inputs instead. Usually, natural language text data needs to be converted into internal representations form that DL algorithms can read such as feature vectors, hence the necessity to use representation learning models. These models have shown a big leap during the last years. Their set ranges from the methods that embed words into distributed representations and use the language modeling objective to adjust them as model parameters (like Word2vec, fastText, and GloVe), to recently transfer learning models (like ELMo, BERT, ULMFiT, XLNet, ALBERT, RoBERTa, and GPT-2). These last use larger corpora, more parameters, more computing resources, and instead of assigning each word with a fixed vector, they use multilayer neural networks to calculate dynamic representations for the words according to their context, which is especially useful for the words with multiple meanings.
tosingithub
Word2Vec: Optimal Hyper-Parameters and Their Impact on NLP Downstream Tasks
danielfrg
Kaggle word2vec NLP tutorial
Uses Word2Vec/Doc2Vec and traditional NLP techniques
techno-anthropology
NLP, Classification, Topic Modeling, and Auto-Tagging of Stack Exchange with Word2Vec, LDA, and Machine Learning.
kimjeonghyon
NLP 모델 정리 : word2vec,fasttext,bert...
Huixxi
Word2Vec sikp-gram model with negative sampling implementation with python3
vochicong
word2vec, doc2vec testing for Japanese, using Ansible/Docker. See https://github.com/vochicong/datalab-nlp for a Datalab version.
MeteorsLiu
ATRI是一只基于word2vec指令匹配,用seq2seq聊天的,以及对接多方NLP平台智能ai聊天机器人
gashawdemlew
Amharic-Word Embedding-Word2vec is a pre-trained distributed word representation (word embedding) which aims to provide the Amharic NLP researcher with free to use.
KashyapGohil
Hate-Speech-Detection-in-Social-Media This project detect hate speech and classify twitter texts using NLP techniques-SpaCy, TF-IDF,Word2vec and Machine Learning techniques in Python.
YasmeenVH
NLP project detecting gender bias in text. The project is still ongoing as our team is trying to create an implicit gender bias data set. In this repository you will find the web scrapper, the front end, the data architecture as well as the NLP model which is ready to train. The library used was Keras, we are switching from word2vec with glove for our word embeddings.