This commit is contained in:
Gustav Louw 2018-03-28 22:20:58 -07:00
parent 5839e9f696
commit 2a61d1b165

5
Tinn.h
View File

@ -1,11 +1,6 @@
#ifndef _TINN_H_
#define _TINN_H_
/*
* TINN - The tiny dependency free ANSI-C feed forward neural network
* library with one hidden layer back propogation support.
*/
typedef struct
{
double* o;