From e02db900d35bdccb5a33c1661f347477cf3cef67 Mon Sep 17 00:00:00 2001 From: Rickustc <1072105344@qq.com> Date: Sat, 27 Apr 2024 19:51:54 +0800 Subject: [PATCH] Site updated: 2024-04-27 19:51:54 --- .../index.html" | 2 +- 2024/GAN/index.html | 2 +- .../index.html" | 2 +- .../index.html" | 2 +- archives/2023/09/index.html | 2 +- archives/2023/index.html | 2 +- archives/2024/04/index.html | 2 +- archives/2024/index.html | 2 +- archives/index.html | 2 +- categories/index.html | 2 +- curriculum/index.html | 2 +- index.html | 2 +- rick/cv.html | 2 +- rick/index.html | 2 +- rick/temp.html | 2 +- tags/DGM/index.html | 2 +- tags/LVM/index.html | 2 +- tags/VAE/index.html | 2 +- tags/index.html | 2 +- .../index.html" | 2 +- "tags/\346\255\243\345\210\231\345\214\226/index.html" | 2 +- 21 files changed, 21 insertions(+), 21 deletions(-) diff --git "a/2023/\346\267\261\345\272\246\345\255\246\344\271\240\344\270\255\347\232\204\346\255\243\345\210\231\345\214\226/index.html" "b/2023/\346\267\261\345\272\246\345\255\246\344\271\240\344\270\255\347\232\204\346\255\243\345\210\231\345\214\226/index.html" index 18449a7..c855a81 100644 --- "a/2023/\346\267\261\345\272\246\345\255\246\344\271\240\344\270\255\347\232\204\346\255\243\345\210\231\345\214\226/index.html" +++ "b/2023/\346\267\261\345\272\246\345\255\246\344\271\240\344\270\255\347\232\204\346\255\243\345\210\231\345\214\226/index.html" @@ -84,7 +84,7 @@

Reference

s.src = '//' + 'nothing' + '.disqus.com/embed.js'; s.setAttribute('data-timestamp', +new Date()); (d.head || d.body).appendChild(s); - })();
-

September 2023

-
-
-
-
-
-
-
-
-

贝叶斯的两个理解角度

When you have eliminated the impossible, whatever remains, however -improbable, must be the truth...

Read more

深度学习中的正则化

最近在看集成学习,集成学习中对基学习器的要求是和而不同,及满足两个条件:误差 \(\epsilon -<0.5\)且具有多样性,由此引出一系列多样性方法,其和正则化非常类似。借助课上提到的框架对正则化进行梳理。并且试图统一绝大部分ml和dl的正则化方法

Read more