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

    What is Tokenization? Example What is Tokenization? Tokenization is the process of breaking text down into individual words. Word windows are also composed of tokens. Word2Vec...
  • Compatible

    Introduce Quick Start in 3 Minutes Recognition of MNIST Handwritten Digits Data Input Build a Neural Network Optimization Algorithm and Parameter Configuration Get results ...
  • Your First Model

    848 2021-03-31 《The fastai book》
    Your First Model Getting a GPU Deep Learning Server Running Your First Notebook Sidebar: This Book Was Written in Jupyter Notebooks End sidebar What Is Machine Learning? What ...
  • 三、PNN

    三、PNN 3.1 模型 3.1.1 IPNN 3.1.2 OPNN 3.1.3 讨论 3.2 实验 三、PNN 在典型的推荐、广告任务中,大多数特征都是离散的categorical 。一种常见做法是将这些离散特征进行 one-hot 编码,从而转化为稀疏二元特征 sparse binary feature 。 传统模型非常依赖于特...
  • Plugin settings

    Plugin settings Alerting plugin settings Anomaly Detection plugin settings Asynchronous Search plugin settings Cross-Cluster Replication plugin settings Geospatial plugin setti...
  • Classify Iris Dataset Using DNNClassifer

    Classify Iris Dataset Using DNNClassifer The Dataset Train Tune Automated tuning Predict Classify Iris Dataset Using DNNClassifer This tutorial demonstrates how to Tra...
  • 5.卷积神经网络

    卷积神经网络 卷积神经网络 卷积神经网络convolutional neural network:CNN :是指那些至少在网络的某一层中使用了卷积运算来代替一般的矩阵乘法运算的神经网络。 卷积神经网络专门处理具有类似网格结构的数据的神经网络。如:时间序列是一维网格,图像数据是二维网格。
  • Adding a Nonlinearity

    519 2021-03-31 《The fastai book》
    Adding a Nonlinearity Going Deeper Adding a Nonlinearity So far we have a general procedure for optimizing the parameters of a function, and we have tried it out on a very bor...
  • Questionnaire

    551 2021-03-31 《The fastai book》
    Questionnaire Further Research Questionnaire What is a “feature”? Write out the convolutional kernel matrix for a top edge detector. Write out the mathematical operation appl...
  • LSTM

    462 2021-03-31 《The fastai book》
    LSTM Building an LSTM from Scratch Training a Language Model Using LSTMs LSTM LSTM is an architecture that was introduced back in 1997 by Jürgen Schmidhuber and Sepp Hochreit...