1 import urllib 2 import re 3 4 url = "https://www.duitang.com/search/?kw=%E9%AC%BC%E6%80%AA&type=feed" 5 page = urllib.urlopen(url) 6 html = page.rea ...
分类:
其他好文 时间:
2018-03-22 17:26:15
阅读次数:
152
使用 TensorFlow, 你必须明白 TensorFlow: 使用图 (graph) 来表示计算任务. 在被称之为 会话 (Session) 的上下文 (context) 中执行图. 使用 tensor 表示数据. 通过 变量 (Variable) 维护状态. 使用 feed 和 fetch 可 ...
分类:
其他好文 时间:
2018-03-20 18:18:23
阅读次数:
183
相关:https://linux.cn/ 原文:http://www.infoq.com/cn/news/2015/12/linux-performance?utm_campaign=infoq_content&utm_source=infoq&utm_medium=feed&utm_term=gl ...
分类:
系统相关 时间:
2018-03-12 17:05:34
阅读次数:
205
1、CSDN知识库 2、CSDN博客 首页 3、about云 4、过往记忆 5、http://lib.csdn.net/base/hadoop/structure 6、http://feed.csdn.net/nav/cloud 7、http://blog.csdn.net/cloud/newart ...
分类:
Web程序 时间:
2018-03-09 20:31:46
阅读次数:
223
今天,我总算搞清楚"回车"(carriage return)和"换行"(line feed)这两个概念的来历和区别了。 在计算机还没有出现之前,有一种叫做电传打字机(Teletype Model 33)的玩意,每秒钟可以打10个字符。但是它有一个问题,就是打完一行换行的时候,要用去0.2秒,正好可以 ...
分类:
其他好文 时间:
2018-03-09 00:18:23
阅读次数:
156
Add the dotnet product feed To start installing .NET, you'll need to register the Microsoft signature key and add the Microsoft Product feed. This onl ...
分类:
Web程序 时间:
2018-03-08 02:51:11
阅读次数:
270
在莫烦Python教程的“Dropout 解决 overfitting”一节中,出现错误如下: InvalidArgumentError: You must feed a value for placeholder tensor 'Placeholder_1' with dtype float an ...
分类:
其他好文 时间:
2018-03-05 21:38:04
阅读次数:
2929
https://mp.weixin.qq.com/s?__biz=MzI4Njc5NjM1NQ==&mid=2247484868&idx=1&sn=94b0e21e0a24850b9cc1d7d6c555ae08&chksm=ebd63ae8dca1b3feedf9576d03ba3ea7beb93 ...
分类:
编程语言 时间:
2018-03-03 21:28:47
阅读次数:
169
在机器学习中可能会存在过拟合的问题,表现为在训练集上表现很好,但在测试集中表现不如训练集中的那么好。 图中黑色曲线是正常模型,绿色曲线就是overfitting模型。尽管绿色曲线很精确的区分了所有的训练数据,但是并没有描述数据的整体特征,对新测试数据的适应性较差。 一般用于解决过拟合的方法有增加权重 ...
分类:
其他好文 时间:
2018-02-23 10:57:06
阅读次数:
5421
In some cases your application might need to upload large amounts of data, such as files. Obviously for a good UX we should provide the user some feed ...
分类:
数据库 时间:
2018-02-14 21:32:56
阅读次数:
261