Implemented a chatbot , using intent detection model which undrestands user intention and slotfilling model to get information from user query and will recommend us a resturant based on our query.
- Unigram Language model, Bigram Language model, N-gram Language model, Zipfs law, Words probability using Ngram models
- Bayesian smoothing with dirichlet prior, Perplexity of sentence and corpus, trigram neural language model using feed forward network
- gensim word2vec and doc2vec, TSNE for visualizing high dimensional plots, TF-IDF implementation, find document similarity using word2vec weighted mean average by tf-idf and doc2vec model
- Hazm and parsivar Library, Levenshtein distance calculation
- Word2Vec model, RNN, LSTM, GRU, Attention, f1-score, Accuracy, Recall, Precision
- Seq2Seq models, Dialogue systems, Transformers, Encoder-decoders.
- Transformer, Bert Tokenizer, Retrival based chatbot
- Class: Lingusitics knowledge, NLP challenges, Probabilistic Language modeling, Word token vs. Word type
-
Class: Smoothing, Laplace smoothing, backoff and interpolation, Bayesian smoothing with drichlet prior, Absolute discounting, Kneser-ney Smoothing, Bayesian smoothing based on pitman-yor process, Entropy, Perplexity
Check this article:
-
Class: Spare word representation, Dense word representation, term-document matrix, cosine similarity, tf-idf, positive point wise mutual information, SVD, brow clustering, skip-gram and CBOW, GLOVE
Check this articke:
- Class: Tokenization, Normalization, Lemmatization, Stemming, Stopword removal, Minimum edit distance,
-
Class: Recurrent neural networks, Vanishing graident descent, LSTM, GRU, Bidirectional RNN, Bidirectional LSTM, Bidirectional GRU, Transformers, Attention.
Check these articles:
-
Class: Dialogue systems, general chatbots (Conversational agent), tasked-based chatbots, rule base or corpus base conversational agents, Turning, Speech act, grounding, subdialogues, initative, inference, Eliza and Parry as Rule base conversational agent, information retrival in corpus base, Neural text matching, Representation base model, interaction base model, hybrid model, Generation methods.
Check these articles:
-
Class: Contextualized representation, Elmo, Bert, masked language model, next sentence prediction, Bert family, GPT.
Check these articles:
Check my class notes here.