240
笔下虽有千言,胸中实无一策
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 17 下一页
摘要: Reference Paper Performance of optical flow techniques J. L. BarronD. J. FleetS. S. Beauchemin International Journal of Computer Vision, 1994, Volume 阅读全文
posted @ 2017-03-14 02:02 CasperWin 阅读(1005) 评论(0) 推荐(0)
摘要: Remove an environment If you didn’t really want an environment named flowers, just remove it as follows: conda remove --name flowers --all Export the 阅读全文
posted @ 2017-03-11 07:11 CasperWin 阅读(596) 评论(0) 推荐(0)
摘要: Copy Folder Copy the content of a folder /source to another existing folder /dest 阅读全文
posted @ 2017-03-11 07:07 CasperWin 阅读(350) 评论(0) 推荐(0)
摘要: How to check the current version of TensorFlow? This depends on how you installed TensorFlow. Pip installation Run: Note that python is symlinked to / 阅读全文
posted @ 2017-03-11 03:39 CasperWin 阅读(1137) 评论(0) 推荐(0)
摘要: A TFRecords file represents a sequence of (binary) strings. The format is not random access, so it is suitable for streaming large amounts of data but 阅读全文
posted @ 2017-03-09 04:01 CasperWin 阅读(202) 评论(0) 推荐(0)
摘要: Installers conda install linux-64 win-32 win-64 osx-64 To install this package with conda run: conda install -c menpo opencv3=3.2.0 阅读全文
posted @ 2017-03-08 08:27 CasperWin 阅读(175) 评论(0) 推荐(0)
摘要: Install putty by apt-get: # sudo apt-get install putty Reference: How To Install & use Putty in Ubuntu Linux 阅读全文
posted @ 2017-02-24 08:09 CasperWin 阅读(134) 评论(0) 推荐(0)
摘要: Commonly used Sentence Patterns Concretely speaking, ... Now let's consider ... problem So just to iterate, ... Just because ... , that does not mean 阅读全文
posted @ 2017-02-23 07:54 CasperWin 阅读(252) 评论(0) 推荐(0)
摘要: Overview In Machine learning and statistics, a common task is to fit a model to a set of training data. This model can be used later to make predictio 阅读全文
posted @ 2017-02-17 08:55 CasperWin 阅读(541) 评论(0) 推荐(0)
摘要: 新配的PC上,ssd硬盘总是因为访问权限问题不能随意读写,每次都要超级用户模式才可以。 如果因为安全缘故只能维持这种方式的话,临时获取读写权限可以用: 如果想一次获得永久读写权限,则可以用下面的命令: 阅读全文
posted @ 2017-02-15 01:29 CasperWin 阅读(1447) 评论(0) 推荐(0)
摘要: 概要 Long Short Term Memory networks,简称作LSTM。 Recurrent Neural Networks Recurrent Neural Networks,简称作RNN,其结构包含回环,可以用来解决有信息停留的问题。 其基本机构如下图所示: 如上图所示,神经网络的 阅读全文
posted @ 2017-02-14 02:41 CasperWin 阅读(688) 评论(0) 推荐(0)
摘要: Content S1E1 Jeff delivers the first of many Winger speeches to the study group in the study room: “ALRIGHT EVERYBODY! I want to say something, sit do 阅读全文
posted @ 2017-02-14 02:02 CasperWin 阅读(207) 评论(0) 推荐(0)
摘要: Overview Cost Function and Backpropagation Cost Function Backpropagation Algorithm Backpropagation Intuition Back Propagation in Practice Implementati 阅读全文
posted @ 2017-02-12 04:53 CasperWin 阅读(200) 评论(0) 推荐(0)
摘要: Overview Logistic Regression Classification and Representation Classification Hypothesis Representation Decision Boundary Logistic Regression Model Co 阅读全文
posted @ 2017-02-10 15:57 CasperWin 阅读(247) 评论(0) 推荐(0)
摘要: If you don't mind overwriting the original and don't want to use slicing (as mentioned in comments), you can call reverse() method on the list. >>> nu 阅读全文
posted @ 2017-02-10 03:40 CasperWin 阅读(241) 评论(0) 推荐(0)
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 17 下一页