{ "cells": [ { "cell_type": "markdown", "metadata": { "ExecuteTime": { "end_time": "2017-09-07T22:38:38.820584Z", "start_time": "2017-09-07T22:38:38.813574Z" } }, "source": [ "# 2.1 算法原理" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## 2.1.1 贝叶斯决策论" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### 2.1.1.1 问题描述" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "![1](Picture/1.jpg)" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### 2.1.1.2 最小错误率决策" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "![2](Picture/2.png)" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### 2.1.1.3 贝叶斯决策" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "![3](Picture/3.png)" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "![4](Picture/4.png)" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "![5](Picture/5.png)" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## 2.1.2 贝叶斯分类器" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "![6](Picture/6.png)" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### 2.1.2.1 判决函数与决策面" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "![7](Picture/7.png)" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### 2.1.2.2 高斯密度函数" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "![8](Picture/8.png)" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "![9](Picture/9.png)" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "![10](Picture/10.png)" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "![11](Picture/11.png)" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### 2.1.2.3 高斯密度函数下的判别函数" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "![12](Picture/12.png)" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "![13](Picture/13.png)" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "![14](Picture/14.png)" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "![15](Picture/15.png)" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### 2.1.2.4 离散变量的贝叶斯决策" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "![16](Picture/16.png)" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "![17](Picture/17.png)" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### 2.1.2.5 朴素贝叶斯分类器" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "![18](Picture/18.png)" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "![19](Picture/19.png)" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "![20](Picture/20.png)" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "![21](Picture/21.png)" ] } ], "metadata": { "kernelspec": { "display_name": "Python 3", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.7.4" }, "toc": { "base_numbering": 1, "nav_menu": { "height": "30px", "width": "252px" }, "number_sections": true, "sideBar": true, "skip_h1_title": false, "title_cell": "Table of Contents", "title_sidebar": "Contents", "toc_cell": false, "toc_position": { "height": "calc(100% - 180px)", "left": "10px", "top": "150px", "width": "307.475px" }, "toc_section_display": "block", "toc_window_display": true } }, "nbformat": 4, "nbformat_minor": 2 }