買這商品的人也買了...
- 
                
                   深入淺出設計模式 (Head First Design Patterns) 深入淺出設計模式 (Head First Design Patterns)$880$695
- 
                
                   Ruby on Rails 學習手札 (Beginning Ruby on Rails) Ruby on Rails 學習手札 (Beginning Ruby on Rails)$450$383
- 
                
                   線上運動博奕網站程式設計-使用 PHP + MySQL 線上運動博奕網站程式設計-使用 PHP + MySQL$580$493
- 
                
                   大話資料結構 大話資料結構$590$466
- 
                
                   Arduino UNO R3 開發板(副廠相容版)附傳輸線 Arduino UNO R3 開發板(副廠相容版)附傳輸線$400$380
- 
                
                   10 天學會 Ruby on Rails:Web 2.0 網站架設速成 10 天學會 Ruby on Rails:Web 2.0 網站架設速成$320$250
- 
                
                   超圖解 Arduino 互動設計入門, 2/e 超圖解 Arduino 互動設計入門, 2/e$680$578
- 
                
                   ASP.NET MVC 5 網站開發美學 ASP.NET MVC 5 網站開發美學$780$616
- 
                
                   物件導向設計模式-可再利用物件導向軟體之要素 (精裝典藏版) (Design Patterns: Elements of Reusable Object-Oriented Software) 物件導向設計模式-可再利用物件導向軟體之要素 (精裝典藏版) (Design Patterns: Elements of Reusable Object-Oriented Software)$550$550
- 
                
                   ASP.NET MVC 5 實務專題範例教學 ASP.NET MVC 5 實務專題範例教學$590$502
- 
                
                  .jpg) 超高效心智圖學習法(The Buzan Study Skills Handbook)(改版) 超高效心智圖學習法(The Buzan Study Skills Handbook)(改版)$260$221
- 
                
                   精通 Python|運用簡單的套件進行現代運算 (Introducing Python: Modern Computing in Simple Packages) 精通 Python|運用簡單的套件進行現代運算 (Introducing Python: Modern Computing in Simple Packages)$780$616
- 
                
                   完整學會 Git, GitHub, Git Server 的24堂課 完整學會 Git, GitHub, Git Server 的24堂課$360$284
- 
                
                   教你如何使用 InDesign:版面設計、內頁製作、互動電子書輕鬆上手(舊版:Adobe InDesign 輕鬆學習一點靈) 教你如何使用 InDesign:版面設計、內頁製作、互動電子書輕鬆上手(舊版:Adobe InDesign 輕鬆學習一點靈)$450$383
- 
                
                   不一樣的 Node.js:用 JavaScript 打造高效能的前後台網頁程式, 2/e 不一樣的 Node.js:用 JavaScript 打造高效能的前後台網頁程式, 2/e$490$387
- 
                
                   iOS 9 App 程式設計實力超進化實戰攻略:知名iOS教學部落格AppCoda作家親授實作關鍵技巧讓你不NG (Beginning iOS 9 Programming with Swift) iOS 9 App 程式設計實力超進化實戰攻略:知名iOS教學部落格AppCoda作家親授實作關鍵技巧讓你不NG (Beginning iOS 9 Programming with Swift)$690$538
- 
                
                   7天學會 Git 版本控制 (Git Essentials) 7天學會 Git 版本控制 (Git Essentials)$280$218
- 
                
                   系統思考:克服盲點、面對複雜性、見樹又見林的整體思考 (Thinking in Systems: A Primer) 系統思考:克服盲點、面對複雜性、見樹又見林的整體思考 (Thinking in Systems: A Primer)$450$356
- 
                
                   新思維系列 Visual Basic 2015 程式設計 新思維系列 Visual Basic 2015 程式設計$560$442
- 
                
                   電腦軟體應用乙級檢定學科試題解析 (105試題) 電腦軟體應用乙級檢定學科試題解析 (105試題)$180$142
- 
                
                   為什麼全世界都在學Node.js – 成為程式高手還差這一步 (舊版: 伺服器端的 script 的帝王-成為 Node.js 高手的最後一哩) 為什麼全世界都在學Node.js – 成為程式高手還差這一步 (舊版: 伺服器端的 script 的帝王-成為 Node.js 高手的最後一哩)$540$459
- 
                
                   成長駭客 Growth Hacker -- 未來十年最被需要的新型人才,用低成本的創意思考和分析技術,讓創業公司的用戶 成長駭客 Growth Hacker -- 未來十年最被需要的新型人才,用低成本的創意思考和分析技術,讓創業公司的用戶$420$357
