Coder Social home page Coder Social logo

juliadiff.github.io's People

Contributors

baggepinnen avatar chrisrackauckas avatar gdalle avatar glenhertz avatar iainnz avatar isuruf avatar jrevels avatar keno avatar lwhitefox avatar mcabbott avatar mikeinnes avatar mlubin avatar oxinabox avatar papamarkou avatar tansongchen avatar viralbshah avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

juliadiff.github.io's Issues

DiffBase + Package Organization?

We'll soon have enough packages sharing code that it makes sense to re-examine how we're organizing JuliaDiff. I have two proposals which I won't have time to work on for at least a month, but I'll write them up now to allow time for discussion.

cc @mlubin @johnmyleswhite @KristofferC @dpsanders

1. DiffBase.jl

This package could define a common differentiation interface for other packages to implement, but probably not overload (since it could result in ambiguities/conflicts between packages). The interface should still allow other packages to use implementation-specific optional/keyword arguments.

It could also implement DiffResult types - essentially the ForwardDiffResult types currently in ForwardDiff.jl, perhaps with some tweaks.

Finally, this package could contain an automated test and benchmark suite of various differentiable functions written against the API DIffBase provides.

2. Replace DualNumbers.Dual with ForwardDiff.Dual

I'd like to decouple ForwardDiff's dual number implementation from the rest of ForwardDiff, since the multidimensional dual numbers are useful as a standalone tool (e.g. for my upcoming reverse-mode package). Last time I checked, ForwardDiff.Dual provides all the functionality (and more) of DualNumbers.Dual without any performance loss. Would anybody be opposed to a straight replacement of the implementation in DualNumbers.jl?

AFAIK, ForwardDiff.Dual also constitutes a more general hyper-dual number implementation than HyperDualNumbers.Hyper, but I'm not sure of the performance difference.

Revamp package list

The list of packages on https://juliadiff.org/ is pretty outdated, and the ones on top are not necessarily the most widely used or actively maintained.

@oxinabox @ChrisRackauckas I can do a PR to reorder / delete names but I'd need help to figure things out. What do you suggest looking at? GitHub activity? Package stats?

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.