387 results for “topic:glove-embeddings”
cntext 是一个专为社会科学实证研究设计的中文文本分析 Python 库。它不仅提供传统的词频统计和情感分析,还支持词嵌入训练、语义投影计算等高级功能,帮助研究者从大规模非结构化文本中测量抽象构念——如态度、认知、文化观念与心理状态。
Named-Entity-Recognition-with-Bidirectional-LSTM-CNNs
Spanish word embeddings computed with different methods and from different corpora
Using pre trained word embeddings (Fasttext, Word2Vec)
CNN-based model to realize aspect extraction of restaurant reviews based on pre-trained word embeddings and part-of-speech tagging
Taking a pretrained GloVe model, and using it as a TensorFlow embedding weight layer **inside the GPU**. Therefore, you only need to send the index of the words through the GPU data transfer bus, reducing data transfer overhead.
Fully batched seq2seq example based on practical-pytorch, and more extra features.
GloVe word vector embedding experiments (similar to Word2Vec)
This sentiment analysis project determines whether the tweets posted in the Turkish language on Twitter are positive or negative.
It's Smart-Question Answering System on short as well as long documents. It can automatically find answers to matching questions directly from documents. The deep learning language model converts the questions and documents to semantic vectors to find the matching answer.
NLP tutorial
A Tensorflow 2, Keras implementation of POS tagging using Bidirectional LSTM-CRF on Penn Treebank corpus (WSJ)
Sentiment Analysis using LSTM cells on Recurrent Networks. GloVe word embeddings were used for vector representation of words. Amazon Product Reviews were used as Dataset.
Machine learning pipeline to predict relevant categories based on a product name and product description, using NLP and Deep learning concepts.
Fake news generator and detector using keras
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 questions involved in human conversations. Words embeddings are the most important part of designing a neural network-based chatbot. Glove Word Embedding and Skip-Gram models have been used for this task.
A private, free, open-source search engine built on a P2P network
This GitHub repository provides an implementation of the paper "MAGNET: Multi-Label Text Classification using Attention-based Graph Neural Network" . MAGNET is a state-of-the-art approach for multi-label text classification, leveraging the power of graph neural networks (GNNs) and attention mechanisms.
💻Speech and Natural Language Processing (SLP & NLP) Lab Assignments for ECE NTUA
Multi-Label Text Classification with Transfer Learning
Chapter 11: Transfer Learning/Domain Adaptation
[not maintained anymore] [for study purpose] A simple PyTorch implementation for "Global Vectors for Word Representation".
This project aims to perform sentiment analysis on tweets related to ChatGPT, a popular language model developed by OpenAI. The dataset used for training and testing consists of 219,293 tweets collected over a month. Each tweet is classified as positive ("good"), negative ("bad"), or ("neutral").
Power of GloVe word embeddings in Android
Repository for the free online book Oddly Satisfying Deep Learning from Scratch (link below!)
A text classification model with pretrained GloVe embeddings
Ask Me: Question Generating Agent
Code for replicating results of team 'hateminers' at EVALITA-2018 for AMI task
✉️ 🐖 Spam email identification using NLP and a RNN with TensorFlow
USC CSCI544 - Applied Natural Language Processing - Fall 2023 - Prof Mohammad Rostami