
keras
偷嘴的小猴子
这个作者很懒,什么都没留下…
展开
-
keras源码阅读笔记一
keras源码阅读笔记一Keras: Deep Learning library for TensorFlow and TheanoKeras is a high-level neural networks API, written in Python and capable of running on top of either TensorFlow or Theano. It was devel原创 2017-04-21 21:06:39 · 1006 阅读 · 0 评论 -
爬虫学习记录一
爬虫技术对于进行数据处理的相关研究者来说是非常重要的。要进行数据处理,首先我们必须要获取大量的数据,爬虫技术正好可以解决这个问题。对于计算机视觉方面的研究者来说,爬虫技术可以帮助我们快速构建数据集。1.第一爬虫脚本如下:from urllib2 import urlopen html = urlopen("http://pythonscraping.com/pages/page1.html") pr原创 2017-04-21 21:53:51 · 479 阅读 · 0 评论