书栈网 · BookStack 本次搜索耗时 0.023 秒,为您找到 1323 个相关结果.
  • External Plugins

    External Plugins Hop Plugins Actions Transforms Mark Hall Transforms AtolCD External Plugins Hop Plugins The Hop plugins repository contains a collection of plugins that...
  • 5-3,激活函数activation

    5-3,激活函数activation 一,常用激活函数 二,在模型中使用激活函数 5-3,激活函数activation 激活函数在深度学习中扮演着非常重要的角色,它给网络赋予了非线性,从而使得神经网络能够拟合任意复杂的函数。 如果没有激活函数,无论多复杂的网络,都等价于单一的线性变换,无法对非线性函数进行拟合。 目前,深度学习中最流行的激活函...
  • Compatibility with Various SQL Engines

    Compatibility with Various SQL Engines Data Operations in Go Data Retrieval Metadata Retrieval Prepare Prediction Table Translate Database Column Type to TensorFlow Feature Colu...
  • 1 什么是 KubeApps Plus ?

    1 什么是 KubeApps Plus ? 主要功能 1 什么是 KubeApps Plus ? KubeApps Plus 是 KubeApps 的定制版本,基于 Web UI 界面在 Kubernetes 集群中部署和管理基于 Helm Chart 的应用程序。KubeApps 是由 Bitnami 发布的 Kubernetes 应用商店,Ku...
  • 1-1,结构化数据建模流程范例

    1-1,结构化数据建模流程范例 一,准备数据 二,定义模型 三,训练模型 四,评估模型 五,使用模型 六,保存模型 1-1,结构化数据建模流程范例 一,准备数据 titanic数据集的目标是根据乘客信息预测他们在Titanic号撞击冰山沉没后能否生存。 结构化数据一般会使用Pandas中的DataFrame进行预处理。 impor...
  • 缓存冻结层

    缓存冻结层 由于冻结层不会改变,因此可以为每个训练实例缓存最上面的冻结层的输出。 由于训练贯穿整个数据集很多次,这将给你一个巨大的速度提升,因为每个训练实例只需要经过一次冻结层(而不是每个迭代一次)。 例如,你可以先运行整个训练集(假设你有足够的内存): hidden2_outputs = sess . run ( hidden2 , feed_...
  • FAQ

    Frequently Asked Questions (FAQ) Can I use ml5.js in the p5 web editor? Can I use ml5.js with node.js? Can I contribute? How can I contribute? Frequently Asked Questions (F...
  • 4-2 Mathematical Operations of the Tensor

    4-2 Mathematical Operations of the Tensor 1. Scalar Operation 2. Vector Operation 3. Matrix Operation 4. Broadcasting Mechanism 4-2 Mathematical Operations of the Tensor Te...
  • TensorBoard:训练过程可视化

    TensorBoard:训练过程可视化 TensorBoard:训练过程可视化 有时,你希望查看模型训练过程中各个参数的变化情况(例如损失函数loss的值)。虽然可以通过命令行输出来查看,但有时显得不够直观。而TensorBoard就是一个能够帮助我们将训练过程可视化的工具。 首先在代码目录下建立一个文件夹(如 ./tensorboard )存放...
  • Getting started with Katib

    Getting started with Katib Katib setup Installing Katib Setting up persistent volumes Accessing the Katib UI Examples Example using random algorithm TensorFlow example PyTorc...