上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 31 下一页
摘要: 用ServerAlias <VirtualHost *:80>ServerAdmin i@kuigg.comDocumentRoot /www/kuigg.comServerName kuigg.comServerAlias www.kuigg.com abc.kuigg.com</VirtualH 阅读全文
posted @ 2017-08-13 12:12 xqnq2007 阅读(305) 评论(0) 推荐(0) 编辑
摘要: 编译旧的代码,会像下面这样提示出错: deconv_shape3 = tf.pack([shape[0], shape[1], shape[2], NUM_OF_CLASSESS]) AttributeError: 'module' object has no attribute 'pack' 因为 阅读全文
posted @ 2017-08-13 10:57 xqnq2007 阅读(3685) 评论(0) 推荐(0) 编辑
摘要: grid = tf.concat(0, [x_t_flat, y_t_flat, ones])#报错语句 grid = tf.concat( [x_t_flat, y_t_flat, ones],0) #楼主改后的代码 将数字放在后面,如果有三个参数 decoder_inputs = tf.conc 阅读全文
posted @ 2017-08-13 10:57 xqnq2007 阅读(1590) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/u010754290/article/details/47167979 导言 在Alex Graves的这篇论文《Supervised Sequence Labelling with Recurrent Neural Networks》中对LSTM进行了综述 阅读全文
posted @ 2017-08-12 09:38 xqnq2007 阅读(2371) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/YiXiaoZhou/p/6058890.html RNN求解过程推导与实现 RNN LSTM BPTT matlab code opencv code RNN LSTM BPTT matlab code opencv code BPTT,Back Pr 阅读全文
posted @ 2017-08-08 11:41 xqnq2007 阅读(719) 评论(0) 推荐(0) 编辑
摘要: http://www.hankcs.com/nlp/word2vec.html http://www.cnblogs.com/peghoty/p/3857839.html word2vec 是 Google 于 2013 年开源推出的一个用于获取 word vector 的工具包,它简单、高效,因此 阅读全文
posted @ 2017-08-08 09:32 xqnq2007 阅读(241) 评论(0) 推荐(0) 编辑
摘要: http://www.hankcs.com/ml/back-propagation-neural-network.html 单个神经元 神经网络是多个“神经元”(感知机)的带权级联,神经网络算法可以提供非线性的复杂模型,它有两个参数:权值矩阵{Wl}和偏置向量{bl},不同于感知机的单一向量形式,{ 阅读全文
posted @ 2017-08-08 09:31 xqnq2007 阅读(197) 评论(0) 推荐(0) 编辑
摘要: sudo pip install -U numpy 后抛出 OSError: [Errno 1] Operation not permitted: '/tmp/pip-o2xinZ-uninstall/System/Library/Frameworks/Python.framework/Versio 阅读全文
posted @ 2017-08-07 10:16 xqnq2007 阅读(609) 评论(0) 推荐(0) 编辑
摘要: https://www.microsoft.com/net/core#macos Install for macOS 10.11 or higher (64 bit) 1 Install pre-requisites In order to use .NET Core, you first need 阅读全文
posted @ 2017-07-30 11:46 xqnq2007 阅读(185) 评论(0) 推荐(0) 编辑
摘要: 做开发时经常会遇到在当前目录打开终端的情况,一直都是先启动终端,然后再切换到当前目录,今天发现了一个新的方法,虽然不是一步到位,但比以前快多了。 做开发时经常会遇到在当前目录打开终端的情况,一直都是先启动终端,然后再切换到当前目录,今天发现了一个新的方法,虽然不是一步到位,但比以前快多了。 做开发时 阅读全文
posted @ 2017-07-30 10:26 xqnq2007 阅读(1567) 评论(0) 推荐(0) 编辑
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 31 下一页