📝📚 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.