資源簡介
強化學習精要核心算法與TensorFlow實現_源碼.rar
代碼片段和文件信息
import?numpy?as?np
A?=?np.array([
??[1?0?0]
??[0?1?0]
??[1?1?0]
])
b?=?np.array([1?1?1])
print?np.dot(A.T?b)
#?array([2?2?0])
A?=?np.array([
??[1?0?0]
??[0?1?0]
])
b?=?np.array([2?2?0])
print?np.dot(A?b)
#?array([2?2])
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????241??2018-04-30?12:47??強化學習精要?核心算法與TensorFlow實現_源碼\ch2\2_1.py
?????文件????????134??2018-04-29?16:08??強化學習精要?核心算法與TensorFlow實現_源碼\ch2\2_3.py
?????文件???????1327??2018-04-30?12:49??強化學習精要?核心算法與TensorFlow實現_源碼\ch2\2_4.py
?????文件????????149??2018-04-30?12:52??強化學習精要?核心算法與TensorFlow實現_源碼\ch2\2_5.py
?????文件????????299??2018-04-29?16:09??強化學習精要?核心算法與TensorFlow實現_源碼\ch2\2_6.py
?????文件????????349??2018-04-30?12:57??強化學習精要?核心算法與TensorFlow實現_源碼\ch2\2_8.py
?????文件????????325??2018-04-29?16:10??強化學習精要?核心算法與TensorFlow實現_源碼\ch2\2_9.py
?????文件????????469??2018-04-30?16:26??強化學習精要?核心算法與TensorFlow實現_源碼\ch2\Readme.md
?????文件????????577??2018-04-30?12:58??強化學習精要?核心算法與TensorFlow實現_源碼\ch3\3_1.py
?????文件???????2257??2018-04-30?13:01??強化學習精要?核心算法與TensorFlow實現_源碼\ch3\3_2.py
?????文件????????439??2018-04-30?13:02??強化學習精要?核心算法與TensorFlow實現_源碼\ch3\3_4.py
?????文件????????124??2018-04-30?16:28??強化學習精要?核心算法與TensorFlow實現_源碼\ch3\Readme.md
?????文件???????1081??2018-04-30?13:09??強化學習精要?核心算法與TensorFlow實現_源碼\ch4\4_1.py
?????文件???????1392??2018-04-30?13:11??強化學習精要?核心算法與TensorFlow實現_源碼\ch4\4_2_1.py
?????文件????????104??2018-04-29?16:23??強化學習精要?核心算法與TensorFlow實現_源碼\ch4\4_2_2.py
?????文件????????143??2018-04-29?16:24??強化學習精要?核心算法與TensorFlow實現_源碼\ch4\4_2_3.py
?????文件????????223??2018-04-29?16:25??強化學習精要?核心算法與TensorFlow實現_源碼\ch4\4_2_4.py
?????文件????????327??2018-04-29?16:25??強化學習精要?核心算法與TensorFlow實現_源碼\ch4\4_2_5.py
?????文件???????2176??2018-04-30?13:16??強化學習精要?核心算法與TensorFlow實現_源碼\ch4\4_2_6.py
?????文件????????296??2018-04-30?13:21??強化學習精要?核心算法與TensorFlow實現_源碼\ch4\4_2_7.py
?????文件???????1045??2018-04-30?13:22??強化學習精要?核心算法與TensorFlow實現_源碼\ch4\4_4_1.PY
?????文件???????1636??2018-04-30?13:22??強化學習精要?核心算法與TensorFlow實現_源碼\ch4\4_4_2.PY
?????文件????????786??2018-04-30?13:22??強化學習精要?核心算法與TensorFlow實現_源碼\ch4\4_4_3.py
?????文件???????3510??2018-04-30?13:12??強化學習精要?核心算法與TensorFlow實現_源碼\ch4\logs\events.out.tfevents.1525065162.localhost
?????文件???????6774??2018-04-30?13:12??強化學習精要?核心算法與TensorFlow實現_源碼\ch4\logs\events.out.tfevents.1525065168.localhost
?????文件????????351??2018-04-30?16:41??強化學習精要?核心算法與TensorFlow實現_源碼\ch4\Readme.md
?????文件????????199??2018-04-29?21:37??強化學習精要?核心算法與TensorFlow實現_源碼\ch5\5_1.py
?????文件????????107??2018-04-30?16:37??強化學習精要?核心算法與TensorFlow實現_源碼\ch5\Readme.md
?????文件???????1395??2018-04-29?21:38??強化學習精要?核心算法與TensorFlow實現_源碼\ch5\snake.py
?????文件???????1432??2018-04-30?15:02??強化學習精要?核心算法與TensorFlow實現_源碼\ch6\generalized_iter.py
............此處省略25個文件信息
評論
共有 條評論