网站首页 站内搜索

搜索结果

查询Tags标签: Explanation,共有 5条记录
  • 【Java学习Day06】注释种类、符号及用法

    注释种类单行注释:只能注释一行文字 多行注释:可以注释一段文字 文档注释:用来生成说明文件注释符号及用法单行注释:////后面写注释多行注释:/**//* 我是注释 我是注释 我是注释 */文档注释:/***//**加回车即可打出文档注释的框架java常用的文档注释标签 1、@author…

    2022/8/26 1:22:58 人评论 次浏览
  • Explanation of logistic regression cost function

    Explanation of logistic regression cost function \[\begin{array}{c}\hat{y} = \sigma(w^Tx+b)\quad where\;\sigma(z) = \frac{1}{1+e^{-z}}\\ interpret \quad\hat{y} =P(y=1\mid x)\\ if\quad y=1:P(y\mid x)=\hat{y}\\ if\quad y=0:P(y\mid x)=1-\hat{y}\\ y=0,1\…

    2022/3/29 23:26:23 人评论 次浏览
  • [LeetCode] 1053. Previous Permutation With One Swap

    Given an array of positive integers arr (not necessarily distinct), return the lexicographically largest permutation that is smaller than arr, that can be made with exactly one swap (A swap exchanges the positions of two numbers arr[i] and arr[j]). If…

    2021/8/16 23:06:52 人评论 次浏览
  • [LeetCode] 1053. Previous Permutation With One Swap

    Given an array of positive integers arr (not necessarily distinct), return the lexicographically largest permutation that is smaller than arr, that can be made with exactly one swap (A swap exchanges the positions of two numbers arr[i] and arr[j]). If…

    2021/8/16 23:06:52 人评论 次浏览
  • 【李宏毅2020 ML/DL】P26-33 Explainable ML

    我已经有两年 ML 经历,这系列课主要用来查缺补漏,会记录一些细节的、自己不知道的东西。已经有人记了笔记(很用心,强烈推荐):https://github.com/Sakura-gh/ML-notes 本节内容综述 机器为什么“能”知道?可以从两个角度考虑,比如对于一个分类问题,可以考虑:Loca…

    2021/6/22 23:30:30 人评论 次浏览
扫一扫关注最新编程教程