Projects authored by bertha guijarro berdinas.


Logo iLANN SVD. An incremental noniterative learning method for one layer feedforwar 1.0

by ofontenla - August 16, 2017, 11:53:40 CET [ BibTeX BibTeX for corresponding Paper Download ] 5409 views, 1482 downloads, 0 subscriptions

About: A non-iterative, incremental and hyperparameter-free learning method for one-layer feedforward neural networks without hidden layers. This method efficiently obtains the optimal parameters of the network, regardless of whether the data contains a greater number of samples than variables or vice versa. It does this by using a square loss function that measures errors before the output activation functions and scales them by the slope of these functions at each data point. The outcome is a system of linear equations that obtain the network's weights and that is further transformed using Singular Value Decomposition.

Changes:

Initial Announcement on mloss.org.


Logo LANN SVD. A noniterative SVD based learning algorithm for one layer neural nets 1.0

by ofontenla - August 7, 2017, 13:52:19 CET [ BibTeX BibTeX for corresponding Paper Download ] 5368 views, 1439 downloads, 0 subscriptions

About: A non-iterative learning method for one-layer (no hidden layer) neural networks, where the weights can be calculated in a closed-form manner, thereby avoiding low convergence rate and also hyperparameter tuning. The proposed learning method, LANN-SVD in short, presents a good computational efficiency for large-scale data analytic.

Changes:

Initial Announcement on mloss.org.