Coder Social home page Coder Social logo

ad-handbook's Introduction

ad-handbook

This is the source repository for the Automatic Differentiation Handbook.

Pre-built pdf

Here's a pre-built pdf of a recent (but perhaps not the latest) DRAFT:

I don't have a pre-built version of the HTML yet, but I'll try to figure out how to push that to my GitHub pages repo automatically one of these days.

Contributing

Please create

  • issues for feature requests or reporting bugs/typos/brainos
  • pull requests for contributions

If you contribute and want to be listed by name rather than GitHub handle, please include that in the PR. Also, if you'd rather not be listed, say that, too!

The C++ reference implementation

Licensing

The code is licensed under BSD-3 and the text under CC-BY-ND-NC 4.0. All contributions are made in accorance with this license under the terms of use for GitHub.

Building the book

Prerequisites

The following system package must be installed:

  • pandoc
  • pandoc-citeproc

See the instructions for installing pandoc.

The following R packages must be installed in order to build the book:

  • bookdown
  • tufte
  • reshape
  • ggplot2
  • gridExtra
  • formatR

They can be installed using, e.g.,

> install.pacakges('tufte')

Build steps

To build the HTML version of the book from R using the bookdown package,

> library(bookdown)
> render_book('index.Rmd')

The first page of the book can then be found in the file _book/index.html.

A web connection is required to render the mathematics in the web version because it uses MathJax.

To build the PDF version of the book using a shell script,

> ./build-pdf.sh

and to build the HTML version,

> ./build-html.sh

ad-handbook's People

Contributors

adamhaber avatar jtimonen avatar syclik avatar

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.