摘要: 原文:http://www.wiquan.com/article/136为什么要进行shell编程在Linux系统中,虽然有各种各样的图形化接口工具,但是shell仍然是一个非常灵活的工具。Shell不仅仅是命令的收集,而且是一门非常棒的编程语言。您可以通过使用shell使大量的任务自动化,shel... 阅读全文
posted @ 2016-01-10 12:49 止战 阅读(1609) 评论(0) 推荐(1) 编辑
摘要: 原文:http://scott.fortmann-roe.com/docs/BiasVariance.htmlJune 2012When we discuss prediction models, prediction errors can be decomposed into two main s... 阅读全文
posted @ 2016-01-10 12:47 止战 阅读(271) 评论(0) 推荐(0) 编辑
摘要: 原文:https://medium.com/learning-new-stuff/how-to-learn-neural-networks-758b78f2736e#.ly5wpz44dThis is the second post in a series of me trying to learn... 阅读全文
posted @ 2016-01-10 12:46 止战 阅读(434) 评论(0) 推荐(0) 编辑
摘要: 原文:https://github.com/dmlc/mxnet/issues/797神经网络本质上是一种语言,我们通过它来表达对应用问题的理解。例如我们用卷积层来表达空间相关性,RNN来表达时间连续性。根据问题的复杂性和信息如何从输入到输出一步步提取,我们将不同大小的层按一定原则连接起来。近年来随... 阅读全文
posted @ 2016-01-10 12:42 止战 阅读(3970) 评论(0) 推荐(0) 编辑