Giter Site home page Giter Site logo

jacopotagliabue / automatic-differentiation-with-dual-numbers Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 6 KB

A brief (and inaccurate) history of derivatives, with a brief (and incomplete) Python implementation

License: MIT License

Python 100.00%
autodifferentiation calculus dual-numbers ml python

automatic-differentiation-with-dual-numbers's Introduction

Automatic-differentiation-with-dual-numbers

A brief (and inaccurate) history of derivatives, with a brief (and incomplete) Python implementation

Overview

While derivates are at the heart of ML training, we rarely think about computing them: arguably, the capabilities of modern ML packages when it comes to "automatic differentiation" is one of the reasons behind the explosive growth of the field.

The blog post "Marginally important: automatic differentiation with dual numbers" is a brief introduction to supernatural, infinitesimal and dual numbers, with unexpected application to one of the core concepts of ML: Newton-and-Leibniz calculus, re-booted.

This repo contains a simple code snippet to implement differentiation through dual numbers.

Setup

Activate a Python virtual environment:

python -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Then run the code with:

cd src
python dual.py

You should get in the terminal the examples from the blog post, and the results of comparing the dual implementation with MyGrad.

License

All the code is released without warranty, "as is" under a MIT License. This was a fun week-end project and should be treated with the appropriate sense of humour.

automatic-differentiation-with-dual-numbers's People

Contributors

jacopotagliabue avatar

Watchers

 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.