Skip to content

A Neural Network Implementation with Feed Forward and Back-Propagation to be trained to draw a Curve.

Notifications You must be signed in to change notification settings

khadija267/Draw-a-Curve

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Draw-a-Curve

A neural network implementation with Feed Forward and Back-Propagation to be trained to draw a curve. The Neural Network contains 2 hidden layer of 6 and 7 neurons respectivly, one input(a value along the curve from 0 to one ), and 2 outputs representing the curve coordiates

Feed Forward

We will use the logistic activation function

Back-Propagation

Calculate the jacobian of cost function c (average function ) with respect to weights and biases in each layer.

About

A Neural Network Implementation with Feed Forward and Back-Propagation to be trained to draw a Curve.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published