Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Get a list of locally stored resource objects
ResourceFunction["LocalResourceObjects"][] returns a list of all resource objects stored on the computer. | |
ResourceFunction["LocalResourceObjects"][types] only returns resources of the specified types. | |
ResourceFunction["LocalResourceObjects"][types,prop] gives the property prop for each resource. |
"Data" | https://datarepository.wolframcloud.com |
"NeuralNet" | https://resources.wolframcloud.com/NeuralNetRepository |
"Function" | https://resources.wolframcloud.com/FunctionRepository |
List all locally stored resource objects:
In[1]:= |
|
Out[1]= |
|
Find a few locally stored neural net resource objects:
In[2]:= |
|
Out[2]= |
|
Find resources of multiple types:
In[3]:= |
|
Out[3]= |
|
Display names for all local data resources:
In[4]:= |
|
Out[4]= |
|
Retrieve a NetModel for each "NeuralNet" resource using the name for a label:
In[5]:= |
|
Out[5]= |
|
Retrieve a ResourceFunction for each "Function" resource:
In[6]:= |
|
Out[6]= |
|
Find a few locally cached resources from the public resource system:
In[7]:= |
|
Out[7]= |
|
Find a random ResourceObject created on this computer:
In[8]:= |
|
Out[8]= |
|
Create a dynamic tool for browsing locally cached resource functions:
In[9]:= |
|
Out[9]= |
|
Wolfram Language 11.3 (March 2018) or above
This work is licensed under a Creative Commons Attribution 4.0 International License