- KhuDaNet: Open source platform for neural networks (Kyung Hee University, Data Analysis & Vision Intelligence)
- C++, (Perceptron, MLP(DNN), CNN)
- KhuDaNetLayer.cpp / KhuDaNetLayer.h
- Fully connected layer
- KhuDaNet.cpp / KhuDaNet.h
- Sequential network
-
Download train and test data from http://yann.lecun.com/exdb/mnist/
-
Move to decompressed files to [Run] folder
-
Run the following files
- KhuDaNetApp.exe: Windows application using MFC
- KhuDaNetConsole.exe: console application
-
Network I - 1.KhuDaNet-Perceptron
-
Network II - 2.KhuDaNet-MLP-DNN
-
Network III (LeNet5-like CNN) - 3.KhuDaNet-CNN
-
Solution files for Visual Studio
- KhuDaNetApp.sln: Windows application using MFC
- KhuDaNetConsole.sln: console application