The Wayback Machine - https://web.archive.org/web/20220618205309/https://github.com/topics/jax
Skip to content
#

jax

Here are 341 public repositories matching this topic...

transformers
penpaperkeycode
penpaperkeycode commented Jun 2, 2022

Feature request

Is the addition of the 'OPTforSequenceClassification' class scheduled?
Is someone handling it?
When adding these functions, I wonder if it is possible to PR one by one, or if I have to PR all classes supported by other models.

Motivation

Added function of OPT class, which is being actively discussed recently

Your contribution

I personally use the forSequenceCla

jax
gianlucadetommaso
gianlucadetommaso commented Dec 16, 2021

It would be great if you could add the JAX equivalent of scipy.stats.mode, which is currently unavailable.

A use case may be a ML classification task with ensembles, where multiple models give different predictions, and we are interested in finding the most common one.

As an example, consider predictions to be a two-dimensional DeviceArray of predictions, with
shape = (number of model

enhancement good first issue contributions welcome
pennylane
albi3ro
albi3ro commented Jun 16, 2022

Right now, qml.operation.expand_matrix is often called in a code-block like:

if wire_order is None or self.wires == Wires(wire_order):
    return canonical_matrix

expand_matrix(canonical_matrix, wires=self.wires, wire_order=wire_order)

see [pennylane/operation.py Line 587](https://github.com/PennyLaneAI/pennylane/blob/b6fc5380abea6215661704ebe2f5cb8e7a599635/pennylane/operation.p

good first issue code quality 🎓
hessammehr
hessammehr commented May 11, 2022

A quick search for mixture distributions in numpyro only turns up examples using Categorical in conjunction with an array of distributions. Since sampling from discrete distributions is not always desirable, I have implemented a quick general purpose mixture distribution with continuous log probability.

class Mixture(Distribution):
    arg_constraints = {}

    def __init__(self
enhancement good first issue
fgolemo
fgolemo commented Sep 28, 2021

Dear Brax team,

Since Brax is fully differentiable, I thought it'd be possible to use it like DiffTaichi or GradSim for system identification (e.g. determining the mass of an object from a trajectory and known force) but I couldn't find any example for this.
Do you happen to have any demo or tips for this?

From the top of my head I would do something like this:
Let's say the task is to es

good first issue

Improve this page

Add a description, image, and links to the jax topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the jax topic, visit your repo's landing page and select "manage topics."

Learn more