Created JAX wikipedia article #11167
Replies: 6 comments
-
added the logo and a screenshot of the code sample from README.md |
Beta Was this translation helpful? Give feedback.
-
I added a section to demo the grad function (on the logistic function) gradThe below code demonstrates the grad function's automatic differentiation.
|
Beta Was this translation helpful? Give feedback.
-
I added a section to demo the jit function (on the cube function). jitThe below code demonstrates the jit function's optimization through fusion.
The computation time for jit_cube should be noticably shorter than that for cube. Increasing the values on line no. 7, will further exacerbate the difference. |
Beta Was this translation helpful? Give feedback.
-
I added a section to demo the pmap function (matmul of PRNGKey values: pmapThe below code demonstrates the pmap function's parallelization for matrix multiplication.
The final line should print the valuesː
|
Beta Was this translation helpful? Give feedback.
-
I also added a vmapThe below code demonstrates the vmap function's vectorization.
|
Beta Was this translation helpful? Give feedback.
-
I also added an external links section, to the readthedocs, and the colab quickstart guide. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi colleagues,
I created a Wikipedia article (stub) on JAX: https://en.m.wikipedia.org/wiki/Google_JAX
Right now it just has this content:
Google JAX
Google JAX is a machine learning framework for transforming numerical functions.[1][2][3] The primary function that are transformed are[1]:
References
This Google-related article is a stub. You can help Wikipedia by expanding it.
Stub icon
This artificial intelligence-related article is a stub. You can help Wikipedia by expanding it.
Infobox
With this infobox (template: infobox software):
I will continue to expand the article as best I can, but I would like to invite more knowledgable colleagues to contribute content that is missing, and also correct any mistakes I made.
My Wikipedia account is also bquast. Please reach out here or elsewhere if interested.
The idea would be that Google Search will also generate a Google Knowledge Graph box on the side of search results of: https://www.google.com/search?q=google+jax
Beta Was this translation helpful? Give feedback.
All reactions