• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






泽兵

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理
上一页 1 ··· 9 10 11 12 13 14 15 下一页

2019年1月12日

人脸识别 1:1 和1:n
摘要: 阅读全文
posted @ 2019-01-12 15:18 兵航 阅读(812) 评论(0) 推荐(0)
 

2019年1月5日

TensorFlow 语法
摘要: dataset = tf.data.TextLineDataset(file_path) 生成一个dataset,dataset中的每一个元素就对应了文件中的一行 阅读全文
posted @ 2019-01-05 14:47 兵航 阅读(119) 评论(0) 推荐(0)
 

2019年1月3日

神经网络训练中,Epoch、Batch Size和迭代傻傻分不清
摘要: http://www.dataguru.cn/article-12193-1.html 阅读全文
posted @ 2019-01-03 23:38 兵航 阅读(266) 评论(0) 推荐(0)
 
Missing parentheses in call to 'print'
摘要: 这个消息的意思是你正在试图用python3.x来运行一个只用于python2.x版本的python脚本。 print"Hello world" 上面的语法在python3中是错误的。在python3中,你需要将helloworld加括号,正确的写法如下 print("Hello world") 这个 阅读全文
posted @ 2019-01-03 10:30 兵航 阅读(473) 评论(0) 推荐(0)
 
tf.enable_eager_execution must be called at program startup.
摘要: 重启jupyter内核 阅读全文
posted @ 2019-01-03 10:25 兵航 阅读(892) 评论(0) 推荐(0)
 
BP神经网络推导过程详解
摘要: https://www.cnblogs.com/biaoyu/archive/2015/06/20/4591304.html 阅读全文
posted @ 2019-01-03 09:24 兵航 阅读(205) 评论(0) 推荐(0)
 

2018年12月27日

I install Chinese fonts on Kubuntu 14.04
摘要: https://askubuntu.com/questions/490829/how-can-i-install-chinese-fonts-on-kubuntu-14-04 阅读全文
posted @ 2018-12-27 10:46 兵航 阅读(103) 评论(0) 推荐(0)
 

2018年12月26日

CNN笔记:通俗理解卷积神经网络
摘要: https://blog.csdn.net/v_july_v/article/details/51812459 阅读全文
posted @ 2018-12-26 16:01 兵航 阅读(158) 评论(0) 推荐(0)
 

2018年12月25日

反向传播公式的误差公式推导
摘要: https://blog.csdn.net/sinat_34474705/article/details/54176584 阅读全文
posted @ 2018-12-25 13:59 兵航 阅读(221) 评论(0) 推荐(0)
 

2018年12月21日

GPU中的几个基本概念
摘要: http://blog.sina.com.cn/s/blog_80ce3a550101lntp.html 阅读全文
posted @ 2018-12-21 20:07 兵航 阅读(228) 评论(0) 推荐(0)
 
上一页 1 ··· 9 10 11 12 13 14 15 下一页