https://github.com/sarthak-1408/rnn-and-nlp
This Repo is totally based on RNN and NLP-related stuff.
https://github.com/sarthak-1408/rnn-and-nlp
bidirectional-lstm lstm machine-learning natural-language-processing recurrent-neural-networks rnn-tensorflow
Last synced: 4 months ago
JSON representation
This Repo is totally based on RNN and NLP-related stuff.
- Host: GitHub
- URL: https://github.com/sarthak-1408/rnn-and-nlp
- Owner: Sarthak-1408
- Created: 2021-05-15T12:49:30.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-09T08:26:06.000Z (over 2 years ago)
- Last Synced: 2025-01-16T13:59:27.473Z (5 months ago)
- Topics: bidirectional-lstm, lstm, machine-learning, natural-language-processing, recurrent-neural-networks, rnn-tensorflow
- Language: Jupyter Notebook
- Homepage:
- Size: 39.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Recurrent Neural Network (RNN) and Natural Language Processing (NLP)
In this Repo , I'm covered the RNN and NLP related topics from basic to advanced like LSTM , Birectional LSTM etc and also some Projects related to RNN and NLP.
- Tokenization
- Stemming
- lemmatization
- Bag of Words
- TFIDF
- word2Vec
- Word Embedding
more topic coming soon..## Projects
- Stock Price Forcasting using LSTM
- Fake News Prediction using LSTM
- Fake News Prediction using Birdirectional LSTM
- Spam Classifier
- Stock Sentiment
In future i will added some more Projects and Notebooks related to RNN and NLP.