From 1c9749c25e828a49fd6cad09ff14178235937b21 Mon Sep 17 00:00:00 2001 From: Foke Singh Date: Tue, 31 Oct 2023 10:21:14 +0000 Subject: [PATCH] docs: move image in concepts.md --- docs/learn/concepts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/learn/concepts.md b/docs/learn/concepts.md index 5bcc3b6..de14e15 100644 --- a/docs/learn/concepts.md +++ b/docs/learn/concepts.md @@ -91,7 +91,7 @@ Let's explain all that. The model struct is the Zig code that describes your Neural Network (NN). 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: