File tree 1 file changed +1
-1
lines changed 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Contributions to this project means that the contributors agree to releasing the
15
15
## Coding guidelines
16
16
17
17
- Follow standard Python style [ guidelines] ( https://google.github.io/styleguide/pyguide.html#s3-python-style-rules ) . In particular, follow [ PEP8 naming conventions] ( https://www.python.org/dev/peps/pep-0008/#function-and-variable-names ) .
18
- - See [ this list of python tutorials] ( https://github.com/probml/pyprobml/blob/master/tutorials/python_tutorials.md ) for more guidelines.
18
+ - See [ this list of python tutorials] ( https://github.com/probml/pyprobml/blob/master/notebooks/ tutorials/python_tutorials.md ) for more guidelines.
19
19
- Use [ JAX] ( https://github.com/probml/pyprobml/blob/master/tutorials/jax_tutorials.md ) instead of numpy/scipy.
20
20
- If you need to use a neural network, use [ Flax] ( https://github.com/google/flax ) instead of PyTorch/TF.
21
21
You can’t perform that action at this time.
0 commit comments