Coder Social home page Coder Social logo

zoziha / auto-diff Goto Github PK

View Code? Open in Web Editor NEW
11.0 2.0 0.0 27 KB

Fortran backward (reverse) mode automatic differentiation.

License: MIT License

Fortran 100.00%
auto-differentiation backward fpm modern-fortran sigmoid diff automatic-differentiation

auto-diff's People

Contributors

zoziha avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

auto-diff's Issues

All gradients equal zero

Hello! First of all thanks for developing this! I find automatic differentiation very exiting and an incredible tool for my work

I'm trying to use this library for a project, but for some reason I can't get any derivatives values. Not even the examples are running for me:

demo1: y = (a + b*b)*exp(c)
 y     =    3.00000000    
 dy/da =    0.00000000    
 dy/db =    0.00000000    
 dy/dc =    0.00000000    
 
 demo2: y = (a + b)*(b + 1.0)
 y     =    6.00000000    
 dy/da =    0.00000000    
 dy/db =    0.00000000  

This happens on all examples

Any idea about what could this be?

I also tried the recommended fazang library but couldn't even link it to a simple main program :/

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.