neural-networks-MATLAB icon indicating copy to clipboard operation
neural-networks-MATLAB copied to clipboard

Implementation of Artificial neural networks in MATLAB.

Results 1 neural-networks-MATLAB issues
Sort by recently updated
recently updated
newest added

Hi, I got an error message when using ``` [num_layers, psizes, y, biases, weights ] = init([7,5,1]) ``` and got the error message: ``` Error: File: init.m Line: 14 Column:...