会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
NewOps
The best time to plant a tree was 10 years ago. The second best time is now.!
博客园
首页
新随笔
管理
2019年2月19日
TensorFlow - 第一个神经网络(First Neural Network)
摘要: Hello world 1 # coding=utf-8 2 import tensorflow as tf 3 import os 4 5 os.environ['TF_CPP_MIN_LOG_LEVEL'] = '2' 6 7 try: 8 tf.contrib.eager.enable_eag
阅读全文
posted @ 2019-02-19 23:39 Anliven
阅读(585)
评论(0)
推荐(0)
编辑