https://github.com/sukiboo/sgn
Source code for the numerical experiments presented in the paper "Greedy Shallow Networks: An Approach for Constructing and Training Neural Networks".
https://github.com/sukiboo/sgn
greedy-algorithms shallow-neural-network supervised-learning
Last synced: 9 months ago
JSON representation
Source code for the numerical experiments presented in the paper "Greedy Shallow Networks: An Approach for Constructing and Training Neural Networks".
- Host: GitHub
- URL: https://github.com/sukiboo/sgn
- Owner: sukiboo
- License: mit
- Created: 2019-05-23T19:30:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-03-10T16:12:00.000Z (almost 4 years ago)
- Last Synced: 2025-03-27T08:03:20.404Z (10 months ago)
- Topics: greedy-algorithms, shallow-neural-network, supervised-learning
- Language: Python
- Homepage:
- Size: 30.3 KB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Greedy Shallow Networks
The code for the numerical examples presented in the paper [Greedy Shallow Networks: An Approach for Constructing and Training Neural Networks](https://arxiv.org/abs/1905.10409)