An open API service indexing awesome lists of open source software.

https://github.com/feifeibear/admm-neuralnetwork

ADMM-NeuralNetwork was implemented by a potato
https://github.com/feifeibear/admm-neuralnetwork

Last synced: 4 months ago
JSON representation

ADMM-NeuralNetwork was implemented by a potato

Awesome Lists containing this project

README

          

# ADMM-NeuralNetwork
ADMM-NeuralNetwork was implemented by a potato

I implemented ADMM-NeuralNetwork based on this paper: Taylor, Gavin, et al. "Training neural networks without gradients: A scalable admm approach." International Conference on Machine Learning. 2016.

# Requirements
- MATLAB version >= R2015a
- ADMM-NeuralNetwork only has GPU version; therefore, MATLAB and system have to support it.

# Neural Network Achitecture
- NN has 1 hidden layers. You can change it in NeuralNetwork.m and main.m
- I use Relu for activation function and least square for loss function.

# How to run
- Run main.m