生成式对抗网络(GAN)学习笔记2023-12-04人工智能1553 words 4 mins read对于潜在的公式渲染错误,新的处置方案包括 已正确渲染的 PDF 文件 和 已正确渲染的 HTML。 04/12/2023 KevinZonda GAN 是一个的网络,其将一个无监督学习问题巧妙转换成了监督Read more...
2023年,我的设备们2023-09-10生活1377 words 3 mins read今年是呆在🇬🇧英国的第三年,最近搬了新宿舍,正好整理了一波电子产品,于是就想写一篇文章来记录一下。 移动手机 我有不少手机,也都在扮演不同的角色Read more...
修复GHCi在macOS上行为诡异2022-11-04开发200 words 1 min read前言 最近换了全新的 MacBook Air 2022 M2,安装好 ghcup 后惊奇发现在 set +m 后,复制粘贴会出现非常诡异的情况 1 2 Prelude> let concat3 :: [[a]] -> [a] Prelude| concat3 x = foldl (++) [] concat3 x = foldl (++) [] concat3 x = foldl (++)Read more...
PCR 与 LFT/快速Ag 的假阴性(False Negative, FN)2022-05-30医学1030 words 3 mins readSource of this post is at https://twitter.com/michaelmina_lab/status/1531030561082458112 and its comments Author is Michael Mina (Twitter@michaelmina_lab) Translated by KevinZonda 假阴性 正如妊娠测试(译者注:验孕棒)一样,如果过早使用任何测试都会呈现阴性结果。而暴露后 1 天内的PCR测Read more...
重置 PostgreSQL 密码2022-05-02运维474 words 1 min read前言 这几天 Kevin 在完成大学 FSAD 课程的第二项大作业。学校使用的是 PostgreSQL 数据库, 但是因为实在是太久了,我忘记了密码。但是因为没有密码我就不可以完成数据库作Read more...