Skip to content

Commit

Permalink
change next page link on math
Browse files Browse the repository at this point in the history
  • Loading branch information
yuichiis committed Apr 7, 2024
1 parent 14c8139 commit efb6e5f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions _mathematics/matrix/dimensionoperations.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: document
title: "Dimension Operations"
upper_section: index
previous_section: matrix/arrayobjects
next_section: plot/overviewplot
---
overview
--------
Expand Down
1 change: 1 addition & 0 deletions _mathematics/openblas/mathlibrary.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: document
title: "Math libray"
upper_section: index
previous_section: openblas/blaslibrary
next_section: acceleration/opencl
---

Overview
Expand Down
1 change: 1 addition & 0 deletions _mathematics/plot/gettingstartplot.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: document
title: "Getting start Rindow Math Plot"
upper_section: index
previous_section: plot/overviewplot
next_section: openblas/overviewopenblas
---
Components
----------
Expand Down
6 changes: 6 additions & 0 deletions _neuralnetworks/tutorials/tutorials.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ next_section: builders
---
Experience various machine learning on PHP with Rindow Neural Networks.

- [Basic image classification on PHP](#basic-image-clasification-on-php)
- [Convolutional Neural Network(CNN) on PHP](#convolutional-neural-networkcnn-on-php)
- [Learning to add numbers with seq2seq on PHP](#learning-to-add-numbers-with-seq2seq-on-php)
- [Neural machine translation with attention](#neural-machine-translation-with-attention)


Basic image clasification on PHP
--------------------------------
This is a tutorial for beginners. Experience a machine learning model with very simple image recognition.
Expand Down

0 comments on commit efb6e5f

Please sign in to comment.