积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部综合其他(33)Blender(30)后端开发(25)Python(20)云计算&大数据(7)机器学习(4)C++(3)GIMP(3)Docker(2)Go(1)

语言

全部英语(40)中文(简体)(15)中文(繁体)(10)

格式

全部PDF文档 PDF(65)
 
本次搜索耗时 0.099 秒,为您找到相关结果约 65 个.
  • 全部
  • 综合其他
  • Blender
  • 后端开发
  • Python
  • 云计算&大数据
  • 机器学习
  • C++
  • GIMP
  • Docker
  • Go
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 全部
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Experiment 2: Logistic Regression and Newton's Method

    Experiment 2: Logistic Regression and Newton’s Method August 29, 2018 1 Description In this exercise, you will use Newton’s Method to implement logistic regression on a classification problem. 2 Data examples into your program and add the x0 = 1 intercept term into your x matrix. Before beginning Newton’s Method, we will first plot the data using different symbols to represent the two classes. In Matlab/Octave 1Note that it is not a must to perform this transformation, since both gradient ascent algorithm and Newton’s method can be applied to resolve maximization problems. 2 One approach to minimize the above
    0 码力 | 4 页 | 196.41 KB | 1 年前
    3
  • pdf文档 Lecture 3: Logistic Regression

    September 20, 2023 1 / 29 Lecture 3: Logistic Regression 1 Classification 2 Logistic Regression 3 Newton’s Method 4 Multiclass Classification Feng Li (SDU) Logistic Regression September 20, 2023 2 / 29 16 / 29 Newton’s Method Given a differentiable real-valued f : R → R, how can we find x such that f (x) = 0 ? ? ? 0 ?∗ Feng Li (SDU) Logistic Regression September 20, 2023 17 / 29 Newton’s Method ′(x1) ? ? 0 ?∗ ?" ?# ?", ? ?" ? Feng Li (SDU) Logistic Regression September 20, 2023 18 / 29 Newton’s Method (Contd.) Repeat the process and get a sequence of approximations x1, x2, x3, · · · ?
    0 码力 | 29 页 | 660.51 KB | 1 年前
    3
  • pdf文档 Improving Our Safety With a Quantities and Units Library

    becquerel; inline constexpr struct newton final : named_unit<"N", kilogram * metre / square(second)> {} newton; inline constexpr struct pascal final : named_unit<"Pa", newton / square(metre)> {} pascal; inline inline constexpr struct joule final : named_unit<"J", newton * metre> {} joule; inline constexpr struct watt final : named_unit<"W", joule / second> {} watt; inline constexpr struct coulomb final : named_unit<"C" becquerel; inline constexpr struct newton final : named_unit<"N", kilogram * metre / square(second)> {} newton; inline constexpr struct pascal final : named_unit<"Pa", newton / square(metre)> {} pascal; inline
    0 码力 | 207 页 | 6.93 MB | 5 月前
    3
  • pdf文档 MoonBit月兔编程语言 现代编程思想 第十二课 案例:自动微分

    4. Forward::var(10.0, false) * Forward::var(100.0, true) |> debug 23 案例:⽜顿迭代法求零点 1. fn example_newton[N : Number](x : N) -> N { 2. x * x * x + N::constant(-10.0) * x * x + x + N::constant(1.0) 3. } loop Forward::var(1.0, true) { // 迭代起点 4. x => { 5. let { value, derivative } = example_newton(x) 6. if abs(value / derivative) < 1.0e-9 { 7. break x.value // 精度⾜够,终⽌循环 8.
    0 码力 | 30 页 | 3.24 MB | 1 年前
    3
  • pdf文档 Docker 从入门到实践 0.4

    "/bin/bash" 30 minutes ago Exited (0) About a minute ago trusting_newton 98e5efa7d997 training/webapp:latest "python app.py" About an hour ago Exited (0) Docker —— 从入门到实践 35 导出和导入 可以使用 docker rm 来删除一个处于终止状态的容器。 例如 $sudo docker rm trusting_newton trusting_newton 如果要删除一个运行中的容器,可以添加 -f 参数。Docker 会发送 SIGKILL 信号给容器。 删除容器 Docker —— 从入门到实践 36 删除
    0 码力 | 179 页 | 2.27 MB | 1 年前
    3
  • pdf文档 Scientific Unit Testing

    com 1If I have seen further than others, it is by standing upon the shoulders of giants. -- Isaac Newton T. Winters and H. Wright, All Your Tests Are Terrible... CppCon 2015 Fedor Pikus, Back to Basics:
    0 码力 | 45 页 | 1.91 MB | 5 月前
    3
  • pdf文档 机器学习课程-温州大学-08机器学习-集成学习

    XGBoost - Why Does XGBoost Win “Every” Machine Learning Competition?[J], 2016. [11] Polyak B T . Newton's method and its use in optimization[J]. European Journal of Operational Research, 2007, 181(3):1086-1096
    0 码力 | 50 页 | 2.03 MB | 1 年前
    3
  • pdf文档 Exploration of Strongly-typed Units: A Case Study from Digital Audio

    11, 1998 Cost $327.6 million Expected to reach Mars September 23, 1999 Pound-force-seconds vs newton-secondsWhat do units matter? … “is it supposed to make sound?”Not life and death, but audio bugs
    0 码力 | 106 页 | 5.66 MB | 5 月前
    3
  • pdf文档 Docker 从入门到实践 0.9.0(2017-12-31)

    "/bin/bash" 30 minutes ago Exited (0) About a minute ago trusting_newton 98e5efa7d997 training/webapp:latest "python app.py" About an hour ago Exited 115 删除容器 可以使用 docker container rm 来删除一个处于终止状态的容器。例如 $ docker container rm trusting_newton trusting_newton 如果要删除一个运行中的容器,可以添加 -f 参数。Docker 会发送 SIGKILL 信号给容器。 清理所有处于终止状态的容器 用 docker container
    0 码力 | 370 页 | 6.73 MB | 1 年前
    3
  • pdf文档 Python 标准库参考指南 2.7.18

    "Isaac Newton, physicist") >>> m.group(0) # The entire match 'Isaac Newton' >>> m.group(1) # The first parenthesized subgroup. 'Isaac' >>> m.group(2) # The second parenthesized subgroup. 'Newton' >>> >>> m.group(1, 2) # Multiple arguments give us a tuple. ('Isaac', 'Newton') 如果正则表达式使用了 (?P⋯) 语法,groupN 参数就也可能是命名组合的名字。如果一 个字符串参数在样式中未定义为组合名,一个IndexError 就 raise。 A moderately complicated example: >>> C["fig"] = "newton" >>> C["sugar"] = "wafer" >>> print C # generate HTTP headers Set-Cookie: fig=newton Set-Cookie: sugar=wafer >>> print C.output() # same thing Set-Cookie: fig=newton Set-Cookie: sugar=wafer
    0 码力 | 1552 页 | 7.42 MB | 9 月前
    3
共 65 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
前往
页
相关搜索词
ExperimentLogisticRegressionandNewtonMethodLectureImprovingOurSafetyWithQuantitiesUnitsLibraryMoonBit编程语言编程语言现代思想第十十二第十二案例自动微分Docker入门实践0.4ScientificUnitTesting机器学习课程温州大学08集成ExplorationofStronglytypedCaseStudyfromDigitalAudio0.920171231Python标准参考指南2.718
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