Deep Neural Network for MNIST Handwriting Recognition  1.0
Deep Neural Network for MNIST Handwriting Recognition
knn.h
Go to the documentation of this file.
1 //
2 // knn.h
3 // mnist-cvnn
4 //
5 // Created by Matthias Lind on 1/17/16.
6 // Copyright © 2016 Matt Lind. All rights reserved.
7 //
8 
9 /*
10 
11 #ifndef KNN_HEADER
12 #define KNN_HEADER
13 
14 
15 #include <stdio.h>
16 
17 
18 void knnClassifier();
19 
20 
21 
22 #endif
23 
24 */