Download Latest Version Version v0.90 release source code.zip (39.0 MB)
Email in envelope

Get an email when there's a new version of dinrhiw2-180824-sync

Home / residual-neural-network-code-from-private
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2021-02-19 635 Bytes
Residual neural network code implemented now source code.tar.gz 2021-02-19 38.1 MB
Residual neural network code implemented now source code.zip 2021-02-19 38.3 MB
Totals: 3 Items   76.4 MB 0

This is important update from private repo. It enables residual neural network (enabled in nntool). Code automatically uses skip connectiosn from even numbered layers forward if number of neurons for both layers is same. It therefore does mini skips over two layers from the input layer all the way to output layer and implements residual neural network architecture.

Deep learning: for a simple test problem (test_data_residual.sh) neural network can learn the problem with 40 layers in 10 minutes (dense residual neural network with leaky rectifier unit non-linearity), 20 layers residual neural network gives perfect results.

Source: README.md, updated 2021-02-19