Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FCNN

Implementation of a fully connected neural network using Tensorflow.js.

export
implements

{Estimator}

Hierarchy

  • FCNN

Implements

Index

Constructors

Properties

Methods

Constructors

Properties

fitted: boolean
model: undefined | LayersModel

Methods

  • fit(X: Matrix, y: Matrix): Promise<History>
  • predict(X: Matrix): Matrix