Skip to content

Commit

Permalink
added two new tutorials using chaotic systems. Fix link references in…
Browse files Browse the repository at this point in the history
… getting started
  • Loading branch information
wilsonrljr committed Feb 23, 2025
1 parent dfa0105 commit d386e77
Show file tree
Hide file tree
Showing 6 changed files with 2,037 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/getting-started/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,13 +133,13 @@ the help box. Install with:
<p>Minimize different objective functions using <strong>affine information</strong> for parameter estimation.</p>
</div>
<div class="feature-card">
<a href="https://sysidentpy.org/user-guide/how_to/simulating-existing-models/" class="feature-link">
<a href="https://sysidentpy.org/user-guide/how-to/simulating-existing-models/" class="feature-link">
<h3>🔄 Model Simulation</h3>
</a>
<p>Reproduce paper results easily with <strong>SimulateNARMAX</strong>. Test and compare published models effortlessly.</p>
</div>
<div class="feature-card">
<a href="https://sysidentpy.org/user-guide/how_to/create-a-narx-neural-network/" class="feature-link">
<a href="https://sysidentpy.org/user-guide/how-to/create-a-narx-neural-network/" class="feature-link">
<h3>🤖 Neural NARX (PyTorch)</h3>
</a>
<p>Integrate with <strong>PyTorch</strong> for custom neural NARX architectures using all PyTorch optimizers and loss functions.</p>
Expand Down
402 changes: 402 additions & 0 deletions docs/user-guide/tutorials/chaotic-systems/logistic-map.ipynb

Large diffs are not rendered by default.

614 changes: 614 additions & 0 deletions docs/user-guide/tutorials/chaotic-systems/lorenz-system.ipynb

Large diffs are not rendered by default.

402 changes: 402 additions & 0 deletions examples/chaotic-systems/logistic-map.ipynb

Large diffs are not rendered by default.

614 changes: 614 additions & 0 deletions examples/chaotic-systems/lorenz-system.ipynb

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,9 @@ nav:
- air-passenger-benchmark: user-guide/tutorials/air-passenger-benchmark.ipynb
- load-forecasting-benchmark: user-guide/tutorials/load-forecasting-benchmark.ipynb
- pv-forecasting-benchmark: user-guide/tutorials/PV-forecasting-benchmark.ipynb
- Chaotic Systems:
- lorenz-system: user-guide/tutorials/chaotic-systems/lorenz-system.ipynb
- logistic-map: user-guide/tutorials/chaotic-systems/logistic-map.ipynb
- How to:
- create-a-narx-neural-network: user-guide/how-to/create-a-narx-neural-network.ipynb
- save-and-load-models: user-guide/how-to/save-and-load-models.ipynb
Expand Down

0 comments on commit d386e77

Please sign in to comment.