24 righe
No EOL
339 B
C
24 righe
No EOL
339 B
C
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
#include "randomness.h"
|
|
#include "activations.h"
|
|
#include "neurons.h"
|
|
#include "network.h"
|
|
|
|
|
|
|
|
void forward(Network *network, float sample[])
|
|
{
|
|
|
|
}
|
|
|
|
void errors_backpropagate(Network *network, float label[])
|
|
{
|
|
|
|
}
|
|
|
|
void apply_backpropagate(Network *network, float learning_rate)
|
|
{
|
|
|
|
} |