From 067db624fb8f674a78af8d7f9d3b3ebee8e083c0 Mon Sep 17 00:00:00 2001 From: NotXia <35894453+NotXia@users.noreply.github.com> Date: Tue, 3 Jun 2025 11:17:59 +0200 Subject: [PATCH] Add missing fraction --- .../sections/_cooperative_robotics.tex | 2 +- src/year2/ethics-in-ai/module2/sections/_gen_ai.tex | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 src/year2/ethics-in-ai/module2/sections/_gen_ai.tex diff --git a/src/year2/distributed-autonomous-systems/sections/_cooperative_robotics.tex b/src/year2/distributed-autonomous-systems/sections/_cooperative_robotics.tex index 80a1a11..02ae9cc 100644 --- a/src/year2/distributed-autonomous-systems/sections/_cooperative_robotics.tex +++ b/src/year2/distributed-autonomous-systems/sections/_cooperative_robotics.tex @@ -102,7 +102,7 @@ \begin{itemize} \item An estimate $\z_i^k$ of its optimal position $\z_i^*$, \item An estimate $\s_i^k$ of the aggregation function $\sigma(\z^k) = \frac{1}{N} \sum_{j=1}^{N} \phi_j(\z_j^k)$, - \item An estimate $\v_i^k$ of the gradient with respect to the second argument of the loss $\sum_{j=1}^{N} \nabla_{[\sigma(\z^k)]} l_j(\z_j^k, \sigma(\z^k))$. + \item An estimate $\v_i^k$ of the gradient with respect to the second argument of the loss $\frac{1}{N} \sum_{j=1}^{N} \nabla_{[\sigma(\z^k)]} l_j(\z_j^k, \sigma(\z^k))$. \end{itemize} The step is based on the centralized gradient method using the local estimates: diff --git a/src/year2/ethics-in-ai/module2/sections/_gen_ai.tex b/src/year2/ethics-in-ai/module2/sections/_gen_ai.tex new file mode 100644 index 0000000..b8c7743 --- /dev/null +++ b/src/year2/ethics-in-ai/module2/sections/_gen_ai.tex @@ -0,0 +1,8 @@ +\begin{remark} + Transformative rule: Two purposes of a work: + \begin{itemize} + \item Original of the work (e.g., creative work) + \item Training + \end{itemize} + It is allowed if the original and training reason is different. +\end{remark} \ No newline at end of file