docs: move image in concepts.md

This commit is contained in:
Foke Singh 2023-10-31 10:21:14 +00:00
parent eb20548241
commit 1c9749c25e

View File

@ -91,7 +91,7 @@ Let's explain all that.
The model struct is the Zig code that describes your Neural Network (NN). The model struct is the Zig code that describes your Neural Network (NN).
Let's look a the following model architecture: Let's look a the following model architecture:
![Multilayer perceptrons](https://zml.ai/docs-assets/perceptron.png) ![Multilayer perceptrons](https://raw.githubusercontent.com/zml/zml.github.io/refs/heads/main/docs-assets/perceptron.png)
This is how we can describe it in a Zig struct: This is how we can describe it in a Zig struct: