Backpropagation Neural Tree
Varun Ojha, Giuseppe Nicosia

TL;DR
The paper introduces BNeuralT, a biologically inspired neural tree model trained with stochastic gradient descent methods, capable of handling classification, regression, and pattern recognition tasks with high performance and simplicity.
Contribution
It proposes a novel stochastic neural tree model that mimics biological dendritic properties and can be trained efficiently using various gradient-based optimizers.
Findings
High-performing models across diverse tasks
Simpler than traditional neural networks
Effective training with multiple gradient methods
Abstract
We propose a novel algorithm called Backpropagation Neural Tree (BNeuralT), which is a stochastic computational dendritic tree. BNeuralT takes random repeated inputs through its leaves and imposes dendritic nonlinearities through its internal connections like a biological dendritic tree would do. Considering the dendritic-tree like plausible biological properties, BNeuralT is a single neuron neural tree model with its internal sub-trees resembling dendritic nonlinearities. BNeuralT algorithm produces an ad hoc neural tree which is trained using a stochastic gradient descent optimizer like gradient descent (GD), momentum GD, Nesterov accelerated GD, Adagrad, RMSprop, or Adam. BNeuralT training has two phases, each computed in a depth-first search manner: the forward pass computes neural tree's output in a post-order traversal, while the error backpropagation during the backward pass is…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNeural Networks and Applications · Machine Learning and ELM · Model Reduction and Neural Networks
MethodsAdam · High-Order Consensuses
