91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 76.54MB
    文件類型: .zip
    金幣: 1
    下載: 0 次
    發(fā)布日期: 2023-07-18
  • 語言: 其他
  • 標(biāo)簽:

資源簡介

《強化學(xué)習(xí)精要 核心算法與TensorFlow實現(xiàn)》 馮超著 共386頁; 內(nèi)容簡介 《強化學(xué)習(xí)精要 : 核心算法與 TensorFlow 實現(xiàn)》用通俗幽默的語言深入淺出地介紹 了強化學(xué)習(xí)的基本算法與代碼實現(xiàn),為讀者構(gòu)建了一個完整的強化學(xué)習(xí)知識體系,同 時介紹了這些算法的具體實現(xiàn)方式 。 從基本的馬爾可夫決策過程,到各種復(fù)雜的強化 學(xué)習(xí)算法,讀者都可以從本書中學(xué)習(xí)到 。 本書除了介紹這些算法的原理,還深入分析了 算法之間的內(nèi)在聯(lián)系 ,可以幫助讀者舉一反三,掌握算法精髓。 書中介紹的代碼可以幫 助讀者’快速將算法應(yīng)用到實踐中 。 《強化學(xué)習(xí)精要: 核心算法與TensorFlow實現(xiàn)》內(nèi)容翔實,語言簡潔易懂,既適合 零基礎(chǔ)的人員人門學(xué)習(xí),也適合相關(guān)科研人員研究參考。

資源截圖

