IT数码 购物 网址 头条 软件 日历 阅读 图书馆
TxT小说阅读器
↓语音阅读,小说下载,古典文学↓
图片批量下载器
↓批量下载图片,美女图库↓
图片自动播放器
↓图片自动播放器↓
一键清除垃圾
↓轻轻一点,清除系统垃圾↓
开发: C++知识库 Java知识库 JavaScript Python PHP知识库 人工智能 区块链 大数据 移动开发 嵌入式 开发工具 数据结构与算法 开发测试 游戏开发 网络协议 系统运维
教程: HTML教程 CSS教程 JavaScript教程 Go语言教程 JQuery教程 VUE教程 VUE3教程 Bootstrap教程 SQL数据库教程 C语言教程 C++教程 Java教程 Python教程 Python3教程 C#教程
数码: 电脑 笔记本 显卡 显示器 固态硬盘 硬盘 耳机 手机 iphone vivo oppo 小米 华为 单反 装机 图拉丁
 
   -> 人工智能 -> Classification and Representation -> 正文阅读

[人工智能]Classification and Representation

Classification and Representation

Classification

  • y ∈ y\in y{0,1}

    0:“Negative Class”

    1:“Positive Class”

    The training set is classified arbitrarily as 0 or 1.

    classification is not actually a linear function

    binary classification problem

    • y can take on only two values, 0 and 1

      Logistic Regression

      0 ≤ h θ ( x ) ≤ 1 0\leq h_\theta(x)\leq1 0hθ?(x)1

Hypothesis Representation

  • Doesn’t make sense for h θ ( x ) h_\theta (x) hθ?(x) to take values larger than 1 or smaller than 0 when we know that y ∈ {0, 1}.

? \Rightarrow ? change the form for our hypotheses h θ ( x ) h_\theta (x) hθ?(x) to satisfy 0 ≤ h θ ( x ) ≤ 1 0 \leq h_\theta (x) \leq 1 0hθ?(x)1.( by plugging θ T x \theta^Tx θTx into the Logistic Function)

Sigmoid Function(Logistic Function)
在这里插入图片描述

The sigmoid function looks like:

在这里插入图片描述

The function g(z) shown here maps any real number to the (0, 1) interval, making it useful for transforming an arbitrary-valued function into a function better suited for classification.

h θ ( x ) h_\theta(x) hθ?(x) will give us the probability that our output is 1.

Decision Boundary

decision boundary :

The line that separates the area where y = 0 and where y = 1. It is created by our hypothesis function.

To get our discrete 0 or 1 classification:
在这里插入图片描述

And

在这里插入图片描述

Remember:

The decision boundary is a property not of the training set, but of the hypothesis and of the parameters.

So as long as we’ve given the parameter vector θ \theta θ, that is what defines the decision boundary.

the parameter vector θ \theta θ, that is what defines the decision boundary.

The training set may be used to fit the parameters θ \theta θ.

  人工智能 最新文章
2022吴恩达机器学习课程——第二课(神经网
第十五章 规则学习
FixMatch: Simplifying Semi-Supervised Le
数据挖掘Java——Kmeans算法的实现
大脑皮层的分割方法
【翻译】GPT-3是如何工作的
论文笔记:TEACHTEXT: CrossModal Generaliz
python从零学(六)
详解Python 3.x 导入(import)
【答读者问27】backtrader不支持最新版本的
上一篇文章      下一篇文章      查看所有文章
加:2022-01-28 11:54:55  更:2022-01-28 11:57:10 
 
开发: C++知识库 Java知识库 JavaScript Python PHP知识库 人工智能 区块链 大数据 移动开发 嵌入式 开发工具 数据结构与算法 开发测试 游戏开发 网络协议 系统运维
教程: HTML教程 CSS教程 JavaScript教程 Go语言教程 JQuery教程 VUE教程 VUE3教程 Bootstrap教程 SQL数据库教程 C语言教程 C++教程 Java教程 Python教程 Python3教程 C#教程
数码: 电脑 笔记本 显卡 显示器 固态硬盘 硬盘 耳机 手机 iphone vivo oppo 小米 华为 单反 装机 图拉丁

360图书馆 购物 三丰科技 阅读网 日历 万年历 2024年5日历 -2024/5/19 9:08:12-

图片自动播放器
↓图片自动播放器↓
TxT小说阅读器
↓语音阅读,小说下载,古典文学↓
一键清除垃圾
↓轻轻一点,清除系统垃圾↓
图片批量下载器
↓批量下载图片,美女图库↓
  网站联系: qq:121756557 email:121756557@qq.com  IT数码