fix translations 1

This commit is contained in:
carlospolop 2025-06-08 16:38:39 +02:00
parent b080ea8b89
commit 6238a26a92
9 changed files with 5 additions and 8 deletions

View File

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

View File

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

View File

@ -77,4 +77,3 @@ 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

@ -1028,3 +1028,4 @@ Ensemble methods like this demonstrate the principle that *"combining multiple m
- [https://medium.com/@sarahzouinina/ensemble-learning-boosting-model-performance-by-combining-strengths-02e56165b901](https://medium.com/@sarahzouinina/ensemble-learning-boosting-model-performance-by-combining-strengths-02e56165b901)
{{#include ../banners/hacktricks-training.md}}

View File

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