Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.5 KB

README.md

File metadata and controls

25 lines (16 loc) · 1.5 KB

clab-autodiff-examples

This repository contains some small examples of how to solve standard NLP learning problems using automatic differentiation to compute the derivatives of the objective function.

The included examples are:

For ease of reading, the code is not optimized, but automatic differentiation can be quite fast, and it can be used in large-scale learning problems.

To build the code, you need:

Here is a crash course on automatic differentiation that I put together.

Further reading