书栈网 · BookStack 本次搜索耗时 0.033 秒,为您找到 422 个相关结果.
  • Data Science Package for Python

    Data Science Package for Python 2.7 Modules Data Science Package for Python 3.9 Modules Installing a Data Science Package for Python Uninstalling a Data Science Package for Pyth...
  • 函数式模型接口

    函数式模型接口 常用Model属性 Model模型方法 compile fit evaluate predict train_on_batch test_on_batch predict_on_batch fit_generator evaluate_generator predict_generator 函数式模型接口 为什...
  • Diagnostic Attribute Error

    Diagnostic Attribute Error Motivation Design Future Diagnostic Attribute Error Motivation SQLFlow extended SQL syntax to describe an end-to-end machine learning job, for a t...
  • 性能评估

    性能评估 使用方法 参数 返回值 可用预定义张量 定制评估函数 性能评估 使用方法 性能评估模块提供了一系列用于模型性能评估的函数,这些函数在模型编译时由metrics 关键字设置 性能评估函数类似与目标函数 , 只不过该性能的评估结果讲不会用于训练. 可以通过字符串来使用域定义的性能评估函数 model . compile ( ...
  • 5-5 losses

    5-5 losses 1. Loss Function and Regularization Term 2. Pre-defined Loss Function 3. Customized Loss Function 5-5 losses In general, the target function in supervised learnin...
  • 1-3,文本数据建模流程范例

    1-3,文本数据建模流程范例 一,准备数据 二,定义模型 三,训练模型 四,评估模型 五,使用模型 六,保存模型 1-3,文本数据建模流程范例 一,准备数据 imdb数据集的目标是根据电影评论的文本内容预测评论的情感标签。 训练集有20000条电影评论文本,测试集有5000条电影评论文本,其中正面评论和负面评论都各占一半。 文本数...
  • 6-2 Three Ways of Training

    6-2 Three Ways of Training 1. Pre-defined fit method 2. Pre-defined train_on_batch method 3. Customized Training Loop 6-2 Three Ways of Training There are three ways of mo...
  • Kotlin for Data Science

    Kotlin for Data Science Interactive editors Jupyter Kotlin kernel Zeppelin Kotlin interpreter Libraries Kotlin libraries Java libraries Kotlin for Data Science From build...
  • Codelabs, Workshops, and Tutorials

    Codelabs, Workshops, and Tutorials Agile Stacks tutorials for Kubeflow Pipelines Google codelabs Codelabs, Workshops, and Tutorials Recommended end-to-end tutorials, workshop...
  • 5-5,损失函数losses

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