Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Learnopencv | 18,110 | 8 days ago | 249 | Jupyter Notebook | ||||||
Learn OpenCV : C++ and Python Examples | ||||||||||
Deep Learning For Image Processing | 14,599 | 14 days ago | 28 | gpl-3.0 | Python | |||||
deep learning for image processing including classification and object-detection etc. | ||||||||||
Label Studio | 12,346 | 3 | 17 hours ago | 159 | June 16, 2022 | 457 | apache-2.0 | Python | ||
Label Studio is a multi-type data labeling and annotation tool with standardized output format | ||||||||||
Turicreate | 10,929 | 17 | 2 | a month ago | 31 | September 30, 2020 | 513 | bsd-3-clause | C++ | |
Turi Create simplifies the development of custom machine learning models. | ||||||||||
Labelme | 9,896 | 8 | 8 | 10 days ago | 177 | March 03, 2022 | 67 | other | Python | |
Image Polygonal Annotation with Python (polygon, rectangle, circle, line, point and image-level flag annotation). | ||||||||||
Awesome Project Ideas | 6,856 | 10 days ago | 1 | mit | ||||||
Curated list of Machine Learning, NLP, Vision, Recommender Systems Project Ideas | ||||||||||
Jetson Inference | 6,227 | 2 days ago | 932 | mit | C++ | |||||
Hello AI World guide to deploying deep-learning inference networks and deep vision primitives with TensorRT and NVIDIA Jetson. | ||||||||||
Smile | 5,688 | 121 | 30 | 20 days ago | 30 | December 05, 2020 | 9 | other | Java | |
Statistical Machine Intelligence & Learning Engine | ||||||||||
Paddlex | 4,165 | 1 | 21 days ago | 54 | December 10, 2021 | 477 | apache-2.0 | Python | ||
PaddlePaddle End-to-End Development Toolkit(『飞桨』深度学习全流程开发工具) | ||||||||||
Tsai | 3,205 | 1 | 3 days ago | 41 | April 19, 2022 | 22 | apache-2.0 | Jupyter 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 |
Refrenced paper : HDLTex: Hierarchical Deep Learning for Text Classification
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.
pip install HDLTex
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
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.
General:
$ sudo apt-get install libcupti-dev
Global Vectors for Word Representation (GLOVE)
For CNN and RNN you need to download and linked the folder location to GLOVE
Send an email to [email protected]
@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}
}