All Projects β†’ tensorflow β†’ Hub

tensorflow / Hub

Licence: apache-2.0
A library for transfer learning by reusing parts of TensorFlow models.

Programming Languages

python
139335 projects - #7 most used programming language
Starlark
911 projects
shell
77523 projects

Projects that are alternatives of or similar to Hub

Keras-Application-Zoo
Reference implementations of popular DL models missing from keras-applications & keras-contrib
Stars: ✭ 31 (-98.97%)
Mutual labels:  ml, embeddings, image-classification, transfer-learning
Image classifier
CNN image classifier implemented in Keras Notebook πŸ–ΌοΈ.
Stars: ✭ 139 (-95.38%)
Mutual labels:  ml, image-classification, transfer-learning
Skin Lesions Classification DCNNs
Transfer Learning with DCNNs (DenseNet, Inception V3, Inception-ResNet V2, VGG16) for skin lesions classification
Stars: ✭ 47 (-98.44%)
Mutual labels:  image-classification, transfer-learning
backprop
Backprop makes it simple to use, finetune, and deploy state-of-the-art ML models.
Stars: ✭ 229 (-92.38%)
Mutual labels:  image-classification, transfer-learning
TFLite-Android-Helper
TensorFlow Lite Helper for Android to help getting started with TesnorFlow.
Stars: ✭ 25 (-99.17%)
Mutual labels:  ml, image-classification
Dna2vec
dna2vec: Consistent vector representations of variable-length k-mers
Stars: ✭ 117 (-96.11%)
Mutual labels:  ml, embeddings
Mk Tfjs
Play MK.js with TensorFlow.js
Stars: ✭ 133 (-95.58%)
Mutual labels:  ml, transfer-learning
favorite-research-papers
Listing my favorite research papers πŸ“ from different fields as I read them.
Stars: ✭ 12 (-99.6%)
Mutual labels:  image-classification, transfer-learning
Cvpr18 Inaturalist Transfer
Large Scale Fine-Grained Categorization and Domain-Specific Transfer Learning. CVPR 2018
Stars: ✭ 164 (-94.55%)
Mutual labels:  image-classification, transfer-learning
Deep-Learning-Experiments-implemented-using-Google-Colab
Colab Compatible FastAI notebooks for NLP and Computer Vision Datasets
Stars: ✭ 16 (-99.47%)
Mutual labels:  embeddings, transfer-learning
super-gradients
Easily train or fine-tune SOTA computer vision models with one open source training library
Stars: ✭ 429 (-85.73%)
Mutual labels:  image-classification, transfer-learning
awesome-list-of-awesomes
A curated list of all the Awesome --Topic Name-- lists I've found till date relevant to Data lifecycle, ML and DL.
Stars: ✭ 259 (-91.39%)
Mutual labels:  ml, transfer-learning
Cleora
Cleora AI is a general-purpose model for efficient, scalable learning of stable and inductive entity embeddings for heterogeneous relational data.
Stars: ✭ 303 (-89.92%)
Mutual labels:  ml, embeddings
Transfer Learning Suite
Transfer Learning Suite in Keras. Perform transfer learning using any built-in Keras image classification model easily!
Stars: ✭ 212 (-92.95%)
Mutual labels:  image-classification, transfer-learning
Imageatm
Image classification for everyone.
Stars: ✭ 201 (-93.32%)
Mutual labels:  image-classification, transfer-learning
deep-learning
Projects include the application of transfer learning to build a convolutional neural network (CNN) that identifies the artist of a painting, the building of predictive models for Bitcoin price data using Long Short-Term Memory recurrent neural networks (LSTMs) and a tutorial explaining how to build two types of neural network using as input the…
Stars: ✭ 43 (-98.57%)
Mutual labels:  image-classification, transfer-learning
Keras transfer cifar10
Object classification with CIFAR-10 using transfer learning
Stars: ✭ 120 (-96.01%)
Mutual labels:  image-classification, transfer-learning
Pytorch classifiers
Almost any Image classification problem using pytorch
Stars: ✭ 122 (-95.94%)
Mutual labels:  image-classification, transfer-learning
LegoBrickClassification
Repository to identify Lego bricks automatically only using images
Stars: ✭ 57 (-98.1%)
Mutual labels:  image-classification, transfer-learning
FaceClassification Tensorflow
Building a Neural Network that classifies faces using OpenCV and Tensorflow
Stars: ✭ 37 (-98.77%)
Mutual labels:  image-classification, transfer-learning

TensorFlow Hub

TensorFlow Hub is a repository of reusable assets for machine learning with TensorFlow. In particular, it provides pre-trained SavedModels that can be reused to solve new tasks with less training time and less training data.

This GitHub repository hosts the tensorflow_hub Python library to download and reuse SavedModels in your TensorFlow program with a minimum amount of code, as well as other associated code and documentation.

Getting Started

Contributing

If you'd like to contribute to TensorFlow Hub, be sure to review the contribution guidelines. To contribute code to the library itself (not examples), you will probably need to build from source.

This project adheres to TensorFlow's code of conduct. By participating, you are expected to uphold this code.

We use GitHub issues for tracking requests and bugs. Please see the TensorFlow Hub mailing list for general questions and discussion, or tag tensorflow-hub on Stack Overflow.

License

Apache License 2.0

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