书栈网 · BookStack 本次搜索耗时 0.038 秒,为您找到 422 个相关结果.
  • 核心网络层

    Dense Activation Dropout Flatten Input Reshape Permute RepeatVector Lambda ActivityRegularization Masking [source] Dense keras . layers . Dense ( units , activati...
  • 回调函数Callbacks

    回调函数Callbacks Callback 类属性 BaseLogger ProgbarLogger History ModelCheckpoint 参数 EarlyStopping 参数 RemoteMonitor 参数 LearningRateScheduler 参数 TensorBoard 参数 ReduceLROnPl...
  • 卷积层 Convolutional

    Conv1D Conv2D SeparableConv2D Conv2DTranspose Conv3D Cropping1D Cropping2D Cropping3D UpSampling1D UpSampling2D UpSampling3D ZeroPadding1D ZeroPadding2D ZeroPadding3D ...
  • TensorFlow Serving模型部署

    TensorFlow Serving模型部署 Keras Sequential模式模型的部署 自定义Keras模型的部署 TensorFlow Serving模型部署 TensorFlow Serving可以直接读取SavedModel格式的模型进行部署(导出模型到SavedModel文件的方法见 前文 )。使用以下命令即可: tensorf...
  • 卷积神经网络(CNN)

    卷积神经网络(CNN) 使用Keras实现卷积神经网络 使用Keras中预定义的经典卷积神经网络结构 卷积神经网络(CNN) 卷积神经网络 (Convolutional Neural Network, CNN)是一种结构类似于人类或动物的 视觉系统 的人工神经网络,包含一个或多个卷积层(Convolutional Layer)、池化层(Poo...
  • 常用层

    常用层 Dense层 参数: 输入 输出 Activation层 参数 输入shape 输出shape 参数 参考文献 Flatten层 例子 Reshape层 参数 输入shape 输出shape 例子 Permute层 参数 例子 输入shape 输出shape RepeatVector层 参数 输入shap...
  • Zoo Models

    Available models AlexNet Darknet19 FaceNetNN4Small2 InceptionResNetV1 LeNet NASNet ResNet50 SimpleCNN SqueezeNet TextGenerationLSTM TinyYOLO UNet VGG16 VGG19 Xception...
  • Search Similar 3D Meshes

    Search Similar 3D Meshes Prerequisites Load GLB data Encode 3D Model Index the data Visualize 3D Model Index, Search and Visualize Data Putting it all together Results S...
  • Losses

    Supported loss functions Supported loss functions DL4J supports all available Keras losses (except for logcosh ), namely: mean_squared_error mean_absolute_error mean_absolut...
  • 4-5,AutoGraph和tf.Module

    4-5,AutoGraph和tf.Module 一,Autograph和tf.Module概述 二,应用tf.Module封装Autograph 三,tf.Module和tf.keras.Model,tf.keras.layers.Layer 4-5,AutoGraph和tf.Module 有三种计算图的构建方式:静态计算图,动态计算图,以及A...