├── .gitignore ├── 01_Text_Representation_Word_Embedding_Models.ipynb ├── 02_NLP_Applications_Text_Classification_Deep_Learning_CNN_Models.ipynb ├── 03_NLP_Applications_Deep_Learning_Sequential_Models_LSTMs.ipynb ├── 04_NLP_Applications_Contextual_Embeddings_and_Search_Engines.ipynb ├── 05_Multi_task_NLP_Applications_with_Transformers.ipynb ├── 06_NLP_Applications_Document_Clustering_with_Transformers.ipynb ├── 07_NLP_Applications_Paraphrase_Mining_with_Transformers.ipynb ├── 08_NLP_Applications_Summarization_with_Transformers.ipynb ├── 09_NLP_Applications_Improved_QA_Search_Engines_with_Retrieval_and_Reranking_with_Transformers.ipynb ├── 10_NLP_Applications_Text_Classification_with_Transformers.ipynb ├── 11_NLP_Applications_Language_Translation_with_Transformers.ipynb ├── LICENSE └── README.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dipanjanS/adv_nlp_workshop_odsc_europe22/HEAD/.gitignore -------------------------------------------------------------------------------- /01_Text_Representation_Word_Embedding_Models.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dipanjanS/adv_nlp_workshop_odsc_europe22/HEAD/01_Text_Representation_Word_Embedding_Models.ipynb -------------------------------------------------------------------------------- /02_NLP_Applications_Text_Classification_Deep_Learning_CNN_Models.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dipanjanS/adv_nlp_workshop_odsc_europe22/HEAD/02_NLP_Applications_Text_Classification_Deep_Learning_CNN_Models.ipynb -------------------------------------------------------------------------------- /03_NLP_Applications_Deep_Learning_Sequential_Models_LSTMs.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dipanjanS/adv_nlp_workshop_odsc_europe22/HEAD/03_NLP_Applications_Deep_Learning_Sequential_Models_LSTMs.ipynb -------------------------------------------------------------------------------- /04_NLP_Applications_Contextual_Embeddings_and_Search_Engines.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dipanjanS/adv_nlp_workshop_odsc_europe22/HEAD/04_NLP_Applications_Contextual_Embeddings_and_Search_Engines.ipynb -------------------------------------------------------------------------------- /05_Multi_task_NLP_Applications_with_Transformers.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dipanjanS/adv_nlp_workshop_odsc_europe22/HEAD/05_Multi_task_NLP_Applications_with_Transformers.ipynb -------------------------------------------------------------------------------- /06_NLP_Applications_Document_Clustering_with_Transformers.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dipanjanS/adv_nlp_workshop_odsc_europe22/HEAD/06_NLP_Applications_Document_Clustering_with_Transformers.ipynb -------------------------------------------------------------------------------- /07_NLP_Applications_Paraphrase_Mining_with_Transformers.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dipanjanS/adv_nlp_workshop_odsc_europe22/HEAD/07_NLP_Applications_Paraphrase_Mining_with_Transformers.ipynb -------------------------------------------------------------------------------- /08_NLP_Applications_Summarization_with_Transformers.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dipanjanS/adv_nlp_workshop_odsc_europe22/HEAD/08_NLP_Applications_Summarization_with_Transformers.ipynb -------------------------------------------------------------------------------- /09_NLP_Applications_Improved_QA_Search_Engines_with_Retrieval_and_Reranking_with_Transformers.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dipanjanS/adv_nlp_workshop_odsc_europe22/HEAD/09_NLP_Applications_Improved_QA_Search_Engines_with_Retrieval_and_Reranking_with_Transformers.ipynb -------------------------------------------------------------------------------- /10_NLP_Applications_Text_Classification_with_Transformers.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dipanjanS/adv_nlp_workshop_odsc_europe22/HEAD/10_NLP_Applications_Text_Classification_with_Transformers.ipynb -------------------------------------------------------------------------------- /11_NLP_Applications_Language_Translation_with_Transformers.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dipanjanS/adv_nlp_workshop_odsc_europe22/HEAD/11_NLP_Applications_Language_Translation_with_Transformers.ipynb -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dipanjanS/adv_nlp_workshop_odsc_europe22/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dipanjanS/adv_nlp_workshop_odsc_europe22/HEAD/README.md --------------------------------------------------------------------------------