Implementation of a fully connected neural network using Tensorflow.js.
{Estimator}
Creates an instance of FCNN.
FCNN
Trains the model.
The feature matrix.
The target matrix.
Predicts the output for a given feature matrix.
feature matrix
Implementation of a fully connected neural network using Tensorflow.js.
{Estimator}