#include <stdlib.h>
#include <time.h>
#include "util/screen.h"
#include "util/mnist-utils.h"
#include "util/mnist-stats.h"
#include "3lnn.h"
Go to the source code of this file.
Returns a Vector holding the image pixels of a given MNIST image.
- Parameters
-
img | A pointer to a MNIST image |
Definition at line 36 of file main.c.
int main |
( |
int |
argc, |
|
|
const char * |
argv[] |
|
) |
| |
Main function to run MNIST-1LNN
Definition at line 153 of file main.c.
Testing the trained network by processing the MNIST testing set WITHOUT updating weights.
- Parameters
-
Definition at line 106 of file main.c.
Training the network by processing the MNIST training set and updating the weights.
- Parameters
-
Definition at line 56 of file main.c.