User Tools

Site Tools


neurali:fann_create_standard

Differences

This shows you the differences between two versions of the page.


Previous revision
neurali:fann_create_standard [2020/06/08 22:20] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== fann_create_standard ======
 +
 +
 +<code c>
 +struct fann* fann_create_standard(int layers, int input, int output, int hidden1, int hidden2, ... , int output)
 +
 +</code>
 +
 +  struct fann *ann = fann_create_standard(4, 2, 8, 9, 1);
 +// Creating an ANN with 2 input neurons, 1 output neuron,
 +// and two hidden layers with 8 and 9 neurons
  
neurali/fann_create_standard.txt · Last modified: 2020/06/08 22:20 by 127.0.0.1