书栈网 · BookStack 本次搜索耗时 0.063 秒,为您找到 1575 个相关结果.
  • 类和结构体

    类和结构体 类和结构体对比 定义语法 类和结构体实例 属性访问 结构体类型的成员逐一构造器 结构体和枚举是值类型 类是引用类型 恒等运算符 指针 类和结构体的选择 字符串、数组、和字典类型的赋值与复制行为 类和结构体 1.0翻译:JaySurplus 校对:sg552 2.0翻译+校对:SkyJean 2.1校对:sh...
  • Document Revision History

    Document Revision History Document Revision History Document Revision History 2018-09-17 Updated for Swift 4.2. Added information about accessing all of an enumeration’...
  • 2.2 参数

    2.2 参数 2.2.1. 通用参数 2.2.2 tree booster 参数 2.2.3 dart booster 参数 2.2.4 linear booster 参数 2.4.5 tweedie regression 参数: 2.4.6 学习任务参数 2.2 参数 2.2.1. 通用参数 booster : 指定了使用那一种b...
  • Multiplatform Gradle DSL Reference

    Kotlin Multiplatform Gradle DSL Reference Table of Contents Id and version Top-level blocks Targets Common target configuration JVM targets JavaScript targets Browser Node.js...
  • Introduction

    Introduction Preparation Understand Risk Management Basics in the context of Application Security Threat Modeling Terminologies Define Objectives Identify application design R...
  • 16.2 快速开始 Hello World

    1679 2019-03-05 《Kotlin极简教程》
    16.2 快速开始 Hello World 16.2.1 运行环境准备 16.2.2新建 Gradle 工程 16.2.3 源代码目录 16.2.4 C 代码文件 cn_kotlinor.h 16.2.5 Kotlin 代码文件 16.2.6 konan插件配置 16.2.7 konanInterop 互操作配置 16.2.8 kona...
  • 创建iOS插件

    创建iOS插件 加载和使用现有的插件 创建iOS插件 创建iOS插件 本页说明iOS插件可以为你做什么,如何使用现有的插件,以及编写一个新插件的步骤. iOS插件允许你使用第三方库,并支持iOS特定功能,如应用内购买、GameCenter集成、ARKit支持等. 加载和使用现有的插件 一个iOS插件需要一个 .gdip 配置文件,一个二...
  • 5. Using Python on a Mac

    5. Using Python on a Mac 5.1. 获取和安装 MacPython 5.1.1. 如何运行 Python 脚本 5.1.2. 运行有图形界面的脚本 5.1.3. 配置 5.2. IDE 5.3. 安装额外的 Python 包 5.4. Mac 上的图形界面编程 5.5. 在 Mac 上分发 Python 应用程序 5....
  • Chapter 05 Smart Pointers and Memory Management

    Chapter 05 Smart Pointers and Memory Management 5.1 RAII and Reference Counting 5.2 std::shared_ptr 5.3 std::unique_ptr 5.4 std::weak_ptr Conclusion Further Readings Licen...
  • 5-5,损失函数losses

    5-5,损失函数losses 一,损失函数和正则化项 二,内置损失函数 三,自定义损失函数 5-5,损失函数losses 一般来说,监督学习的目标函数由损失函数和正则化项组成。(Objective = Loss + Regularization) 对于keras模型,目标函数中的正则化项一般在各层中指定,例如使用Dense的 kernel_r...