User Tools

Site Tools


neurali:fann_create_sparse
no way to compare when less than two revisions

Differences

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


Previous revision
neurali:fann_create_sparse [2020/06/08 22:20] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== fann_create_sparse ======
 +
 +<code c>
 +
 +struct fann * pf fann_create_sparse(float percento_connesso, unsigned int n_strati, ...);
 +</code>
 +
 +<code> struct fann *ann = fann_create_sparse(0.5, 4, 2, 8, 9, 1);</code>
 +
 +i puntini sono necessari perche' il numero di strati di cui si compone la rete e' variabile.
 +
  
neurali/fann_create_sparse.txt · Last modified: 2020/06/08 22:20 by 127.0.0.1