Skip to content

ShinonomeLaboratory/ANN-Lite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ANN-Lite

A lite C++ Artificial Neural Network

#How to use?

Firstly, you have to download libUANN.cpp and libUANN.h (in /UANN)

Then, include them in your program, and fix #include "stdafx.h" in libUANN.cpp to your head file.

To ensure these headfiles are included:

stdio.h

tchar.h

malloc.h

math.h

stdlib.h

conio.h

Finally, see /UANN/UANN.cpp there're 2 unit tests there.

Any question will be reply if you mail to TsingJyujing@163.com

Have a good time.

About

A lite C++ Artificial Neural Network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published