Skip to content

Commit

Permalink
fixed emojis
Browse files Browse the repository at this point in the history
  • Loading branch information
BalzaniEdoardo committed Nov 25, 2024
1 parent 3b884d1 commit 7dcb458
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
3 changes: 2 additions & 1 deletion docs/how_to_guide/plot_05_sklearn_pipeline_cv_demo.md
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,8 @@ if path.exists():
fig.savefig(path / "plot_05_sklearn_pipeline_cv_demo.svg")
```

_U+1F680 _U+1F680 _U+1F680 **Success!** _U+1F680 _U+1F680 _U+1F680
🚀🚀🚀 **Success!** 🚀🚀🚀

We are now able to capture the distribution of the firing rate appropriately: both peaks and valleys in the spiking activity are matched by our model predicitons.

### Evaluating different bases directly
Expand Down
16 changes: 8 additions & 8 deletions docs/tutorials/plot_01_current_injection.md
Original file line number Diff line number Diff line change
Expand Up @@ -444,14 +444,14 @@ following properties:
arrays, `numpy` arrays or `pynapple` `TsdFrame`/`Tsd`.

:::{admonition} What is jax?
:class: info

[jax](https://github.com/google/jax) is a Google-supported python library
for automatic differentiation. It has all sorts of neat features, but the
most relevant of which for NeMoS is its GPU-compatibility and
just-in-time compilation (both of which make code faster with little
overhead!), as well as the collection of optimizers present in
[jaxopt](https://jaxopt.github.io/stable/).
:class: note

[jax](https://github.com/google/jax) is a Google-supported python library
for automatic differentiation. It has all sorts of neat features, but the
most relevant of which for NeMoS is its GPU-compatibility and
just-in-time compilation (both of which make code faster with little
overhead!), as well as the collection of optimizers present in
[jaxopt](https://jaxopt.github.io/stable/).
:::

First, we require that our predictors and our spike counts have the same
Expand Down

0 comments on commit 7dcb458

Please sign in to comment.