paper-with-me

홈 › Papers

Growing axons: greedy learning of neural networks with application to function approximation

2019-10-28 · Daria Fokina, Ivan Oseledets

We propose a new method for learning deep neural network models that is based on a greedy learning approach: we add one basis function at a time, and a new basis function is generated as a non-linear activation function applied to a linear combination of the previous basis functions. Such a method (growing deep neural network by one neuron at a time) allows us to compute much more accurate approximants for several model problems in function approximation.

📄 PDF Abstract BibTeX arXiv:1910.12686

Code (1)

dashafok/axon-approximation 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Non-submodular Function Maximization subject to a Matroid Constraint, with Applications

2018-11-19 · Khashayar Gatmiry, Manuel Gomez-Rodriguez

The standard greedy algorithm has been recently shown to enjoy approximation guarantees for constrained non-submodular nondecreasing set function maximization. While these recent results allow to better characterize the …

Point Processes

Tracking of plus-ends reveals microtubule functional diversity in different cell types

2017-12-17

Many cellular processes are tightly connected to the dynamics of microtubules (MTs). While in neuronal axons MTs mainly regulate intracellular trafficking, they participate in cytoskeleton reorganization in many other eu…

Diversity

Greed is Good: Near-Optimal Submodular Maximization via Greedy Optimization

2017-04-05 · Moran Feldman, Christopher Harshaw, Amin Karbasi

It is known that greedy methods perform well for maximizing monotone submodular functions. At the same time, such methods perform poorly in the face of non-monotonicity. In this paper, we show - arguably, surprisingly - …

Movie Recommendation

Orthogonal greedy algorithm for linear operator learning with shallow neural network

2025-01-06 · Ye Lin, Jiwei Jia, Young Ju Lee, Ran Zhang

Greedy algorithms, particularly the orthogonal greedy algorithm (OGA), have proven effective in training shallow neural networks for fitting functions and solving partial differential equations (PDEs). In this paper, we …

Operator learning

Robust Subset Selection by Greedy and Evolutionary Pareto Optimization

2022-05-03 · Chao Bian, Yawen Zhou, Chao Qian

Subset selection, which aims to select a subset from a ground set to maximize some objective function, arises in various applications such as influence maximization and sensor placement. In real-world scenarios, however,…