paper-with-me

홈 › Papers

$\ell_1$-regularized Neural Networks are Improperly Learnable in Polynomial Time

2015-10-13 · Yuchen Zhang, Jason D. Lee, Michael. I. Jordan

We study the improper learning of multi-layer neural networks. Suppose that the neural network to be learned has $k$ hidden layers and that the $\ell_1$-norm of the incoming weights of any neuron is bounded by $L$. We present a kernel-based method, such that with probability at least $1 - \delta$, it learns a predictor whose generalization error is at most $\epsilon$ worse than that of the neural network. The sample complexity and the time complexity of the presented method are polynomial in the input dimension and in $(1/\epsilon,\log(1/\delta),F(k,L))$, where $F(k,L)$ is a function depending on $(k,L)$ and on the activation function, independent of the number of neurons. The algorithm applies to both sigmoid-like activation functions and ReLU-like activation functions. It implies that any sufficiently sparse neural network is learnable in polynomial time.

📄 PDF Abstract BibTeX arXiv:1510.03528

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Find a witness or shatter: the landscape of computable PAC learning

2023-02-06 · Valentino Delle Rose, Alexander Kozachinskiy, Cristobal Rojas, Tomasz Steifer

This paper contributes to the study of CPAC learnability -- a computable version of PAC learning -- by solving three open questions from recent papers. Firstly, we prove that every improperly CPAC learnable class is cont…

PAC learning

Computational-Statistical Tradeoffs from NP-hardness

2025-07-17 · Guy Blanc, Caleb Koch, Carmen Strassle, Li-Yang Tan

A central question in computer science and statistics is whether efficient algorithms can achieve the information-theoretic limits of statistical problems. Many computational-statistical tradeoffs have been shown under a…

Computational EfficiencyPAC learning

VC Classes are Adversarially Robustly Learnable, but Only Improperly

2019-02-12 · Omar Montasser, Steve Hanneke, Nathan Srebro

We study the question of learning an adversarially robust predictor. We show that any hypothesis class $\mathcal{H}$ with finite VC dimension is robustly PAC learnable with an improper learning rule. The requirement of b…

Learning Halfspaces with the Zero-One Loss: Time-Accuracy Tradeoffs

2012-12-01 · NeurIPS 2012 12 · Aharon Birnbaum, Shai S. Shwartz

Given $\alpha,\epsilon$, we study the time complexity required to improperly learn a halfspace with misclassification error rate of at most $(1+\alpha)\,L^*_\gamma + \epsilon$, where $L^*_\gamma$ is the optimal $\g…

PAC learning

New Steps on the Exact Learning of CNF

2016-09-10 · Montserrat Hermo, Ana Ozaki

A major problem in computational learning theory is whether the class of formulas in conjunctive normal form (CNF) is efficiently learnable. Although it is known that this class cannot be polynomially learned using eithe…

Learning Theory