书栈网 · BookStack 本次搜索耗时 0.036 秒,为您找到 1161 个相关结果.
  • Addition RNN

    实现一个用来执行加法的序列到序列学习模型 实现一个用来执行加法的序列到序列学习模型 输入: "535+61" 输出: "596" 使用重复的标记字符(空格)处理填充。 输入可以选择性地反转,它被认为可以提高许多任务的性能,例如:Learning to Execute 以及Sequence to Sequence Learning with Ne...
  • How to Learn Deep Learning

    685 2021-03-31 《The fastai book》
    How to Learn Deep Learning Your Projects and Your Mindset How to Learn Deep Learning Harvard professor David Perkins, who wrote Making Learning Whole (Jossey-Bass), has much t...
  • Model-serving framework

    Model-serving framework Prerequisites Model support Model format Model size Upload model to OpenSearch The model_config object Sample request Sample response Load the mode...
  • 递归神经网络

    递归神经网络 介绍 语言模型 教程文件 下载及准备数据 模型 LSTM 截断反向传播 输入 损失函数 多个 LSTM 层堆叠 编译并运行代码 除此之外? 递归神经网络 介绍 可以在 this great article 查看循环神经网络(RNN)以及 LSTM 的介绍。 语言模型 此教程将展示如何...
  • Consistent & Mirrored View

    Consistent & Mirrored View Data Parallelism and Model Parallelism. Data Parallelism Diagram Model Parallelism Diagram Two Types of Placeholder Using Mirrored View in OneFlow Co...
  • Visual DL工具

    Visual DL工具 介绍 组件 Scalar Histogram Image Audio Graph High Dimensional 快速尝试 使用 virtualenv 安装 使用 Anaconda 安装 使用代码安装 SDK Python SDK C++ SDK 启动Board 贡献 更多细节 Visua...
  • VisualDL 工具简介

    VisualDL 工具简介 介绍 组件 Scalar Histogram Image Audio Graph High Dimensional 快速尝试 使用 virtualenv 安装 使用 Anaconda 安装 使用代码安装 SDK Python SDK C++ SDK 启动Board 贡献 更多细节 Vis...
  • The Magic of Convolutions

    521 2021-03-31 《The fastai book》
    The Magic of Convolutions Mapping a Convolution Kernel Convolutions in PyTorch Strides and Padding Understanding the Convolution Equations The Magic of Convolutions One of ...
  • 数据集

    数据集 特征提取 词袋序列模型 词向量模型 衡量指标 单层CNN模型 单层CNN+MLP模型 TextCNN TextCNN变种 static版本TextCNN fine tuning版本的TextCNN 参考文献 数据集 Yelp Reviews是Yelp为了学习目的而发布的一个开源数据集。它包含了由数百万用户评论,商业属性和...