自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 资源 (9)
  • 收藏
  • 关注

翻译 Pytorch 60分钟入门之(四) TRAINING A CLASSIFIER 训练一个分类器

目录TRAINING A CLASSIFIER 训练一个分类器数据呢?Training an image classifier 训练一个图像分类器1. 载入和归一化CIFAR102. Define a Convolutional Neural Network 定义一个卷积神经网络3. Define a Loss function and optimizer 定义一个loss函数和优化器4. Tra...

2020-04-10 17:02:34 15439 2

翻译 Pytorch 60分钟入门之(三) NEURAL NETWORKS 神经网络

目录NEURAL NETWORKS 神经网络Define the network 定义网络Loss Function 损失函数Backprop 反向传播Update the weights 更新网络权重补充1. 网络的parameter是如何组织的?NEURAL NETWORKS 神经网络神经网络是使用torch.nn包构造的.nn使用autograd定义模型和对模型做微分. 一个nn.mo...

2020-04-06 17:14:12 368 1

翻译 Pytorch 60分钟入门之(二) Autograd:自动求导

Autograd:自动求导Pytorch所有的神经网络的核心是autograd库. 我们先简单了解一下, 然后训练第一个神经网络.The autograd package provides automatic differentiation for all operations on Tensors. It is a define-by-run framework, which means t...

2020-04-06 11:36:56 443 1

custom_data.ipynb

pytorch 自定义数据集 notebook # Dataset 类 # torch.utils.data.Dataset 是一个抽象类, 表示一个dataset. # 自定义的dataset类需要继承Dataset. 并且重载: # __len__函数, len(dataset)返回数据集的长度 # __getitem__函数, 支持dataset[i]寻址.

2019-10-23

图像处理分析与机器视觉-Sonka-教辅-代码

Image Processing Analysis and Machine Vision 算法代码 matlab实现 带图像素材

2018-10-19

机器学习实战_machine learning in action_SourceCode.zip

机器学习实战_machine learning in action_SourceCode.zip

2018-08-16

Introduction to Machine Learning with Python_正式版.pdf

Introduction to Machine Learning with Python_正式版.pdf Introduction to Machine Learning with Python_正式版.pdf Introduction to Machine Learning with Python_正式版.pdf 不是early release.

2018-08-16

An-introduction-to-neural-networks-for-beginners

An-introduction-to-neural-networks-for-beginners pdf

2018-08-16

cuda-supercomputing-for-the-masses

cuda-supercomputing-for-the-masses

2017-07-17

Notepad ++ 文件比较插件. 来源于SourceForge.

Notepad ++ 文件比较插件. 来源于SourceForge.

2017-07-04

CUDA By Example 代码

CUDA By Example 代码

2017-06-26

《算法导论》第三版 教师指导手册英文清晰版

有学习指导和部分答案。有学习指导和部分答案。有学习指导和部分答案。

2013-11-01

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除