Wolfram Neural Net Repository
Immediate Computable Access to Neural Net Models
Identify the main object in an image
Released in 2019, this model utilizes the techniques of NoisyStudent data augmentation on the EfficientNet architectures to effectively perform image classification.
Number of models: 8
The models achieve the following accuracies on the original ImageNet validation set.

Get the pre-trained net:
| In[1]:= |
| Out[2]= |
| Out[4]= |
Visualize convolutional weightsExtract the weights of the first convolutional layer in the trained net:
Show the dimensions of the weights:
Transfer learningUse the pre-trained model to build a classifier for telling apart images of motorcycles and bicycles. Create a test set and a training set: RequirementsWolfram Language 12.1 (March 2020) or above Resource HistoryReference
|