All Projects → chsasank → Atis.keras

chsasank / Atis.keras

Licence: mit
Spoken Language Understanding(SLU)/Slot Filling in Keras

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Atis.keras

Nlp Tutorial
Natural Language Processing Tutorial for Deep Learning Researchers
Stars: ✭ 9,895 (+9795%)
Mutual labels:  tutorial, natural-language-processing
Pytorch Question Answering
Important paper implementations for Question Answering using PyTorch
Stars: ✭ 154 (+54%)
Mutual labels:  tutorial, natural-language-processing
Stanford Tensorflow Tutorials
This repository contains code examples for the Stanford's course: TensorFlow for Deep Learning Research.
Stars: ✭ 10,098 (+9998%)
Mutual labels:  tutorial, natural-language-processing
Machine Learning Resources
A curated list of awesome machine learning frameworks, libraries, courses, books and many more.
Stars: ✭ 226 (+126%)
Mutual labels:  tutorial, natural-language-processing
Code search
Code For Medium Article: "How To Create Natural Language Semantic Search for Arbitrary Objects With Deep Learning"
Stars: ✭ 436 (+336%)
Mutual labels:  tutorial, natural-language-processing
Pytorch Sentiment Analysis
Tutorials on getting started with PyTorch and TorchText for sentiment analysis.
Stars: ✭ 3,209 (+3109%)
Mutual labels:  tutorial, natural-language-processing
Deeptoxic
top 1% solution to toxic comment classification challenge on Kaggle.
Stars: ✭ 180 (+80%)
Mutual labels:  tutorial, natural-language-processing
Mindspore Nlp Tutorial
Natural Language Processing Tutorial for MindSpore Users
Stars: ✭ 58 (-42%)
Mutual labels:  tutorial, natural-language-processing
Pytorch Pos Tagging
A tutorial on how to implement models for part-of-speech tagging using PyTorch and TorchText.
Stars: ✭ 96 (-4%)
Mutual labels:  tutorial, natural-language-processing
Python For Absolute Beginners Course
Code samples and other handouts for our course.
Stars: ✭ 1,352 (+1252%)
Mutual labels:  tutorial
Clustype
Automatic Entity Recognition and Typing for Domain-Specific Corpora (KDD'15)
Stars: ✭ 99 (-1%)
Mutual labels:  natural-language-processing
Easy Yolo
Yolo (Real time object detection) model training tutorial with deep learning neural networks
Stars: ✭ 98 (-2%)
Mutual labels:  tutorial
Neuronblocks
NLP DNN Toolkit - Building Your NLP DNN Models Like Playing Lego
Stars: ✭ 1,356 (+1256%)
Mutual labels:  natural-language-processing
No Framework Tutorial
A small tutorial to show how to create a PHP application without a framework.
Stars: ✭ 1,357 (+1257%)
Mutual labels:  tutorial
Keras Tutorial
Tutorial teaching the basics of Keras and some deep learning concepts
Stars: ✭ 98 (-2%)
Mutual labels:  tutorial
Serverless With Next5 Boilerplate
Serverless.js with Next.js 5 on AWS, powered by the Serverless Framework
Stars: ✭ 100 (+0%)
Mutual labels:  tutorial
Swiftcrossplatformframework
Tutorial to create cross platform framework for Swift compatible with Carthage and SwiftPM
Stars: ✭ 98 (-2%)
Mutual labels:  tutorial
Open Semantic Entity Search Api
Open Source REST API for named entity extraction, named entity linking, named entity disambiguation, recommendation & reconciliation of entities like persons, organizations and places for (semi)automatic semantic tagging & analysis of documents by linked data knowledge graph like SKOS thesaurus, RDF ontology, database(s) or list(s) of names
Stars: ✭ 98 (-2%)
Mutual labels:  natural-language-processing
Java8 Guides Tutorials
Java 8 Guides and Tutorials - A lot of awesome examples using Java 8 features like Stream, Lambda, Functional Interface, Date and Time API and much more
Stars: ✭ 100 (+0%)
Mutual labels:  tutorial
Tutorials cn
Stars: ✭ 100 (+0%)
Mutual labels:  tutorial

ATIS.keras

Spoken Language Understanding(SLU)/Slot Filling in Keras.

Blog post is available here: https://chsasank.github.io/spoken-language-understanding.html

Tutorial Implements RNNs in Keras to solve the Airline Travel Information System(ATIS) dataset.

Here is an example sentence and its labels from the dataset:

Show flights from Boston to New York today
O O O B-dept O B-arr I-arr B-date

This tutorial also illustrates word embeddings.

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].