自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

一朵花开的时间

一花一世界,一叶一如来。

  • 博客(10)
  • 资源 (1)
  • 收藏
  • 关注

原创 tensorflow63 《深度学习原理与TensorFlow实战》03 Hello TensorFlow

00 基本信息《深度学习原理与TensorFlow实战》书中涉及到的代码主要来源于: A:Tensorflow/TensorflowModel/TFLean的样例, B:https://github.com/DeepVisionTeam/TensorFlowBook.git https://github.com/DeepVisionTeam/TensorFlowBook.git的Titanic

2017-06-30 20:41:11 3496 1

原创 tensorflow62 win10 vs2015 编译 tensorflow-gpu1.2.0 on python3.6.1

01 必备环境win10[10.0.14393],有GPU的硬件。 vs2015 update3[14.0.25431.01 Update3]、 cmake 3.7.2。 git[git version 2.11.0.windows.1]、 python3.6.1、CUDA8.0、cuDNN5.1、swigwin-3.0.12、 numpy-1.13.0+mkl-cp36-cp36m-wi

2017-06-26 22:06:41 3258 2

原创 tensorflow61 《TensorFlow技术解析与实战》13 生成式对抗网络

#!/usr/bin/env python # -*- coding: utf-8 -*- # 《TensorFlow技术解析与实战》13 生成式对抗网络 # win10 Tensorflow-gpu1.2.0 python3.5.3 # CUDA v8.0 cudnn-8.0-windows10-x64-v5.1 # filename:nntf13.01.py mnist的ac-gan # 源码:

2017-06-22 21:40:08 1517

原创 tensorflow60 《TensorFlow技术解析与实战》09 Tensorflow在mnist中的应用

01 softmax# 《TensorFlow技术解析与实战》09 Tensorflow在mnist中的应用 # win10 Tensorflow1.2.0-RC0 python3.5.3 # CUDA v8.0 cudnn-8.0-windows10-x64-v5.1 # filename:nntf09.01.py mnist_softmax.py # https://github.com/ten

2017-06-21 11:00:35 2426

原创 tensorflow59 《TensorFlow技术解析与实战》08 第一个tensorflow程序

# 《TensroFlow技术解析与实战》08 第一个TensorFlow程序 # win10 Tensorflow-gpu1.2.0 python3.5.3 # CUDA v8.0 cudnn-8.0-windows10-x64-v5.1 # filename:nntf08.01.py # $y=ax^{2}+b$import tensorflow as tf import numpy as np

2017-06-21 10:29:34 868

原创 tensorflow58 《TensorFlow技术解析与实战》07 Tensorflow的高级框架-keras

'''Trains a simple convnet on the MNIST dataset.Gets to 99.25% test accuracy after 12 epochs (there is still a lot of margin for parameter tuning). 16 seconds per epoch on a GRID K520 GPU. ''' # 《Tenso

2017-06-21 10:26:28 601

原创 tensorflow57 《TensorFlow技术解析与实战》07 Tensorflow的高级框架-tflearn

# -*- coding: utf-8 -*-""" AlexNet.Applying 'Alexnet' to Oxford's 17 Category Flower Dataset classification task.References: - Alex Krizhevsky, Ilya Sutskever & Geoffrey E. Hinton. ImageNet Cla

2017-06-20 17:56:12 1787 2

原创 tensorflow56 《TensorFlow技术解析与实战》06 神经网络的发展及其Tensorflow实现

# 《TensorFlow技术解析与实战》06 神经网络的发展及其TensorFlow实现 # win10 Tensorflow1.2.0-RC0 python3.5.3 # CUDA v8.0 cudnn-8.0-windows10-x64-v5.1 # filename:nntf06.01.py mnist的AlexNet实现 # 参考: # https://github.com/aymeric

2017-06-19 11:47:59 557

原创 tensorflow55 《TensorFlow技术解析与实战》16 TensorFlow Debugger

01 环境# 《TensorFlow技术解析与实战》15 TensorFlow线性代数编译框架XLA # win10 Tensorflow-gpu1.2.0-rc0 python3.5.3 # CUDA v8.0 cudnn-8.0-windows10-x64-v5.1 # https://github.com/tensorflow/tensorflow/blob/v1.2.0-rc0/tensor

2017-06-10 18:21:36 3015

原创 tensorflow54 《TensorFlow技术解析与实战》15 TensorFlow线性代数编译框架XLA

01 测试方法# 《TensorFlow技术解析与实战》15 TensorFlow线性代数编译框架XLA # win10 Tensorflow-gpu1.2.0-rc0 python3.5.3 # CUDA v8.0 cudnn-8.0-windows10-x64-v5.1 # https://github.com/tensorflow/tensorflow/blob/v1.2.0-rc0/tens

2017-06-09 15:00:18 2294

设计模式精解.pdf

设计模式精解(GoF+23种设计解析附C++实现源码) 这个资源是从网上找到的,觉得对于C++程序员级的看设计模式,会有些帮助

2009-09-17

空空如也

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

TA关注的人

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