Skip to content

A basic neural network implemented using numpy to predict the number of rectangles in an image with just filled-rectangles in them.

Notifications You must be signed in to change notification settings

annabond1001/count-rectangles-np

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

count-rectanges-numpy

A basic neural network implemented using numpy to predict the number of rectangles in an image.

A neural network with 3 fully-connected hidden layers is trained to predict the number of rectangles in a single channel image with just filled-rectangles in them. Input image is created by randomly populating N rectangles filled with 1s, when two rectangles overlap they are summed at intersecting regions. N is the expected output from the neural network.

Forward-Pass

Back-Propagation

Gradient Computation

Parameter Updation

About

A basic neural network implemented using numpy to predict the number of rectangles in an image with just filled-rectangles in them.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages