HolyFuckItsAlive #13

Merged
jastornig merged 105 commits from Delta-Error-Test into main 2023-09-23 22:27:54 +02:00
2 changed files with 10 additions and 0 deletions
Showing only changes of commit 3473999ffc - Show all commits

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;