This commit is contained in:
carlospolop 2025-06-08 16:52:11 +02:00
parent 6238a26a92
commit c4a1fd3836
10 changed files with 11 additions and 5 deletions

View File

@ -435,3 +435,4 @@ Moreover, to generate an image from a text prompt, diffusion models typically fo
{{#include ../banners/hacktricks-training.md}}

View File

@ -103,3 +103,4 @@ AI-Prompts.md
{{#endref}}
{{#include ../banners/hacktricks-training.md}}

View File

@ -240,3 +240,4 @@ The confusion matrix can be used to calculate various evaluation metrics, such a
{{#include ../banners/hacktricks-training.md}}

View File

@ -77,3 +77,4 @@ SARSA is an **on-policy** learning algorithm, meaning it updates the Q-values ba
On-policy methods like SARSA can be more stable in certain environments, as they learn from the actions actually taken. However, they may converge more slowly compared to off-policy methods like Q-Learning, which can learn from a wider range of experiences.
{{#include ../banners/hacktricks-training.md}}

View File

@ -1029,3 +1029,4 @@ Ensemble methods like this demonstrate the principle that *"combining multiple m
{{#include ../banners/hacktricks-training.md}}

View File

@ -457,3 +457,4 @@ Here we combined our previous 4D normal dataset with a handful of extreme outlie
{{#include ../banners/hacktricks-training.md}}