Existing libraries implement automatic differentiation by tracing a program's execution (at runtime, like PyTorch) or by staging out a dynamic data-flow graph and then differentiating the graph (ahead-of-time, like TensorFlow). In contrast, Tangent performs ahead-of-time autodiff on the Python source code itself, and produces Python source code as its output. Tangent fills a unique location in the space of machine learning tools. As a result, you can finally read your automatic derivative code just like the rest of your program. Tangent is useful to researchers and students who not only want to write their models in Python, but also read and debug automatically-generated derivative code without sacrificing speed and flexibility. Tangent works on a large and growing subset of Python, provides extra autodiff features other Python ML libraries don't have, has reasonable performance, and is compatible with TensorFlow and NumPy.

Features

  • Tangent is a new, free, and open-source Python library for automatic differentiation
  • This project is an experimental release
  • Provides an interactive notebook with all the code in the project page
  • Tangent fills a unique location in the space of machine learning tools
  • The easiest way to install Tangent is to use pip
  • Tangent supports differentiating functions that use TensorFlow Eager functions that are composed together

Project Samples

Project Activity

See All Activity >

License

Apache License V2.0

Follow Tangent

Tangent Web Site

Other Useful Business Software
MongoDB Atlas runs apps anywhere Icon
MongoDB Atlas runs apps anywhere

Deploy in 115+ regions with the modern database for every enterprise.

MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Start Free
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of Tangent!

Additional Project Details

Programming Language

Python

Related Categories

Python Debuggers, Python Machine Learning Software

Registered

2022-08-09