GalacticExchange/pretrained
Pretrained is the most complete and frequently updated list of pretrained top-performing models. Tensorflow, Theano and others. Want to add your model? File an issue, and we will add it.
This is a comprehensive and regularly updated catalog of pre-trained machine learning models for various tasks. It provides direct links to models that can perform tasks like identifying objects in images, translating text, or generating descriptions for pictures. This resource is for data scientists, machine learning engineers, and AI researchers looking for ready-to-use models to integrate into their projects.
129 stars. No commits in the last 6 months.
Use this if you need to quickly find and utilize high-performing, pre-trained models for common AI tasks like image recognition, natural language processing, or speech recognition without building them from scratch.
Not ideal if you are looking for a platform to train your own custom models from raw data or if you need to deploy models directly from this list into a production environment.
Stars
129
Forks
21
Language
—
License
—
Category
Last pushed
Aug 27, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/GalacticExchange/pretrained"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
philipperemy/keras-attention
Keras Attention Layer (Luong and Bahdanau scores).
tatp22/linformer-pytorch
My take on a practical implementation of Linformer for Pytorch.
ematvey/hierarchical-attention-networks
Document classification with Hierarchical Attention Networks in TensorFlow. WARNING: project is...
datalogue/keras-attention
Visualizing RNNs using the attention mechanism
thushv89/attention_keras
Keras Layer implementation of Attention for Sequential models