kk7nc/RMDL
RMDL: Random Multimodel Deep Learning for Classification
This tool helps researchers and practitioners classify various types of data, including text, images, and video, by automatically finding the best deep learning model structure. You provide your labeled dataset, and it outputs a highly accurate and robust classification model. This is for data scientists, machine learning engineers, and researchers working with complex classification challenges.
429 stars. No commits in the last 6 months. Available on PyPI.
Use this if you need to classify complex data like images, text, or video and want to achieve high accuracy without manually experimenting with countless deep learning architectures.
Not ideal if you need a simple, interpretable model or are working with very small, basic datasets where deep learning might be overkill.
Stars
429
Forks
121
Language
Python
License
GPL-3.0
Category
Last pushed
May 16, 2023
Commits (30d)
0
Dependencies
8
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/kk7nc/RMDL"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
MaximeVandegar/Papers-in-100-Lines-of-Code
Implementation of papers in 100 lines of code.
OML-Team/open-metric-learning
Metric learning and retrieval pipelines, models and zoo.
miguelvr/dropblock
Implementation of DropBlock: A regularization method for convolutional networks in PyTorch.
PaddlePaddle/models
Officially maintained, supported by PaddlePaddle, including CV, NLP, Speech, Rec, TS, big models...
dasguptar/treelstm.pytorch
Tree LSTM implementation in PyTorch