Skip to content

Neural network that can classify how many fingers are in a hand image.

Notifications You must be signed in to change notification settings

vichan7/neural-network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

neural-network

This repo contains an A-B-C-D network, which is a three-layer network with a configurable number of input activations, hidden activations, and outputs. The network can either run or train. When running, it propagates forward and calculates the outputs from input and weight values. When training, it uses backpropagation and gradient descent to modify weights until the average error is below a set error threshold, or the number of iterations is above the set maximum.

About

Neural network that can classify how many fingers are in a hand image.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages