google / trax

Trax — Deep Learning with Clear Code and Speed
Apache License 2.0
8.01k stars 813 forks source link

Update core.py: fix docstring "y = Wx + b" -> "y = xW + b" #1784

Open arvyzukai opened 10 months ago

arvyzukai commented 10 months ago

Matrix multiplication is not commutative so the documentation might be misleading.

google-cla[bot] commented 10 months ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.