书栈网 · BookStack 本次搜索耗时 0.039 秒,为您找到 422 个相关结果.
  • 模型可视化

    模型可视化 模型可视化 keras.utils.vis_utils 模块提供了画出Keras模型的函数(利用graphviz) 该函数将画出模型结构图,并保存成图片: from keras . utils import plot_model plot_model ( model , to_file = 'model.png' ) ...
  • 常用数据集 Datasets

    数据集 CIFAR10 小图像分类数据集 用法: CIFAR100 小图像分类数据集 用法: IMDB 电影评论情感分类数据集 用法 路透社新闻主题分类 用法: MNIST 手写字符数据集 用法: Fashion-MNIST 时尚物品数据集 用法: Boston 房价回归数据集 用法: 数据集 CIFAR10 小图像分...
  • Fasttext for text classification

    This example demonstrates the use of fasttext for text classification This example demonstrates the use of fasttext for text classification Based on Joulin et al's paper: Bags...
  • 一些基本概念

    一些基本概念 符号计算 张量 data_format 函数式模型 batch epochs 对新手友好的小说明 关于Python 关于深度学习 其他 一些基本概念 在开始学习Keras之前,我们希望传递一些关于Keras,关于深度学习的基本概念和技术,我们建议新手在使用Keras之前浏览一下本页面提到的内容,这将减少你学习中的困惑...
  • Constraints

    Usage of constraints Available constraints MaxNorm NonNeg UnitNorm MinMaxNorm Usage of constraints Functions from the constraints module allow setting constraints (eg. no...
  • 打造NLP工具箱

    Scikit-learn TensorFlow Keras Anaconda Gensim NTLK Jieba Jupyter notebook GPU服务器 Scikit-learn Scikit-learn是广受欢迎的入门级机器学习库,包含大量的机器学习算法和特征提取实现,使用非常简便。Scikit-learn实现的是浅层学习算...
  • Image OCR

    Optical character recognition Additional dependencies Optical character recognition This example uses a convolutional stack followed by a recurrent stackand a CTC logloss func...
  • Image OCR

    Optical character recognition Optical character recognition This example uses a convolutional stack followed by a recurrent stackand a CTC logloss function to perform optical c...
  • Initializers

    Supported initializers Supported initializers DL4J supports all available Keras initializers , namely: Zeros Ones Constant RandomNormal RandomUniform TruncatedNormal Variance...
  • 回调函数 Callbacks

    回调函数使用 Callback BaseLogger TerminateOnNaN ProgbarLogger History ModelCheckpoint EarlyStopping RemoteMonitor LearningRateScheduler TensorBoard ReduceLROnPlateau CSVLogger...