万象云档 本次搜索耗时 1.370 秒,为您找到 805 个相关结果.
  • PyTorch:自定义nn模块

    PyTorch:自定义nn 模块 PyTorch:自定义nn 模块 原文:https://pytorch.org/tutorials/beginner/examples_nn/polynomial_module.html#sphx-glr-beginner-examples-nn-polynomial-module-py 经过训练的三阶多项式...
  • PyTorch: nn包

    PyTorch: nn包 PyTorch: nn包 译者:@yongjay13 、@speedmancs 校对者:@bringtree 本例中的全连接神经网络有一个隐藏层, 后接ReLU激活层, 并且不带偏置参数. 训练时通过最小化欧式距离的平方, 来学习从x到y的映射. 实现中用PyTorch的nn包来搭建神经网络. 如果使用PyT...
  • 删除文件

    小结 在Git中,删除也是一个修改操作,我们实战一下,先添加一个新文件test.txt 到Git并且提交: $ git add test . txt $ git commit - m "add test.txt" [ master b84166e ] add test . txt 1 file changed , 1 ...
  • HBase and Schema Design

    HBase and Schema Design 34. Schema Creation 34.1. Schema Updates 35. Table Schema Rules Of Thumb HBase and Schema Design A good introduction on the strength and weaknesses mo...
  • PyTorch: 定义新的autograd函数

    PyTorch: 定义新的autograd函数 PyTorch: 定义新的autograd函数 译者:@yongjay13 、@speedmancs 校对者:@bringtree 本例中的全连接神经网络有一个隐藏层, 后接ReLU激活层, 并且不带偏置参数. 训练时通过最小化欧式距离的平方, 来学习从x到y的映射. 在此实现中, 我们...
  • PyTorch:张量 与 Autograd

    PyTorch:张量 与 Autograd PyTorch:张量 与 Autograd 原文:https://pytorch.org/tutorials/beginner/examples_autograd/polynomial_autograd.html#sphx-glr-beginner-examples-autograd-polynomial-...
  • 散点图及气泡图

    散点图和气泡图常用于展现数据的分布情况。 一、散点图 图4-11 Highcharts 散点图 散点图相关的配置参考 API 文档: 散点图配置 :针对当前数据列有效 散点数据列配置 :针对当前页面的所有散点数据列有效下面简单列举散点图的特性及常见问题 1、线图转换成散点图 散点图和直线图的区别是散点图少了点之间的连线,所以只...
  • 1.单主库环境准备

    1.单主库环境准备 1.1 机器部署 1.2 网络拓扑 1.3 准备数据 1.4 测试结果 只读测试(oltp_read_only ) 读写测试(oltp_read_write) 只写测试(oltp_write_only) 点查测试(oltp_point_select) 2.主从环境准备 2.1 机器部署 2.2 网络拓扑 2.3 准备...
  • 区块链结构从定义到实现

    区块链结构从定义到实现 undefined4. 区块数据结构从定义到初步实现 undefined4.1 Head undefined4.1.1 结构说明 undefined4.1.2 程序数据结构 undefined4.1.3 程序代码 undefined4.2 Body undefined4.2.1 Transaction-Input undef...
  • torch.nn.functional

    torch.nn.functional Convolution 函数 Pooling 函数 非线性激活函数 Normalization 函数 线性函数 Dropout 函数 距离函数(Distance functions) 损失函数(Loss functions) Vision functions torch.nn.functional.pi...