You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.
Matias Vazquez-Levi edited this page Jan 31, 2021
·
6 revisions
feedForward( input , options );
This function feeds data through the model to obtain an output.
input
Takes an array of input data.
options (optional)
An object including specific properties.
Properties
Property
Type
Function
log
Boolean
If set to true, it will log a report in the console.
table
Boolean
If the 'log' option is set to true, setting this value to true will print the arrays of this function in tables.
decimals
Integer
If used, the output of this function will be rounded to the number of decimals specified.
mode * for development
String
When gpu support will be implemented, specifing the string 'gpu' as opposed to 'cpu' will run the function on a kernel. This funtionality is not yet implemented