matlab-deep-learning/Image-Classification-in-MATLAB-Using-Converted-TensorFlow-Model
This repository shows how to import a pretrained TensorFlow model in the SavedModel format, and use the imported network to classify an image.
This project helps deep learning practitioners using MATLAB classify images using models trained in TensorFlow. It takes a pre-trained TensorFlow model and an image as input, then outputs the predicted classification label for that image. Scientists, engineers, and researchers who develop or apply deep learning models in MATLAB can use this to leverage existing TensorFlow models.
No commits in the last 6 months.
Use this if you have a TensorFlow image classification model and want to integrate and use it within your MATLAB deep learning workflows.
Not ideal if you are exclusively working within the TensorFlow ecosystem and do not use MATLAB for your deep learning applications.
Stars
13
Forks
2
Language
MATLAB
License
—
Category
Last pushed
Mar 25, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/matlab-deep-learning/Image-Classification-in-MATLAB-Using-Converted-TensorFlow-Model"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
qubvel/efficientnet
Implementation of EfficientNet model. Keras and TensorFlow Keras.
KichangKim/DeepDanbooru
AI based multi-label girl image classification system, implemented by using TensorFlow.
matlab-deep-learning/Image-Classification-in-MATLAB-Using-TensorFlow
This example shows how to call a TensorFlow model from MATLAB using co-execution with Python.
harvitronix/five-video-classification-methods
Code that accompanies my blog post outlining five video classification methods in Keras and TensorFlow
AFAgarap/cnn-svm
An Architecture Combining Convolutional Neural Network (CNN) and Linear Support Vector Machine...