Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 571 Bytes

index.rst

File metadata and controls

24 lines (15 loc) · 571 Bytes

Linear Regression

In these notebooks we present some prerequisites for using coax. We do this by showing how to implement linear regression in pure JAX as well as in Haiku. The latter is the library on which the coax function approximators are based.

Simple linear regression.

To keep things simple, we'll just do some very basic linear regression to illustrate the basics of JAX and Haiku.

jax haiku