代碼片段和文件信息

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])

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2019-02-25?20:52??強化學(xué)習(xí)精要?核心算法與TensorFlow實現(xiàn)\
?????文件????91824502??2019-02-25?20:49??強化學(xué)習(xí)精要?核心算法與TensorFlow實現(xiàn)\強化學(xué)習(xí)精要?核心算法與TensorFlow實現(xiàn).pdf
?????目錄???????????0??2019-02-25?20:49??強化學(xué)習(xí)精要?核心算法與TensorFlow實現(xiàn)\強化學(xué)習(xí)精要?核心算法與TensorFlow實現(xiàn)_源碼\
?????文件?????????697??2018-04-30?16:23??強化學(xué)習(xí)精要?核心算法與TensorFlow實現(xiàn)\強化學(xué)習(xí)精要?核心算法與TensorFlow實現(xiàn)_源碼\Readme.md
?????目錄???????????0??2018-04-30?16:26??強化學(xué)習(xí)精要?核心算法與TensorFlow實現(xiàn)\強化學(xué)習(xí)精要?核心算法與TensorFlow實現(xiàn)_源碼\ch2\
?????文件?????????241??2018-04-30?12:47??強化學(xué)習(xí)精要?核心算法與TensorFlow實現(xiàn)\強化學(xué)習(xí)精要?核心算法與TensorFlow實現(xiàn)_源碼\ch2\2_1.py
?????文件?????????134??2018-04-29?16:08??強化學(xué)習(xí)精要?核心算法與TensorFlow實現(xiàn)\強化學(xué)習(xí)精要?核心算法與TensorFlow實現(xiàn)_源碼\ch2\2_3.py
?????文件????????1327??2018-04-30?12:49??強化學(xué)習(xí)精要?核心算法與TensorFlow實現(xiàn)\強化學(xué)習(xí)精要?核心算法與TensorFlow實現(xiàn)_源碼\ch2\2_4.py
?????文件?????????149??2018-04-30?12:52??強化學(xué)習(xí)精要?核心算法與TensorFlow實現(xiàn)\強化學(xué)習(xí)精要?核心算法與TensorFlow實現(xiàn)_源碼\ch2\2_5.py
?????文件?????????299??2018-04-29?16:09??強化學(xué)習(xí)精要?核心算法與TensorFlow實現(xiàn)\強化學(xué)習(xí)精要?核心算法與TensorFlow實現(xiàn)_源碼\ch2\2_6.py
?????文件?????????349??2018-04-30?12:57??強化學(xué)習(xí)精要?核心算法與TensorFlow實現(xiàn)\強化學(xué)習(xí)精要?核心算法與TensorFlow實現(xiàn)_源碼\ch2\2_8.py
?????文件?????????325??2018-04-29?16:10??強化學(xué)習(xí)精要?核心算法與TensorFlow實現(xiàn)\強化學(xué)習(xí)精要?核心算法與TensorFlow實現(xiàn)_源碼\ch2\2_9.py
?????文件?????????469??2018-04-30?16:26??強化學(xué)習(xí)精要?核心算法與TensorFlow實現(xiàn)\強化學(xué)習(xí)精要?核心算法與TensorFlow實現(xiàn)_源碼\ch2\Readme.md
?????目錄???????????0??2018-04-30?16:28??強化學(xué)習(xí)精要?核心算法與TensorFlow實現(xiàn)\強化學(xué)習(xí)精要?核心算法與TensorFlow實現(xiàn)_源碼\ch3\
?????文件?????????577??2018-04-30?12:58??強化學(xué)習(xí)精要?核心算法與TensorFlow實現(xiàn)\強化學(xué)習(xí)精要?核心算法與TensorFlow實現(xiàn)_源碼\ch3\3_1.py
?????文件????????2257??2018-04-30?13:01??強化學(xué)習(xí)精要?核心算法與TensorFlow實現(xiàn)\強化學(xué)習(xí)精要?核心算法與TensorFlow實現(xiàn)_源碼\ch3\3_2.py
?????文件?????????439??2018-04-30?13:02??強化學(xué)習(xí)精要?核心算法與TensorFlow實現(xiàn)\強化學(xué)習(xí)精要?核心算法與TensorFlow實現(xiàn)_源碼\ch3\3_4.py
?????文件?????????124??2018-04-30?16:28??強化學(xué)習(xí)精要?核心算法與TensorFlow實現(xiàn)\強化學(xué)習(xí)精要?核心算法與TensorFlow實現(xiàn)_源碼\ch3\Readme.md
?????目錄???????????0??2018-04-30?16:41??強化學(xué)習(xí)精要?核心算法與TensorFlow實現(xiàn)\強化學(xué)習(xí)精要?核心算法與TensorFlow實現(xiàn)_源碼\ch4\
?????文件????????1081??2018-04-30?13:09??強化學(xué)習(xí)精要?核心算法與TensorFlow實現(xiàn)\強化學(xué)習(xí)精要?核心算法與TensorFlow實現(xiàn)_源碼\ch4\4_1.py
?????文件????????1392??2018-04-30?13:11??強化學(xué)習(xí)精要?核心算法與TensorFlow實現(xiàn)\強化學(xué)習(xí)精要?核心算法與TensorFlow實現(xiàn)_源碼\ch4\4_2_1.py
?????文件?????????104??2018-04-29?16:23??強化學(xué)習(xí)精要?核心算法與TensorFlow實現(xiàn)\強化學(xué)習(xí)精要?核心算法與TensorFlow實現(xiàn)_源碼\ch4\4_2_2.py
?????文件?????????143??2018-04-29?16:24??強化學(xué)習(xí)精要?核心算法與TensorFlow實現(xiàn)\強化學(xué)習(xí)精要?核心算法與TensorFlow實現(xiàn)_源碼\ch4\4_2_3.py
?????文件?????????223??2018-04-29?16:25??強化學(xué)習(xí)精要?核心算法與TensorFlow實現(xiàn)\強化學(xué)習(xí)精要?核心算法與TensorFlow實現(xiàn)_源碼\ch4\4_2_4.py
?????文件?????????327??2018-04-29?16:25??強化學(xué)習(xí)精要?核心算法與TensorFlow實現(xiàn)\強化學(xué)習(xí)精要?核心算法與TensorFlow實現(xiàn)_源碼\ch4\4_2_5.py
?????文件????????2176??2018-04-30?13:16??強化學(xué)習(xí)精要?核心算法與TensorFlow實現(xiàn)\強化學(xué)習(xí)精要?核心算法與TensorFlow實現(xiàn)_源碼\ch4\4_2_6.py
?????文件?????????296??2018-04-30?13:21??強化學(xué)習(xí)精要?核心算法與TensorFlow實現(xiàn)\強化學(xué)習(xí)精要?核心算法與TensorFlow實現(xiàn)_源碼\ch4\4_2_7.py
?????文件????????1045??2018-04-30?13:22??強化學(xué)習(xí)精要?核心算法與TensorFlow實現(xiàn)\強化學(xué)習(xí)精要?核心算法與TensorFlow實現(xiàn)_源碼\ch4\4_4_1.PY
?????文件????????1636??2018-04-30?13:22??強化學(xué)習(xí)精要?核心算法與TensorFlow實現(xiàn)\強化學(xué)習(xí)精要?核心算法與TensorFlow實現(xiàn)_源碼\ch4\4_4_2.PY
?????文件?????????786??2018-04-30?13:22??強化學(xué)習(xí)精要?核心算法與TensorFlow實現(xiàn)\強化學(xué)習(xí)精要?核心算法與TensorFlow實現(xiàn)_源碼\ch4\4_4_3.py
?????文件?????????351??2018-04-30?16:41??強化學(xué)習(xí)精要?核心算法與TensorFlow實現(xiàn)\強化學(xué)習(xí)精要?核心算法與TensorFlow實現(xiàn)_源碼\ch4\Readme.md
............此處省略21個文件信息

評論

共有 條評論