Wolfram Neural Net Repository
Immediate Computable Access to Neural Net Models
Determine whether an image contains pornographic content
Released in 2016 by Yahoo, this net is a binary classifier (safe/not safe) fine-tuned from the pre-trained ResNet-50 model. It determines whether an image is not suitable/safe for work (NSFW), due to the presence of nudity and/or pornographic content. The original model was chosen to provide a good tradeoff between accuracy and computational weight.
Number of layers: 177 | Parameter count: 5,944,514 | Trained size: 24 MB |
Get the pre-trained net:
In[1]:= | ![]() |
Out[1]= | ![]() |
Apply the trained net to an input image:
In[2]:= | ![]() |
Out[2]= | ![]() |
Obtain the probabilities for each class for two images:
In[3]:= | ![]() |
Out[3]= | ![]() |
Inspect the number of parameters of all arrays in the net:
In[4]:= | ![]() |
Out[4]= | ![]() |
Obtain the total number of parameters:
In[5]:= | ![]() |
Out[5]= | ![]() |
Obtain the layer type counts:
In[6]:= | ![]() |
Out[6]= | ![]() |
Display the summary graphic:
In[7]:= | ![]() |
Out[7]= | ![]() |
Wolfram Language 11.2 (September 2017) or above