inst/help/mlClassificationNeuralNetwork.md

Neural Network Classification

Feedforward neural networks are predictive algorithms inspired by the biological neural networks that constitute brains. A neuron (node) that receives a signal then processes it and can send signals to neurons connected to it. The signal at a node is a real number, and the output of each node is computed by sending the signal trough the activation function. The number of layers and nodes in the network is intrinsincly linked to model complexity, as high numbers increase the flexibility of the model.

Assumptions

Input

Assignment Box

Tables

Plots

Data Split Preferences

Holdout Test Data

Training and Validation Data

Training Parameters

Algorithmic Settings

Network Topology

Add Predicted Classes to Data

Generates a new column in your dataset with the class labels of your classification result. This gives you the option to inspect, classify, or predict the generated class labels.

Output

Neural Network Classification Model Table

Evaluation Metrics

Network Weights

References

R-packages



jasp-stats/jaspMachineLearning documentation built on April 5, 2025, 3:52 p.m.