摘要: The rasterizer then determines the positions of each of those fragments based on where they reside on the triangle shape. Based on these positions, it 阅读全文
posted @ 2023-03-07 16:30 一个AI的修养 阅读(18) 评论(0) 推荐(0)
摘要: A color buffer for writing color values, a depth buffer to write and test depth information, and finally a stencil buffer that allows us to discard ce 阅读全文
posted @ 2023-03-07 16:30 一个AI的修养 阅读(35) 评论(0) 推荐(0)
摘要: 本篇主要是域名解析相关 放到这里可能有点迟了,但买服务器的时候最好买香港,因为这样域名就不用备案了。同时买域名的时候需要实名,认证一个小时左右 解析的方法,具体如下图 进入域名页面 解析域名 选择快速添加解析即可 官方说是0到72个小时,会成功。但一个小时左右应该就可以了 wordpress就到这里 阅读全文
posted @ 2023-03-07 16:23 一个AI的修养 阅读(21) 评论(0) 推荐(0)
摘要: 本篇主要是遇到的问题以及处理方法 包含以下三个部分 中文404问题 markdown导入问题 文件上传大小限制问题 1.中文404问题 这个很简单,直接在设置,固定链接 里面选择朴素就可以结局 2.markdown导入问题 这个在插件里面搜索MarkDown既可解决,安装后启用即可以解决。本页面使用 阅读全文
posted @ 2023-03-07 16:23 一个AI的修养 阅读(35) 评论(0) 推荐(0)
摘要: 主要用了下面的命令 安装apache sudo apt install apache2 -y 安装mariadb sudo apt install mariadb-server mariadb-client -y 取人mariadb是否安装成功 sudo systemctl status maria 阅读全文
posted @ 2023-03-07 16:20 一个AI的修养 阅读(63) 评论(0) 推荐(0)
摘要: 今天把李宏毅老师的视频又看了一遍。为了以后能够快速回顾,写下自己的理解。 RNN诞生的原因是对NN的一种补充,因为当时候在做NLP的时候,一句话中的关键字可能相同但意思完全不一样。 “从北京到上海。” “离开北京去上海。” 这俩句话都出现了“北京”和“上海”。但是表达的意思完全不一样,因此除了考虑这 阅读全文
posted @ 2021-03-09 20:39 一个AI的修养 阅读(42) 评论(0) 推荐(0)
摘要: 把自己看过的东西复述一遍能有个更好的理解,本着这个原则决定写一写博客。 梯度下降法也称Gradient Descent。部分专业名词我会直接用英语表述,因为更容易理解。我看到的资料都是从直观和推导两个方向进行的。我也从这两个方面来写自己的理解。 1.直观理解 先不管梯度下降是什么。我们来考虑一个曲面 阅读全文
posted @ 2021-02-24 17:13 一个AI的修养 阅读(109) 评论(0) 推荐(0)