galatolofederico / mesh-neural-networks

Python implementation of the Mesh Neural Networks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mesh-neural-networks

This is the repository for the paper Formal derivation of Mesh Neural Networks with their Forward-Only gradient Propagation

All the above examples uses 5 hidden neurons

Spirals solved with 15 neurons

As preliminary experiments we have tested our model against some toy datasets:

We provide these additional notebooks:

We also provide the experiments for the chapter 4.2 "Real-world problems"

The code is intentionally left unoptimized in order to be coherent with the mathematical framework presented on the paper.

An optimized version is currently under development.

For any further question you can find me at federico.galatolo@ing.unipi.it or on Telegram at @galatolo

Citing

If you want to cite use you can use this BibTeX

@article{galatolo_mnn_,
  title={Formal derivation of Mesh Neural Networks with their Forward-Only gradient Propagation},
  author={Galatolo, Federico A and Cimino, Mario GCA and Vaglini, Gigliola},
  journal={Neural Processing Letters},
  pages={1--16},
  year={2021},
  publisher={Springer}
}

About

Python implementation of the Mesh Neural Networks


Languages

Language:Python 100.0%