Skip to content

Commit

Permalink
Update 09a_JAX_patterns.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
damonbayer authored Sep 16, 2024
1 parent 0011b04 commit 1529d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 09a_JAX_patterns.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"source": [
"# JAX patterns\n",
"\n",
"Since Numpyro uses JAX as a backend, it is importnat to know how to work with JAX efficiently. JAX is a high-performance numerical computing library designed for machine learning research, which leverages XLA (Accelerated Linear Algebra) for optimizing and compiling numerical computations. This combination enables JAX to efficiently execute large-scale mathematical operations on hardware accelerators, boosting performance and scalability."
"Since Numpyro uses JAX as a backend, it is important to know how to work with JAX efficiently. JAX is a high-performance numerical computing library designed for machine learning research, which leverages XLA (Accelerated Linear Algebra) for optimizing and compiling numerical computations. This combination enables JAX to efficiently execute large-scale mathematical operations on hardware accelerators, boosting performance and scalability."
]
},
{
Expand Down

0 comments on commit 1529d1d

Please sign in to comment.