书栈网 · BookStack 本次搜索耗时 0.024 秒,为您找到 4806 个相关结果.
  • DCGAN

    DCGAN: Deep Convolutional Generative Adversarial Networks Description Quickstart Usage Initialize Parameters Properties .modelReady .model .modelPath Methods .generate() ...
  • torch.nn.init

    1538 2018-04-07 《PyTorch中文文档》
    torch.nn.init torch.nn.init torch . nn . init . calculate_gain ( nonlinearity , param = None ) 对于给定的非线性函数,返回推荐的增益值。这些值如下所示: nonlinearity gain linear 1 conv{1,...
  • Categorical Embeddings

    724 2021-03-31 《The fastai book》
    Categorical Embeddings Categorical Embeddings In tabular data some columns may contain numerical data, like “age,” while others contain string values, like “sex.” The numerical...
  • Chip groups(纸片组)

    纸片组 用例 API 示例 列 必填项 多选 牙刷卡片 衬衫产品卡片 过滤结果 纸片组 v-chip-group 通过提供可添加的功能来添加 v-chip 组件。它用于使用纸片创建选择组。 用例 纸片组使用户可以方便地为更复杂的实现选择过滤选项。默认情况下,v-chip-group 将向右溢出,但可以更改为 column...
  • Array

    Array Description Methods Method Descriptions Array Generic array datatype. Description Generic array which can contain several elements of any type, accessible by a nume...
  • 8.7. modifiers

    811 2018-04-06 《MobX 中文文档》
    observable 调节器 深层可观察性 引用可观察性 浅层可观察性 Action & Computed asStructure 调节器的效果 observable 调节器 调节器可以作为装饰器或者组合 extendObservable 和 observable.object 使用,以改变特定属性的自动转换规则。 observa...
  • 04 Under the Hood: Training a Digit Classifier

    724 2021-03-31 《The fastai book》
    Under the Hood: Training a Digit Classifier In [ ]: #hide ! pip install - Uqq fastbook import fastbook fastbook . setup_book () In [ ]: #hide from fastai . visio...
  • Multilayer RNNs

    577 2021-03-31 《The fastai book》
    Multilayer RNNs The Model Exploding or Disappearing Activations Multilayer RNNs In a multilayer RNN, we pass the activations from our recurrent neural network into a second r...
  • sync()

    sync() 语法 参数描述 返回值 版本信息 示例 sync() 语法 db.sync( [options] ) 持久化数据和日志到磁盘。 参数描述 参数名 参数类型 描述 是否必填 options Json 对象 设定 深度刷盘 、 阻塞模式 、 指定集合空间 以及 命令位置参数 否 Options 格式 ...
  • Equality

    Equality Structural Equality Equality One thing to be careful about in JavaScript is the difference between == and === . As JavaScript tries tobe resilient against programmin...