Man pages for Greg-Hallenbeck/easy.mlp
Easy-To-Use Multilayer Perceptron

cce.lossCategorical Cross-Entropy Loss function, used for...
create.mlpInitialize a Neural Network.
forward.propPerforms forward propagation through the neural network Most...
.ipynb_checkpoints/create.mlp-checkpointInitializes a new neural network.
leaky.reluA "leaky" RELU function, and derivative. The slope in the...
linearA linear activation function, and its derivative.
logit.lossA Logistic Loss function, used for binary classification...
mse.lossA Mean Squared Error Loss function, used for regression...
plot.mlpPlot the Loss or Other Metrics of a Neural Network
predict.mlpMake predictions using the neural network.
reluA rectified linear unit or RELU = max(0, x) function, and its...
sigmoidA sigmoid (= logistic) function, and its derivative.
softmaxA softmax activation, used for classifier networks as the...
split.datasetSplit a dataset into a design (X) matrix and labels (Y), and...
tanhA hyperbolic tangent function, and its derivative.
trainTrain a Neural Network
Greg-Hallenbeck/easy.mlp documentation built on March 10, 2023, 6:31 a.m.