neural-language-processing
There are 21 repositories under neural-language-processing topic.
Future-Scholars/paperlib
An open-source academic paper management tool.
thuml/awesome-multi-task-learning
2024 up-to-date list of DATASETS, CODEBASES and PAPERS on Multi-Task Learning (MTL), from Machine Learning perspective.
leerumor/ai-study
人工智能学习资料超全整理,包含机器学习基础ML、深度学习基础DL、计算机视觉CV、自然语言处理NLP、推荐系统、语音识别、图神经网路、算法工程师面试题
oalieno/asm2vec-pytorch
Unofficial implementation of asm2vec using pytorch ( with GPU acceleration )
Clearailhc/KG-NLP-Papers
Including Knowledge Graph and Neural Language Processing (especially information extraction) papers from 20 top conferences:
MetaronWang/StackPropagation-SLU-TF
A TensorFlow implement for "A Stack-Propagation Framework with Token-Level Intent Detection for Spoken Language Understanding".
BrunoShimura/neuralnine-youtube-tutorials
NeuralNine is an educational brand focusing on programming, machine learning and computer science in general! Let's develop brains!
KamgangAnthony/NLP-Powered-Quote-Web-App
Get Powerful quotes on your phone or pc!!! NLP WEB APP
PraveenLiyanage/Sentiment-Analysis-Machine-Learning-Project
Utilizes Logistic Regression for automatic categorization of user comments into positive or negative sentiments. Ideal for gauging customer feedback, monitoring social media sentiment, and analyzing user comments. A robust solution for sentiment classification.
Tiger-0512/tweet-extructor
TwitterAPIを用いて,データセットからツイートを取得,抽出
ysasano/ArxivNovelResearch
A survey of machine learning papers.
w4ngyuxin/blog
deep-learning and more
adityasinghz/Review-Analysis-with-BERT-Neural-Network-and-Python
Nowadays almost all companies are working on Review Based Project Management techniques, So user reviews play a very crucial role in such a scenario so this model is able to rate each review on a scale of 1 to 5. BERT already have a pre-trained dataset of 6 different languages for this project, which made this model easier to develop. Then used BeautifulSoup for scaping useful data from the web page(HTML page), but the comments were in the class of the HTML page, so to extract it regex is used then used pandas data frames for output.
machadoah/cs50-ai
Repositório destinado ao curso de Inteligência Artificial com Python (CS50AI).
PraveenLiyanage/Named-Entity-Recognition-NER
This project work as a NLP tool for precise identification and classification of named entities in text. Features state-of-the-art algorithms, customizable for various domains and entity types. Ensures fast and scalable processing of large text corpora.
PraveenLiyanage/Neural-Machine-Translation-NMT
Implements a sequence-to-sequence model with Long Short-Term Memory (LSTM) networks for accurate language translation. Utilizes deep learning techniques to seamlessly translate text from one language to another.
probabilityhill/txt-gen-from-tw
ツイートを学習して文章生成する
siddhantprateek/Machine-Learning-Resources
Machine Learning Resources
Tiger-0512/nlp-preprcessing
自然言語処理におけるデータ前処理の基本のき
Tiger-0512/tweet-classifier-posneg
Tweet Classifier with feelings(positive or negative)
wj-Mcat/nlu-paper-with-code
record my reading papers and reproduction code.