Hdltex

HDLTex: Hierarchical Deep Learning for Text Classification
Alternatives To Hdltex
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Learnopencv18,110
8 days ago249Jupyter Notebook
Learn OpenCV : C++ and Python Examples
Deep Learning For Image Processing14,599
14 days ago28gpl-3.0Python
deep learning for image processing including classification and object-detection etc.
Label Studio12,346317 hours ago159June 16, 2022457apache-2.0Python
Label Studio is a multi-type data labeling and annotation tool with standardized output format
Turicreate10,929172a month ago31September 30, 2020513bsd-3-clauseC++
Turi Create simplifies the development of custom machine learning models.
Labelme9,8968810 days ago177March 03, 202267otherPython
Image Polygonal Annotation with Python (polygon, rectangle, circle, line, point and image-level flag annotation).
Awesome Project Ideas6,856
10 days ago1mit
Curated list of Machine Learning, NLP, Vision, Recommender Systems Project Ideas
Jetson Inference6,227
2 days ago932mitC++
Hello AI World guide to deploying deep-learning inference networks and deep vision primitives with TensorRT and NVIDIA Jetson.
Smile5,6881213020 days ago30December 05, 20209otherJava
Statistical Machine Intelligence & Learning Engine
Paddlex4,165121 days ago54December 10, 2021477apache-2.0Python
PaddlePaddle End-to-End Development Toolkit(『飞桨』深度学习全流程开发工具)
Tsai3,20513 days ago41April 19, 202222apache-2.0Jupyter Notebook
Time series Timeseries Deep Learning Machine Learning Pytorch fastai | State-of-the-art Deep Learning library for Time Series and Sequences in Pytorch / fastai
Alternatives To Hdltex
Select To Compare


Alternative Project Comparisons
Readme

DOI travis wercker status appveyor Join the chat at https://gitter.im/HDLTex arXiv RG Binder Download license twitter

HDLTex: Hierarchical Deep Learning for Text Classification

Refrenced paper : HDLTex: Hierarchical Deep Learning for Text Classification

HDLTex as both Hierarchy lavel are DNN

Documentation:

Increasingly large document collections require improved information processing methods for searching, retrieving, and organizing text. Central to these information processing methods is document classification, which has become an important application for supervised learning. Recently the performance of traditional supervised classifiers has degraded as the number of documents has increased. This is because along with growth in the number of documents has come an increase in the number of categories. This paper approaches this problem differently from current document classification methods that view the problem as multi-class classification. Instead we perform hierarchical classification using an approach we call Hierarchical Deep Learning for Text classification (HDLTex). HDLTex employs stacks of deep learning architectures to provide specialized understanding at each level of the document hierarchy.

Installation

Using pip

pip install HDLTex

Using git

git clone --recursive https://github.com/kk7nc/HDLTex.git

The primary requirements for this package are Python 3 with Tensorflow. The requirements.txt file contains a listing of the required Python packages; to install all requirements, run the following:

pip -r install requirements.txt

Or

pip3  install -r requirements.txt

Or:

conda install --file requirements.txt

If the above command does not work, use the following:

sudo -H pip  install -r requirements.txt

Datasets for HDLTex:

Linke of dataset: Data

Web of Science Dataset WOS-11967

This dataset contains 11,967 documents with 35 categories which include 7 parents categories.

Web of Science Dataset WOS-46985

This dataset contains 46,985 documents with 134 categories which include 7 parents categories.

Web of Science Dataset WOS-5736

This dataset contains 5,736 documents with 11 categories which include 3 parents categories.

Requirements :

General:

$ sudo apt-get install libcupti-dev

Feature Extraction:

Global Vectors for Word Representation (GLOVE)

For CNN and RNN you need to download and linked the folder location to GLOVE

Error and Comments:

Send an email to [email protected]

Citation:

@inproceedings{Kowsari2018HDLTex,
author={Kowsari, Kamran and Brown, Donald E and Heidarysafa, Mojtaba and Meimandi, Kiana Jafari and Gerber, Matthew S and Barnes, Laura E},
booktitle={2017 16th IEEE International Conference on Machine Learning and Applications (ICMLA)},
title={HDLTex: Hierarchical Deep Learning for Text Classification},
year={2017},
pages={364-371},
doi={10.1109/ICMLA.2017.0-134},
month={Dec}
}
Popular Classification Projects
Popular Deep Learning Projects
Popular Data Processing Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Python
Deep Learning
Deep
Dataset
Tensorflow
Bash
Classification
Convolutional Neural Networks
Gpu
Recurrent Neural Networks
Deep Neural Networks
Text Classification
Text Mining
Information Retrieval