images_free + comments

This commit is contained in:
Ghost_Element 2023-09-19 11:36:25 +02:00
parent 4453b4743e
commit 3473999ffc
2 changed files with 10 additions and 0 deletions

3
neuronal_network.cpp Normal file
View file

@ -0,0 +1,3 @@
//
// Created by danie on 19.09.2023.
//

7
neuronal_network.h Normal file
View file

@ -0,0 +1,7 @@
#pragma once
typedef struct {
Matrix* input;
Matrix* output;
} Neuronal_Network;