-- Deep Q-Learning for Atari Breakout
-- CartPole
-- Inverted Pendulum control problem
-- Analyzing restaurant reviews positive or negative https://keras.io/examples/nlp/text_classification_from_scratch/
-- NLTK VADER sentiment analysis on imdb movie reviews
-- RNN based Text Generation model: Asking machine learning to write a bengali poem
https://github.com/samurainote/Automatic-Encoder-Decoder_Seq2Seq_Chatbot
https://github.com/samurainote/seq2seq_translate_slackbot https://github.com/nrkapri/practical_seq2seq https://github.com/nrkapri/seq2seq-chatbot
https://github.com/samurainote/Text_Summarization_using_Bidirectional_LSTM
HuggingFace Megatron RoBerta Transformers Glove word2vec gensim
ELMo
generating image description
Metrics ROUGE, BLEU
chitchat bot question
Natural Language Generation MLT Summarization:
Chit Chat -- Dialog Creative Writing -- story telling, poetry generation Freeform Question answering Image Captioning
NeuralGen Workshop Storytelling Workshop Alexa Challenge ConvAI2 NeuralPS
Decoding Algo: Beam Search Greedy
CNN for NLP: Question
Question Answering over Text: MC Test Reading Comprehension Test Squad DeepQA Jeopardy IBM
Standford Attention reader FusionNet
Named Entity Recognition
GPT-3 https://keras.io/examples/nlp/
Project structure :
- Abstract Introduction
- Prior related work
- Model
- Model
- Data
- Experiments
- Results
- Analysis and Conclusion
-- Intuition
-- Intuition
-- Multiclass classification with Iris Dataset.
-- Intuition
-- K-Means Clustering to identify customer segments
-- Hierarchical Clustering to identify customer segments
-- Intuition
-- Dimentionality Reduction with PCA
-- Dimentionality Reduction with LDA
-- Dimentionality Reduction with Kernel PCA
-- Hyperparameter tuning with Grid Search
-- XgBoost Demo
-- Classifying malignant/Benign cancer with ANN
-- Image classifier for Fashion MNIST dataset
-- CNN deep dream visualization
-- Emnist digit classification visualizer
-- Predicting Google Stock price with RNN
music composer
-- Detecting Fraud in Credit Card Applications
-- Noise removal from Emnist image data with AutoEncoders
Original | Noisy | Reconstructed |
---|---|---|
-- Deep Fake video generation
-- Object detection with facebook's Detectron2: Inference with pre-trained model
-- Object Detection with Tensorflow FasterRCNN+InceptionResNet V2
- python
- numpy
- pandas
- matplotlib and seaborn
- tensorflow and keras
- pytorch