- 
                
                   你所不知道的 JS|導讀,型別與文法 (You Don't Know JS: Up & Going) 你所不知道的 JS|導讀,型別與文法 (You Don't Know JS: Up & Going)$520$411
- 
                
                   職業駭客的告白 : 軟體反組譯、木馬病毒與入侵翻牆竊密 職業駭客的告白 : 軟體反組譯、木馬病毒與入侵翻牆竊密$620$484
- 
                
                   風景攝影與 Lightroom 後製技法全攻略 風景攝影與 Lightroom 後製技法全攻略$480$379
商品描述
Probability as an Alternative to Boolean Logic
While logic is the mathematical foundation of rational reasoning and the fundamental principle of computing, it is restricted to problems where information is both complete and certain. However, many real-world problems, from financial investments to email filtering, are incomplete or uncertain in nature. Probability theory and Bayesian computing together provide an alternative framework to deal with incomplete and uncertain data. 
Decision-Making Tools and Methods for Incomplete and Uncertain Data
Emphasizing probability as an alternative to Boolean logic, Bayesian Programming covers new methods to build probabilistic programs for real-world applications. Written by the team who designed and implemented an efficient probabilistic inference engine to interpret Bayesian programs, the book offers many Python examples that are also available on a supplementary website together with an interpreter that allows readers to experiment with this new approach to programming.
Principles and Modeling 
Only requiring a basic foundation in mathematics, the first two parts of the book present a new methodology for building subjective probabilistic models. The authors introduce the principles of Bayesian programming and discuss good practices for probabilistic modeling. Numerous simple examples highlight the application of Bayesian modeling in different fields.
Formalism and Algorithms
The third part synthesizes existing work on Bayesian inference algorithms since an efficient Bayesian inference engine is needed to automate the probabilistic calculus in Bayesian programs. Many bibliographic references are included for readers who would like more details on the formalism of Bayesian programming, the main probabilistic models, general purpose algorithms for Bayesian inference, and learning problems.
FAQs
Along with a glossary, the fourth part contains answers to frequently asked questions. The authors compare Bayesian programming and possibility theories, discuss the computational complexity of Bayesian inference, cover the irreducibility of incompleteness, and address the subjectivist versus objectivist epistemology of probability. 
The First Steps toward a Bayesian Computer
A new modeling methodology, new inference algorithms, new programming languages, and new hardware are all needed to create a complete Bayesian computing framework. Focusing on the methodology and algorithms, this book describes the first steps toward reaching that goal. It encourages readers to explore emerging areas, such as bio-inspired computing, and develop new programming languages and hardware architectures.
商品描述(中文翻譯)
機率作為布林邏輯的替代方案
雖然邏輯是理性推理的數學基礎,也是計算的基本原則,但它僅限於資訊既完整又確定的問題。然而,許多現實世界的問題,從金融投資到電子郵件過濾,都是不完整或不確定的性質。機率論和貝葉斯計算共同提供了一個替代框架,以處理不完整和不確定的數據。
針對不完整和不確定數據的決策工具和方法
強調機率作為布林邏輯的替代方案,貝葉斯程式設計涵蓋了為現實世界應用構建機率程式的新方法。這本書由設計和實現高效機率推斷引擎以解釋貝葉斯程式的團隊撰寫,提供了許多 Python 範例,這些範例也可以在補充網站上找到,並附有一個解釋器,讓讀者能夠實驗這種新的程式設計方法。
原則與建模
本書的前兩部分僅需具備基本的數學基礎,介紹了一種構建主觀機率模型的新方法。作者介紹了貝葉斯程式設計的原則,並討論了機率建模的良好實踐。許多簡單的範例突顯了貝葉斯建模在不同領域的應用。
形式主義與演算法
第三部分綜合了現有的貝葉斯推斷演算法的研究,因為需要一個高效的貝葉斯推斷引擎來自動化貝葉斯程式中的機率計算。對於希望獲得更多有關貝葉斯程式形式主義、主要機率模型、通用貝葉斯推斷演算法和學習問題的詳細資訊的讀者,書中包含了許多參考文獻。
常見問題解答
第四部分除了詞彙表外,還包含了對常見問題的回答。作者比較了貝葉斯程式設計和可能性理論,討論了貝葉斯推斷的計算複雜性,涵蓋了不完整性的不可約性,並探討了機率的主觀主義與客觀主義認識論。
邁向貝葉斯計算機的第一步
創建一個完整的貝葉斯計算框架需要新的建模方法、新的推斷演算法、新的程式語言和新的硬體。這本書專注於方法論和演算法,描述了邁向該目標的第一步。它鼓勵讀者探索新興領域,如生物啟發計算,並開發新的程式語言和硬體架構。

 
     
     
    
 
     
     
     
     
     
     
     
     
    