Recent Books
Recently Updated Pages
openwrt 如何正确设置ksmbd
openwrt 如何正确设置ksmbd 在luci界面 系统=》软件包 里安装 ksmbd-utils,然后ssh登录 ksmbd.adduser -a 你想用户名 -p 你想设置的密码 ksm...
test页面
示例文档 这是一个从Word文档转换而来的Markdown示例。 章节标题 列表项1 列表项2 列表项3 子章节 数学公式:$E = mc^2$ 矩阵示例: $$ \begin{pmatri...
Investigation on the corrosion resistance of epoxy resin coatings modified by high-entropy oxides
Investigation on the corrosion resistance of epoxy resin coatings modified by high-entropy oxides...
第四周:深层神经网络(Deep Neural Networks)
4.1 深层神经网络(Deep L-layer neural network) 目前为止我们学习了只有一个单独隐藏层的神经网络的正向传播和反向传播,还有逻辑回归,并且你还学到了向量化,这在随机初...
base64_Investigation on the corrosion resistance of epoxy resin coatings modified by high-entropy oxides
Investigation on the corrosion resistance of epoxy resin coatings modified by high-entropy oxides...
第三周:浅层神经网络(Shallow neural networks)
3.1 神经网络概述(Neural Network Overview) 本周你将学习如何实现一个神经网络。在我们深入学习具体技术之前,我希望快速的带你预览一下本周你将会学到的东西。如果这个视频中...
第二周:神经网络的编程基础(Basics of Neural Network programming)
2.1 二分类(Binary Classification) 这周我们将学习神经网络的基础知识,其中需要注意的是,当实现一个神经网络的时候,我们需要知道一些非常重要的技术和技巧。例如有一个包含$...
第一周:深度学习引言(Introduction to Deep Learning)
1.1 欢迎(Welcome) 第一个视频主要讲了什么是深度学习,深度学习能做些什么事情。以下是吴恩达老师的原话: 深度学习改变了传统互联网业务,例如如网络搜索和广告。但是深度学习同时也使得许多...
使用 Certbot 获取免费 HTTPS 证书
为什么选择 Certbot 和 Let’s Encrypt? Let’s Encrypt 是一个由非营利组织 ISRG 提供的免费证书颁发机构,Certbot 则是其官方推荐的自动化工具。它们的...
wireguard配置
wg-easy 镜像docker安装 docker-compose.yml services: wg-easy: container_name: wg-easy image:...