Package

io.github.mandar2812.dynaml

tensorflow

Permalink

package tensorflow

DynaML Tensorflow Package

A collection of functions, transformations and miscellaneous objects to help working with tensorflow primitives and models.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. tensorflow
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. package data

    Permalink
  2. val dtf: Api.type

    Permalink

    The dtf object is the entry point for tensor related operations, for more details see Api.

    DynaML Tensorflow Pointer

    The dtf object is the entry point for tensor related operations, for more details see Api.

  3. val dtfdata: DataApi.type

    Permalink

    The dtfdata object contains functions for creating and working with Data Sets.

    DynaML Data Set API

    The dtfdata object contains functions for creating and working with Data Sets. See DataApi for more docs.

  4. val dtflearn: Learn.type

    Permalink

    The dtflearn object contains components that can be used to create custom neural architectures, from basic building blocks, for more details see Learn.

    DynaML Neural Net Building Blocks

    The dtflearn object contains components that can be used to create custom neural architectures, from basic building blocks, for more details see Learn.

  5. val dtfpipe: Pipe.type

    Permalink

    The dtfpipe object contains work flows/pipelines to simplify working with tensorflow data sets and models, for more details see Pipe.

    DynaML Tensorflow Pipes

    The dtfpipe object contains work flows/pipelines to simplify working with tensorflow data sets and models, for more details see Pipe.

  6. val dtfutils: Utils.type

    Permalink

    Contains miscellaneous utility functions for DynaML's tensorflow handle/package.

    DynaML Tensorflow Utilities Package

    Contains miscellaneous utility functions for DynaML's tensorflow handle/package. See Utils for more details.

  7. package layers

    Permalink
  8. package utils

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped