Deep Neural Network for MNIST Handwriting Recognition
1.0
Deep Neural Network for MNIST Handwriting Recognition
Main Page
Data Structures
Files
File List
Globals
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
wip
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
*/
Generated by
1.8.10