01 2019 档案
摘要:读取图片数据集::# -*- coding: utf-8 -*-import torch as tfrom torch.utils import dataimport osfrom PIL import Imageimport numpy as npclass DogCat(data.Dataset
阅读全文
摘要:2018年07月07日 17:30:40 __矮油不错哟 阅读数:221 2018年07月07日 17:30:40 __矮油不错哟 阅读数:221 1. 数据处理 数据加载 ImageFolder DataLoader加载数据 sampler:采样模块 1. 数据处理 数据加载 ImageFolde
阅读全文
摘要:# -*- coding: utf-8 -*-"""View more, visit my tutorial page: https://morvanzhou.github.io/tutorials/My Youtube Channel: https://www.youtube.com/user/M
阅读全文
摘要:# -*- coding: utf-8 -*-import torchimport matplotlib.pyplot as plt# torch.manual_seed(1) # reproducible# fake data从-1到1分成100分x = torch.unsqueeze(torch
阅读全文
摘要:# -*- coding: utf-8 -*-"""View more, visit my tutorial page: https://morvanzhou.github.io/tutorials/My Youtube Channel: https://www.youtube.com/user/M
阅读全文
摘要:参考博文::https://blog.csdn.net/david_han008/article/details/53560736 https://blog.csdn.net/n66040927/article/details/79163496?utm_source=blogxgwz3 ICP是指,
阅读全文
摘要:目录 Pytorch Leture 05: Linear Rregression in the Pytorch Way Logistic Regression 逻辑回归 - 二分类 Lecture07: How to make netural network wide and deep ? Lect
阅读全文
只有注册用户登录后才能阅读该文。
摘要:Pytorch学习系列(一)至(四)均摘自《深度学习框架PyTorch入门与实践》陈云目录:1.程序的主要功能2.文件组织架构3. 关于`__init__.py`4.数据处理5.模型定义6.工具函数7.配置文件8.main.py9.使用1.程序的主要功能: 模型定义 数据加载 训练和测试2.文件组织
阅读全文
摘要:Jupyter Notebook 快捷键(基本) 2018年04月01日 14:35:55 只读课堂 阅读数:4317 2018年04月01日 14:35:55 只读课堂 阅读数:4317 Jupyter Notebook 快捷键 Jupyter Notebook 有两种键盘输入模式。编辑模式,允许
阅读全文
摘要:jupyter ubuntu:这将启动一个基于tornado的HTML笔记本服务器,它提供一个html5/javascript笔记本客户端。 解决办法:apt-get install python3-pip sudo python3 -m pip install --upgrade pip sudo
阅读全文
摘要:Ceres安装: 1、Ceres是一个cmak工程,首先要安装他的依赖项,使用apt-get安装。 sudo apt-get install liblapack-dev libsuitesparse-dev libcxsparse3.1.2 libgflags-dev libgoogle-glog-
阅读全文
摘要:https://blog.csdn.net/zkj126521/article/details/80157351 https://blog.csdn.net/e_small/article/details/79581484 pcl下载,网址https://github.com/PointCloudL
阅读全文
只有注册用户登录后才能阅读该文。
摘要:神经网络 隐含层节点数的设置】如何设置神经网络隐藏层 的神经元个数 置顶 2017年10月24日 14:25:07 开心果汁 阅读数:12968 神经网络 隐含层节点数的设置】如何设置神经网络隐藏层 的神经元个数 置顶 2017年10月24日 14:25:07 开心果汁 阅读数:12968 神经网络
阅读全文
摘要:用CNN及MLP等方法识别minist数据集 2017年02月13日 21:13:09 hnsywangxin 阅读数:1124更多 个人分类: 深度学习、keras、tensorflow、cnn 用CNN及MLP等方法识别minist数据集 2017年02月13日 21:13:09 hnsywan
阅读全文