Wolfram Computation Meets Knowledge

Wolfram Language & System Documentation Center Wolfram Language Home Page »

NetModel   

Wolfram Neural Net Repository »

NetModel["name"]

obtains a neural net model with the specified name from the Neural Net Repository.

NetModel[{"name","param1"setting1,…}]

obtains a specified model from a parameterized family of models.

NetModel[model,"prop"]

gives property prop of the model.

NetModel[]

gives a dataset of available pre-trained neural net models.

Details

Examples

open allclose all

Basic Examples  (2)

Obtain the trained version of a specific neural net:

Apply the trained net to a set of inputs:

Produce class probabilities for a single input:

Obtain a member of a parameterized family:

Scope  (5)

Obtain an uninitialized network:

Modify a parameter of the existing NetEncoder of a model:

Obtain a specific property of a net:

Obtain the default variant of a parameterized family:

Get the settings used for the default variant:

Obtain a specified member of a parameterized family:

Get information about the parameters and their allowed values:

Get explicit settings for all parameters as an association:

Get a list of all possible variants of a family consistent with the specification:

Obtain a list of all available models:

Properties & Relations  (2)

The models specified by NetModel are also available via ResourceObject and ResourceData:

Obtain a list of models that have been downloaded:

Remove a specific model that has been downloaded:

Wolfram Research (2017), NetModel, Wolfram Language function, https://reference.wolfram.com/language/ref/NetModel.html (updated 2019).

Text

Wolfram Research (2017), NetModel, Wolfram Language function, https://reference.wolfram.com/language/ref/NetModel.html (updated 2019).

CMS

Wolfram Language. 2017. "NetModel." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2019. https://reference.wolfram.com/language/ref/NetModel.html.

APA

Wolfram Language. (2017). NetModel. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/NetModel.html

BibTeX

@misc{reference.wolfram_2024_netmodel, author="Wolfram Research", title="{NetModel}", year="2019", howpublished="\url{https://reference.wolfram.com/language/ref/NetModel.html}", note=[Accessed: 25-May-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_netmodel, organization={Wolfram Research}, title={NetModel}, year={2019}, url={https://reference.wolfram.com/language/ref/NetModel.html}, note=[Accessed: 25-May-2024 ]}

Top