
神经网络
一念逍遥、
乐观积极的面对生活!
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
TensorFlow 2.0.0(TensorFlow1.xx也可以用)+ Kears 测试、入门例程 (摄氏度-华氏度转换 )
系统: win10 环境:Anaconda+Spyder+python3.7 安装: tensorflow2.0测试 有如下输出,证明TensorFlow配置好GPU了,就可以正常使用。下面的警告不用在意,因为我们定义了一个tf的空函数做测试。 (tf2.0) C:\Users\DELL>python Python 3.7.3 (default, Apr 24 201...原创 2019-07-09 14:24:18 · 3757 阅读 · 0 评论 -
TensorFlow + Keras 入门项目:Classifying Images of Clothing(基于Fashion-MNIST数据集)
OS:Win10 Interpreter: Python3.7 Environment: Anaconda3 + Tensorflow-gpu2.0.0 + Spyder Fashion-MNIST 数据集简介: https://github.com/zalandoresearch/fashion-mnist 'Fashion-MNIST is a dataset of Zalan...原创 2019-07-10 00:30:09 · 1101 阅读 · 2 评论 -
TensorFlow + Keras 图像识别:Dogs vs Cats Image Classification(Transfer Learning using MobileNet)
OS:Win10 Interpreter: Python3.7 Environment: Anaconda3 + Tensorflow-gpu2.0.0 + Spyder +Tensorflow_hub5.0.0 API: tf.keras(a high-level API to build and train models in TensorFlow) 和上一个项目(https://...原创 2019-07-14 00:10:51 · 1070 阅读 · 0 评论 -
TensorFlow + Keras 入门项目:Image Classification with CNN(基于Fashion-MNIST数据集)
OS:Win10 Interpreter: Python3.7 Environment: Anaconda3 + Tensorflow-gpu2.0.0 + Spyder+cuda10.0+cudnn7.6 API: tf.keras(a high-level API to build and train models in TensorFlow) 上一篇博客https://blog.c...原创 2019-07-10 16:58:30 · 868 阅读 · 0 评论 -
TensorFlow + Keras 图像识别:Dogs vs Cats Image Classification with data augmentation(CNN, 解决过拟合问题)
OS:Win10 Interpreter: Python3.7 Environment: Anaconda3 + Tensorflow-gpu2.0.0 + Spyder API: tf.keras(a high-level API to build and train models in TensorFlow) 项目源码参考自TensorFlow官方教程https://colab.r...原创 2019-07-11 17:41:16 · 2079 阅读 · 0 评论