Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.03 KB

README.md

File metadata and controls

16 lines (12 loc) · 1.03 KB

Natural_Language_Processing Projects

This Repository provides my NLP Projects/Tips & Tricks/Implemenations and more 🔥 🔥 🔥

This Reposirory will contains main two Folders: (Scikit-Learn & TensorFlow and PyTorch)


TensorFlow Folder contains: 👌👌👌

📝📚 Full Project: Multi-text Classification for job title Dataset and produce the Model as Flak API.
📝📚 Processing Sequences and time series using RNN and CNN.
📝📚 Building a stateless RNN to predict the next character in the sentence.
📝📚 Building a statefull RNN which preserves the hidden states between training iterations
📝📚 Using RNN for sentiment Analysis, treating sentences as sequences.
📝📚 Using Encode-Decoder Architecture for Neural Translation Machine using seq2seq.
📝📚 Boosting the Performance of Model using Attention Mechanism.