8000 GitHub - mark-ross/ann: C++ project for a basic artificial neural network.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000

mark-ross/ann

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is for a rudimentary ANN.

Listed below are the flags and their usages:

-f <FILE_NAME>
	--Specify the name of the folder containing the files
	
-b
	--Set the system to backpropagate

******************************************************
The following flags should be used with the -b flag **
******************************************************

-t <FLOATING_NUMBER>
	--Specify the error threshold before the system stops correcting
	
-v <INTEGER_NUMBER>
	--Specify the number of generations run before printing system error
	
-g <INTEGER_NUMBER>
	--Specify the number of generations to run correction

--alpha <FLOAT_NUMBER>
	--Specify the rate of growth of the output to hidden weights
	
--beta <FLOAT_NUMBER>
	--Specify the rate of growth in the hidden to input weights

About

C++ project for a basic artificial neural network.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0