The starting point for your SAS® and Viya™ projects
Discover technical articles from the community
Snippets & Tutorials
FAQ & Help
Business Use Cases
Full Catalog & Examples
Preparation Scripts
SAS & Python Integration
News, tech watch and site updates
Participate in the life of the site
When using the 'LBFGS' algorithm, you can specify the line search method via the 'lineSearchMethod' subparameter within 'lbfgsOpt'. The options are 'MORETHUENTE' (default), 'ARMIJO', 'WOLFE', 'STRONGWOLFE', and 'HYBRID'.
The output data table is specified using the 'casOut' parameter, which is a dictionary containing properties like 'name' for the table name and 'caslib' for the caslib where it should be saved.
You can add various types of layers, including but not limited to: 'INPUT', 'CONVOLUTION' (or 'CONVO'), 'POOLING' (or 'POOL'), 'FULLCONNECT' (or 'FC'), 'RECURRENT', 'BATCHNORM', 'RESIDUAL', and 'OUTPUT'.
The values for filterCutoff1 and filterCutoff2 must be between 0 and 1, where 1 corresponds to the normalized Nyquist frequency.