01 2019 档案

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

点击右上角即可分享
微信分享提示