All Projects → dair-ai → Odsc_2020_nlp

dair-ai / Odsc_2020_nlp

Repository for ODSC talk related to Deep Learning NLP

Projects that are alternatives of or similar to Odsc 2020 nlp

Elastix
A simple Elasticsearch REST client written in Elixir.
Stars: ✭ 231 (+1055%)
Mutual labels:  search, elasticsearch
Calaca
Search UI for Elasticsearch
Stars: ✭ 318 (+1490%)
Mutual labels:  search, elasticsearch
Toshi
A full-text search engine in rust
Stars: ✭ 3,373 (+16765%)
Mutual labels:  search, elasticsearch
Jkes
A search framework and multi-tenant search platform based on java, kafka, kafka connect, elasticsearch
Stars: ✭ 173 (+765%)
Mutual labels:  search, elasticsearch
Reactivesearch
Search UI components for React and Vue: powered by appbase.io / Elasticsearch
Stars: ✭ 4,531 (+22555%)
Mutual labels:  search, elasticsearch
Search Server
⭐️ Our core search API repository
Stars: ✭ 181 (+805%)
Mutual labels:  search, elasticsearch
Elasticsearch Dsl Py
High level Python client for Elasticsearch
Stars: ✭ 3,388 (+16840%)
Mutual labels:  search, elasticsearch
Vue Innersearch
🔎 UI components built with Vue.js for ElasticSearch
Stars: ✭ 135 (+575%)
Mutual labels:  search, elasticsearch
Searchkit
GraphQL API & React UI components for Elasticsearch. The easiest way to build a great search experience
Stars: ✭ 4,338 (+21590%)
Mutual labels:  search, elasticsearch
Awesome Elasticsearch
A curated list of the most important and useful resources about elasticsearch: articles, videos, blogs, tips and tricks, use cases. All about Elasticsearch!
Stars: ✭ 4,168 (+20740%)
Mutual labels:  search, elasticsearch
Rusticsearch
Lightweight Elasticsearch compatible search server.
Stars: ✭ 171 (+755%)
Mutual labels:  search, elasticsearch
Elasticsuite
Smile ElasticSuite - Magento 2 merchandising and search engine built on ElasticSearch
Stars: ✭ 647 (+3135%)
Mutual labels:  search, elasticsearch
Query Translator
Query Translator is a search query translator with AST representation
Stars: ✭ 165 (+725%)
Mutual labels:  search, elasticsearch
Book Elastic Search In Action
Elastic 搜索开发实战
Stars: ✭ 205 (+925%)
Mutual labels:  search, elasticsearch
Elasticsearch Ruby
Ruby integrations for Elasticsearch
Stars: ✭ 1,848 (+9140%)
Mutual labels:  search, elasticsearch
Elasticsearch Py
Official Elasticsearch client library for Python
Stars: ✭ 3,486 (+17330%)
Mutual labels:  search, elasticsearch
Elasticsearch tutorial
An action-packed, example-based ElasticSearch tutorial
Stars: ✭ 133 (+565%)
Mutual labels:  search, elasticsearch
Rated Ranking Evaluator
Search Quality Evaluation Tool for Apache Solr & Elasticsearch search-based infrastructures
Stars: ✭ 134 (+570%)
Mutual labels:  search, elasticsearch
Xapiand
Xapiand: A RESTful Search Engine
Stars: ✭ 347 (+1635%)
Mutual labels:  search, elasticsearch
Fess
Fess is very powerful and easily deployable Enterprise Search Server.
Stars: ✭ 561 (+2705%)
Mutual labels:  search, elasticsearch

Applied Deep Learning for NLP Applications

Repository for talk ODSC talk related to Deep Learning and NLP

Slides to talk: https://github.com/dair-ai/odsc_2020_nlp/blob/master/Applied%20Deep%20Learning%20for%20NLP%20Applications.pdf

Link to talk: https://odsc.com/speakers/applied-deep-learning-for-nlp-applications/

Course Schedule: https://gist.github.com/omarsar/2c68bb9203bea4b5634d534db4f96608


Topic Explanation Notebook
Part 1 - Introduction to Modern NLP Introduce the main topics needed to get a bit of understanding of the recent work in NLP. We will start with basic concepts and slowly move into discussing the more recent ideas. NLP Basics, Deep Learning NLP - Getting Started
Part 2 - Training and fine-tuning NLP Models In this segment we are going to learn how to fine-tune a pretrained language model (DistilRoBERTa) for approaching a downstream task. We will take a look at two popular NLP tasks called sentiment classification and emotion classification. Emotion Classification
Part 3 - Towards building real-world NLP powered applications In the final segment we are going to look at a simple example of how to leverage pretrained LMs to build a text similarity search application. We will leverage Elasticsearch as a search engine and allow for fast search on sentence representations. Text Similarity Search Application
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].