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

    scope_guard 参数 返回 代码示例 scope_guard 查看属性与别名 API属性:声明式编程(静态图)专用API paddle.fluid.scope_guard ( scope ) [源代码] 该接口通过 python 的 with 语句切换作用域(scope)。 作用域记录了变量名和变量 ( Variable ...
  • 2.降维

    降维 降维 降维的一些通用方法: get_params([deep]) :返回模型的参数。 deep : 如果为True ,则可以返回模型参数的子对象。 set_params(**params) :设置模型的参数。 params :待设置的关键字参数。 fit(X[, y]) :训练模型。 X :样本集合。通常是一个nu...
  • 1.5 Scipy:高级科学计算

    1.5 Scipy:高级科学计算 1.5 Scipy:高级科学计算 作者:Adrien Chauve, Andre Espaze, Emmanuelle Gouillart, Gaël Varoquaux, Ralf Gommers Scipy scipy 包包含许多专注于科学计算中的常见问题的工具箱。它的子模块对应于不同的应用,比如插值、积分...
  • 函数式 API

    Model 类 API Model 的实用属性 Model 类模型方法 compile fit evaluate predict train_on_batch test_on_batch predict_on_batch fit_generator evaluate_generator predict_generator get_lay...
  • argsort

    argsort argsort paddle.fluid.layers.argsort ( input, axis=- 1, descending=False, name=None ) [源代码] 对输入变量沿给定轴进行排序,输出排序好的数据和相应的索引,其维度和输入相同。默认升序排列,如果需要降序排列设置 descending=True ...
  • Backend

    Keras backends What is a "backend"? Switching from one backend to another keras.json details Using the abstract Keras backend to write new code Backend functions backend symbo...
  • tile

    tile 参数 返回 代码示例 使用本API的教程文档 tile paddle. tile ( x, repeat_times, name=None ) [源代码] 根据参数 repeat_times 对输入 x 的各维度进行复制。 x 的维数和 repeat_times 中的元素数量应小于等于6,并且repeat_times中...
  • nanguardmode

    495 2020-04-11 《Theano 1.0 Document》
    nanguardmode Guide Reference nanguardmode Guide The NanGuardMode aims to prevent the model from outputting NaNs or Infs. It hasa number of self-checks, which can help to fi...