Unofficial PyTorch Implementation of: Network of Evolvable Neural Units: Evolving to Learn at a Synaptic Level.
Validation result on for Evolable Nueral Units:
Top 1 accuracy (%) | Paper | Here |
---|---|---|
Pending | Pending | Pending |
- (2020.01.15) Working: Implementing Model Backward Processing
This code was tested on Python 3.6 with PyTorch 1.0.1. Other packages can be installed by:
pip install -r requirements.txt
python ENU.py #pending
python ENU.py #pending
- (2020.01.14) Update: First Update
Kwangho Kim / @FKgk
Network of Evolvable Neural Units: Evolving to Learn at a Synaptic Level by Paul Bertens, Seong-Whan Lee