All Projects → geduo15 → Very Deep Convolutional Networks For Natural Language Processing In Tensorflow

geduo15 / Very Deep Convolutional Networks For Natural Language Processing In Tensorflow

implement the paper" Very Deep Convolutional Networks for Natural Language Processing"(https://arxiv.org/abs/1606.01781 ) in tensorflow

Projects that are alternatives of or similar to Very Deep Convolutional Networks For Natural Language Processing In Tensorflow

Text classification
all kinds of text classification models and more with deep learning
Stars: ✭ 7,179 (+13194.44%)
Mutual labels:  convolutional-neural-networks, text-classification
Deep learning projects
Stars: ✭ 28 (-48.15%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks
Dl Workshop Series
Material used for Deep Learning related workshops for Machine Learning Tokyo (MLT)
Stars: ✭ 857 (+1487.04%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks
Concise Ipython Notebooks For Deep Learning
Ipython Notebooks for solving problems like classification, segmentation, generation using latest Deep learning algorithms on different publicly available text and image data-sets.
Stars: ✭ 23 (-57.41%)
Mutual labels:  jupyter-notebook, text-classification
Yann
This toolbox is support material for the book on CNN (http://www.convolution.network).
Stars: ✭ 41 (-24.07%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks
Plaquebox Paper
Repo for Tang et al, bioRxiv 454793 (2018)
Stars: ✭ 23 (-57.41%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks
Brain Tumor Segmentation Keras
Keras implementation of the multi-channel cascaded architecture introduced in the paper "Brain Tumor Segmentation with Deep Neural Networks"
Stars: ✭ 20 (-62.96%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks
Cat Dog Cnn Classifier
This classifier use Convolution Neural Network approch for kaggle problem to classify Cat vs Dog images.
Stars: ✭ 19 (-64.81%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks
Textclassifier
Text classifier for Hierarchical Attention Networks for Document Classification
Stars: ✭ 985 (+1724.07%)
Mutual labels:  convolutional-neural-networks, text-classification
Teacher Student Training
This repository stores the files used for my summer internship's work on "teacher-student learning", an experimental method for training deep neural networks using a trained teacher model.
Stars: ✭ 34 (-37.04%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks
All Classifiers 2019
A collection of computer vision projects for Acute Lymphoblastic Leukemia classification/early detection.
Stars: ✭ 22 (-59.26%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks
Svhn Cnn
Google Street View House Number(SVHN) Dataset, and classifying them through CNN
Stars: ✭ 44 (-18.52%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks
Fssgi
Exploratory Project on Fast Screen Space Global Illumination
Stars: ✭ 22 (-59.26%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks
Twitter sentiment analysis word2vec convnet
Twitter Sentiment Analysis with Gensim Word2Vec and Keras Convolutional Network
Stars: ✭ 24 (-55.56%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks
Deep Visual Attention Prediction
Keras implementation of paper 'Deep Visual Attention Prediction' which predicts human eye fixation on view-free scenes.
Stars: ✭ 19 (-64.81%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks
Traffic Sign Classifier
Udacity Self-Driving Car Engineer Nanodegree. Project: Build a Traffic Sign Recognition Classifier
Stars: ✭ 12 (-77.78%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks
Build Ocr
Build an OCR for iOS apps
Stars: ✭ 17 (-68.52%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks
Text Mining
Text Mining in Python
Stars: ✭ 18 (-66.67%)
Mutual labels:  jupyter-notebook, text-classification
Keras Faster Rcnn
Faster R-CNN: Towards Real-Time Object Detection with Region Proposal Networks
Stars: ✭ 28 (-48.15%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks
Computervision Recipes
Best Practices, code samples, and documentation for Computer Vision.
Stars: ✭ 8,214 (+15111.11%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks

Very-Deep-Convolutional-Networks-for-Natural-Language-Processing-in-tensorflow

Implement the paper" Very Deep Convolutional Networks for Natural Language Processing"(https://arxiv.org/abs/1606.01781) in tensorflow,just 9 layers.

Parts of code are based on https://github.com/amygdala/tensorflow-workshop/tree/master/workshop_sections/cnn_text_classification ,which is based on the https://github.com/dennybritz/cnn-text-classification-tf, and other parts are based on https://github.com/scharmchi/char-level-cnn-tf

The data of the experiment is dbpedia, the paper reports that the accuracy is 0.9865.

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