Package smile.deep


package smile.deep
Deep learning. Deep learning is based on artificial neural networks (ANNs) with representation learning. The adjective "deep" refers to the use of multiple layers in the network.
  • Class
    Description
    NVIDIA CUDA helper functions.
    A dataset consists of data and an associated target (label) and can be iterated in mini-batches.
    Loss functions.
    The deep learning models.
    Optimizer functions.
    A min-batch dataset consists of data and an associated target (label).