images_free + comments
This commit is contained in:
parent
4453b4743e
commit
3473999ffc
2 changed files with 10 additions and 0 deletions
7
neuronal_network.h
Normal file
7
neuronal_network.h
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
typedef struct {
|
||||
Matrix* input;
|
||||
Matrix* output;
|
||||
|
||||
} Neuronal_Network;
|
||||
Reference in a new issue