会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
ArdenWang
博客园
首页
新随笔
联系
订阅
管理
1
2
3
4
5
···
8
下一页
2022年10月31日
Windows OpenSSH安装、配置、卸载
摘要: 官方文档
阅读全文
posted @ 2022-10-31 10:22 ArdenWang
阅读(681)
评论(0)
推荐(0)
2022年10月30日
Docker常用命令
摘要: Windows Powershell命令 (以管理员身份运行) Docker常用命令(启动、镜像相关、容器相关、文件拷贝、目录挂载、查看容器IP地址、Docker备份与恢复)
阅读全文
posted @ 2022-10-30 21:39 ArdenWang
阅读(32)
评论(0)
推荐(0)
2022年9月28日
自编码器
摘要: 自编码器 构成 编码器(Encoder) 解码器(Decoder) 目的 将输入变量$x$编码为中间变量$y$,再将中间变量$y$解码为输出变量$\widetilde{x}$ 对比输入$x$与输出$\widetilde{x}$,使二者无限接近 深度学习中的自编码器 在深度学习中,自编码模型是一种无监
阅读全文
posted @ 2022-09-28 10:21 ArdenWang
阅读(67)
评论(0)
推荐(0)
2022年9月21日
逻辑回归函数
摘要: Sigmoid Function Logistic Function: $S(x)=\frac{1}{1+e^{-x}}$ ($S(0)=\frac{1}{1+1}=0.5$) Hyperbolic tangent $f(x)=tanh(x)=\frac{e^x-e^{-x}}{e^x+e^{-x}
阅读全文
posted @ 2022-09-21 19:08 ArdenWang
阅读(34)
评论(0)
推荐(0)
2022年9月6日
pycharm中Terminal创建虚拟环境的方法
摘要: https://www.jb51.net/article/259373.htm
阅读全文
posted @ 2022-09-06 14:45 ArdenWang
阅读(85)
评论(0)
推荐(0)
2022年8月30日
【OpenFace】使用命令行单个/批量处理图像/视频
摘要: 在OpenFace的可执行文件夹Release下运行cmd 以识别单个视频为例: 命令行参数参考: https://blog.csdn.net/bj233/article/details/113737268?utm_medium=distribute.pc_relevant.none-task-bl
阅读全文
posted @ 2022-08-30 14:34 ArdenWang
阅读(322)
评论(0)
推荐(0)
2022年6月30日
【论文阅读】2022-Towards an Online Empathetic Chatbot with Emotion Causes
摘要: Towards an Online Empathetic Chatbot with Emotion Causes 2022 小米AI实验室 李嫣然 现有情感感知对话模型都集中在将回复内容与特定的情感类别进行对齐,忽略了理解和关注他人感受的过程。论文通过挖掘用户情感的诱发原因,从而生成移情回复。为了收
阅读全文
posted @ 2022-06-30 14:20 ArdenWang
阅读(230)
评论(0)
推荐(0)
2022年4月14日
文本预处理
摘要: 文本预处理通常包括四个步骤: 读入文本 分词(Tokenization) 建立词典(vocab),将每个词映射到唯一的索引(index) 根据词典,将文本序列转为索引序列,方便输入模型 建立词向量矩阵 读入文本 class ZOLDatesetReader: @staticmethod def __
阅读全文
posted @ 2022-04-14 21:53 ArdenWang
阅读(112)
评论(0)
推荐(0)
[转]Pytorch常用代码块
摘要: 来源:机器学习算法与自然语言处理 基本配置 导入包和版本查询 import torch import torch.nn as nn import torchvision print(torch.__version__) print(torch.version.cuda) print(torch.ba
阅读全文
posted @ 2022-04-14 10:16 ArdenWang
阅读(77)
评论(0)
推荐(0)
2022年4月13日
colab查看gpu信息
摘要: !nvidia-smi
阅读全文
posted @ 2022-04-13 16:10 ArdenWang
阅读(354)
评论(0)
推荐(0)
1
2
3
4
5
···
8
下一页
公告