Glossary term
Glossary term
Architecture
A neural network without cyclic or recursive connections. For example, traditional deep neural networks are feedforward neural networks. Contrast with recurrent neural networks, which are cyclic.
Created for this library
A retail forecasting team uses a feedforward neural network on tabular features as a baseline before evaluating tree ensembles.
A credit risk team uses a small feedforward neural network as a calibration head on top of a linear scorecard for non-linear corrections.
A telco churn team uses a feedforward neural network on tabular customer features as one of several candidate models for monthly cancellation prediction.
Definition source: Google for Developers Machine Learning Glossary | Creative Commons Attribution 4.0 License