演算法分析. 複雜度. 理論. 實際 · 演算法設計. Brute Force. Divide and Conquer. Dynamic Programming · 演算法種類. Offline vs Online. Static vs Dynamic · P 和NP 問題. ... <看更多>
「heuristic algorithm中文」的推薦目錄:
- 關於heuristic algorithm中文 在 Re: [借問] heuristic在心理學的意思- 看板PSY_STUDY - 批踢踢 ... 的評價
- 關於heuristic algorithm中文 在 演算法相關概念— wdv4758h-notes latest 說明文件 的評價
- 關於heuristic algorithm中文 在 what does "heuristically" means? - Mathematics Stack Exchange 的評價
- 關於heuristic algorithm中文 在 Deap dataset python github 的評價
- 關於heuristic algorithm中文 在 Freecell solver github 的評價
- 關於heuristic algorithm中文 在 Deap dataset python github 的評價
heuristic algorithm中文 在 what does "heuristically" means? - Mathematics Stack Exchange 的推薦與評價
\begingroup From en.wikipedia.org/wiki/Heuristic : In mathematics, some common heuristics involve the use of visual representations, ... ... <看更多>
heuristic algorithm中文 在 Deap dataset python github 的推薦與評價
Use evolutionary algorithms instead of gridsearch in scikit-learn. ... be combined for use with hybrid initialization methods such as heuristic + random. ... <看更多>
heuristic algorithm中文 在 Freecell solver github 的推薦與評價
Polymorphic solitaire engine in Go+Ebiten. gz; Algorithm Hash digest; ... The algorithm is brute force with some minor heuristic tweaks, so it might take ... ... <看更多>
heuristic algorithm中文 在 Deap dataset python github 的推薦與評價
Nov 09, 2021 · Distributed Evolutionary Algorithms in Python DEAP DEAP is a novel ... for use with hybrid initialization methods such as heuristic + random. ... <看更多>
heuristic algorithm中文 在 Re: [借問] heuristic在心理學的意思- 看板PSY_STUDY - 批踢踢 ... 的推薦與評價
※ 引述《mythnc (迷小心)》之銘言:
: 請問heuristic在心理學中要怎麼解釋呢?
: 我記得在普心課本的語言與思維那一章
: 還有社會認知的作業這一章
: 都有出現過
: 不知道是不是在不同的地方使用這詞
: 是代表不同的意思
heuristic心理學裡中文比較常見的翻譯是"捷思法" 捷徑思考的簡稱
和heuristic相對的是algorithm 中文通常翻"演算法"
顧名思義 heuristic一種"抄捷徑"的思考方式
不是algorithm(好比做數學考題)那樣一個一個步驟縝密的思考
heuristic的來源是希臘文heurisko
這個字又是從阿基米德頓悟浮力原理時興奮地從浴室跑到街上的叫聲"eureka"衍生來的
意思是"我發現了!"
你可以聯想heuristic的字義包含那種"我就是知道了 但也講不清楚怎樣知道"的感覺
heuristic在有關認知與思考等部份的用法都雷同
舉例來說
如果一個人下結論"北歐人很高"
用algorithm的話
他應該去圖書館或上網查北歐各國的人口統計數據
再與其他國家的數據比較檢定
看看北歐人的平均身高
是不是真的顯著大於其他人種的身高
但他很可能只是最近剛好看過很幾個來自北歐的交換學生都很高
就"認為"應該是北歐人種比較高大
這時我們就說他的思考是一種heuristic
(精確地說是availibility heuristic可得性捷思: 把最易想到的資訊作為思考的依據)
heuristic具有重要的適應意義
因為它可以節省我們的認知資源 增進決策效率
(如果我們做每一個思考和決策都要用algorithm 那我們的腦袋一定會被累壞的)
而且heuristic在"大部分"的情況下都是對的
(如果不是某些事物發生的高頻率 我們也不可能形成heuristic)
就"時間"和"正確率"的拮抗而言
heuristic是很經濟的思考策略
但heuristic的缺點也在此
如果我們完全依賴heuristic 也沒有heuristic可能出錯的警覺心的話
很容易形成僵化的刻板印象
比方說"南部的人都支持泛綠 北部的人都支持泛藍"(社會認知)
可以讓我們變得比較智慧的方法是
了解heuristic不同的類型 提醒自己在這些的思考模式上面可能犯錯
並學習一些algorithm(比方說邏輯推理)
在重要的思考跟決策上面 屏除heuristic的影響 而善用algorithm
希望這有回答到你的問題^^
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 218.167.24.109
※ 編輯: tlm 來自: 218.167.24.109 (06/09 21:24)
... <看更多>