Skip to content

benl23x5/adops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AD Ops

Demo of array comprehension style definition of neural network operators.

Stereo Disparity

$ mkdir output
$ cabal run adops stereo \
    data/flyingthings/A-0022-0015-left.bmp \
    data/flyingthings/A-0022-0015-right.bmp \
    data/stereo/params \
    output

Sobel Edge Detection

$ mkdir output
$ cabal run adops sobel \
    data/test/butterfly.bmp \
    output

Gradient Ascent

$ mkdir output
$ cabal run adops ascent \
    data/test/butterfly.bmp \
    output

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published