• 梦回温柔乡
    header_user_avatar
    登录

    梦回温柔乡

    疯狂造句中......

    莫贪几两钱 误了月儿圆

  • WeChat
  • qq
  • bilibili
  • cloudmusic
  • github
  • E-mail
  • 切换
  • deeplearning

    post_img
    发布于 2022-04-16
    121 热度 无~ 技术交流

    torch之自定义层

    摘要

    import torch from torch import nn print(torch.__version__) 1.11.0 …

    post_img
    发布于 2022-04-15
    990 热度 无~ 技术交流

    torch之模型参数

    摘要

    import torch from torch import nn from torch.nn import init print …

    post_img
    发布于 2022-04-15
    129 热度 无~ 技术交流

    torch模型构造的几种方法

    摘要

    import torch from torch import nn print(torch.__version__) 1.11.0 …

    post_img
    发布于 2022-04-15
    988 热度 无~ 技术交流

    torch之dropout

    摘要

    %matplotlib inline import torch import torch.nn as nn import nump …

    post_img
    发布于 2022-04-15
    987 热度 无~ 技术交流

    torch之权重衰减

    摘要

    权重衰减 %matplotlib inline import torch import torch.nn as nn import …

    post_img
    发布于 2022-04-15
    131 热度 无~ 技术交流

    模型选择、欠拟合和过拟合

    摘要

    多项式函数拟合实验 %matplotlib inline import torch import numpy as np impo …

    post_img
    发布于 2022-04-15
    983 热度 无~ 技术交流

    torch之多层感知机mlp

    摘要

    多层感知机 %matplotlib inline import torch import numpy as np import m …

    post_img
    发布于 2022-04-14
    990 热度 无~ 技术交流

    torch之softmax分类mnist

    摘要

    import torch import torchvision import torchvision.transforms as …

    post_img
    发布于 2022-04-14
    132 热度 无~ 技术交流

    Pytorch中的线性回归

    摘要

    1 Tensor运算特点 我们先来看看Tensor的运算特点吧 import torch from time import tim …

    post_img
    发布于 2022-04-14
    129 热度 无~ 技术交流

    Pytorch之autograd

    摘要

    import torch print(torch.__version__) 0.4.1   1.2 自动求梯度 1.2.1 概念 …

    更早的文章
    loading_svg

    互联网ICP备案:浙ICP备2021031116号-1

    加载耗时 0.209 秒 | 查询 85 次 | 内存使用 20.99 MB
    Theme Sakurairo by Fuukei
    m-avatar