Papers
Topics
Authors
Recent
Search
2000 character limit reached

Binary Perceptrons: Models, Capacity, & Learning

Updated 12 July 2026
  • Binary perceptrons are discrete threshold units with binary states that function as half-space indicators, forming the foundation of binary neural networks.
  • They quantify storage capacity and representational power through rigorous methods such as replica theory, Gaussian integrals, and minimal hidden-width investigations.
  • Algorithmic approaches, including CSP techniques and belief propagation, leverage solution space clustering and local entropy to enhance efficient learning.

Binary perceptrons are threshold units and networks whose synaptic states, activations, or both are restricted to discrete binary values, typically {0,1}\{0,1\} or {±1}\{\pm1\}. In the literature, the term spans several closely related objects: a single threshold neuron with binary weights, multilayer feedforward networks composed of binary units, and random constraint-satisfaction models in which one seeks a binary weight vector satisfying a set of random inequalities. Across these formulations, the central technical questions are the same: what functions binary perceptrons can represent, how many hidden units are minimally required, what storage capacity they achieve under random constraints, how their solution spaces are organized in Hamming space, and which algorithms can learn or find solutions efficiently (Crespin, 2013, Bi et al., 2019, Pastor et al., 2015, Stojnic, 2023).

1. Formal models and basic definitions

A standard threshold perceptron with real input yRmy\in\mathbb R^m and bias w0w_0 computes

p(y)={1,w0+wy0, 0,w0+wy<0.p(y)= \begin{cases} 1,& w_0+w\cdot y\ge 0,\ 0,& w_0+w\cdot y<0. \end{cases}

In this form, a perceptron is exactly the characteristic function of a half-space, and a perceptron layer is a finite vector of such threshold units (Crespin, 2013). A closely related binary-neuron convention uses signed outputs,

σ=sign(wξ),\sigma=\mathrm{sign}(w\cdot \xi),

with hidden and output units both binary-valued, typically in {1,+1}\{-1,+1\} (0904.4587).

For storage problems, one often considers a binary-weight perceptron receiving binary patterns xμx^\mu and producing

yμ(w)=Θ ⁣(iwixiμθ),y^\mu(w)=\Theta\!\left(\sum_i w_i x_i^\mu-\theta\right),

with wi,xiμ{0,1}w_i,x_i^\mu\in\{0,1\}. Introducing labels {±1}\{\pm1\}0 and {±1}\{\pm1\}1, the feasibility condition can be written as

{±1}\{\pm1\}2

where {±1}\{\pm1\}3 is a stability margin and the storage load is {±1}\{\pm1\}4 (Bi et al., 2019).

A second major formulation is the random half-space or Gaussian perceptron model. In the asymmetric binary perceptron, one seeks {±1}\{\pm1\}5 such that

{±1}\{\pm1\}6

or equivalently {±1}\{\pm1\}7 (Abbe et al., 2021). In the symmetric binary perceptron, the constraint is two-sided: {±1}\{\pm1\}8 or, in Gaussian notation,

{±1}\{\pm1\}9

with constraint density yRmy\in\mathbb R^m0 and SAT/UNSAT thresholds defined through Gaussian integrals (Barbier, 2024, Abbe et al., 2021).

Symmetric variants can also be expressed via even constraint indicators on Gaussian fields yRmy\in\mathbb R^m1. Two canonical examples are the rectangle-binary-perceptron, yRmy\in\mathbb R^m2, and the yRmy\in\mathbb R^m3-function-binary-perceptron, yRmy\in\mathbb R^m4. Their global yRmy\in\mathbb R^m5 symmetry distinguishes them from the standard step perceptron (Aubin et al., 2019).

A different but related inference formulation is the teacher-student symmetric perceptron, where teacher weights yRmy\in\mathbb R^m6 generate noiseless labels

yRmy\in\mathbb R^m7

while the student predicts

yRmy\in\mathbb R^m8

This turns a storage model into a planted learning problem parameterized by sample density yRmy\in\mathbb R^m9, margin w0w_00, and temperature w0w_01 (Catania et al., 26 Mar 2026).

2. Representational structure and network construction

Because a single threshold perceptron is the indicator of a half-space, multilayer single-output perceptron networks can be characterized geometrically. The functional equivalence theorem states that, for a fixed list of half-spaces w0w_02, the class of Boolean-valued functions w0w_03 with w0w_04 in the Boolean algebra generated by w0w_05 coincides exactly with the class of single-output perceptron network functions over w0w_06 (Crespin, 2013). Every such function can be written in DNF or CNF over cells and cocells induced by the half-spaces, and every single-output perceptron network is functionally equivalent to a 3-layer network over the same half-spaces (Crespin, 2013).

This geometric viewpoint has a direct constructive form. Given a DNF decomposition

w0w_07

one may build a 3-layer network whose first layer computes the half-spaces, whose second layer consists of AND-units recognizing the cells w0w_08, and whose third layer is an OR-unit that unions them (Crespin, 2013). The same logic yields a CNF construction by duality. This establishes an exact representational correspondence rather than an approximation theorem.

Minimal architecture questions have also been studied directly for memorization. For three-layer feedforward networks with w0w_09 binary inputs, one hidden layer of p(y)={1,w0+wy0, 0,w0+wy<0.p(y)= \begin{cases} 1,& w_0+w\cdot y\ge 0,\ 0,& w_0+w\cdot y<0. \end{cases}0 sigmoid units, and one binary output, a local-neighbor complexity index is defined by

p(y)={1,w0+wy0, 0,w0+wy<0.p(y)= \begin{cases} 1,& w_0+w\cdot y\ge 0,\ 0,& w_0+w\cdot y<0. \end{cases}1

where p(y)={1,w0+wy0, 0,w0+wy<0.p(y)= \begin{cases} 1,& w_0+w\cdot y\ge 0,\ 0,& w_0+w\cdot y<0. \end{cases}2 contains Hamming-distance-one neighbors of input p(y)={1,w0+wy0, 0,w0+wy<0.p(y)= \begin{cases} 1,& w_0+w\cdot y\ge 0,\ 0,& w_0+w\cdot y<0. \end{cases}3 (Pastor et al., 2015). This complexity measure supports closed-form estimates of the minimal hidden-layer size p(y)={1,w0+wy0, 0,w0+wy<0.p(y)= \begin{cases} 1,& w_0+w\cdot y\ge 0,\ 0,& w_0+w\cdot y<0. \end{cases}4 for regular, random, and intermediate binary patterns.

For regular patterns, including pseudo-parity structure, the minimal hidden width is

p(y)={1,w0+wy0, 0,w0+wy<0.p(y)= \begin{cases} 1,& w_0+w\cdot y\ge 0,\ 0,& w_0+w\cdot y<0. \end{cases}5

while random patterns obey

p(y)={1,w0+wy0, 0,w0+wy<0.p(y)= \begin{cases} 1,& w_0+w\cdot y\ge 0,\ 0,& w_0+w\cdot y<0. \end{cases}6

to first order, with a refined correction

p(y)={1,w0+wy0, 0,w0+wy<0.p(y)= \begin{cases} 1,& w_0+w\cdot y\ge 0,\ 0,& w_0+w\cdot y<0. \end{cases}7

Intermediate patterns are treated as perturbations of a nearest regular template, with Hamming-distance fraction p(y)={1,w0+wy0, 0,w0+wy<0.p(y)= \begin{cases} 1,& w_0+w\cdot y\ge 0,\ 0,& w_0+w\cdot y<0. \end{cases}8, yielding the interpolation

p(y)={1,w0+wy0, 0,w0+wy<0.p(y)= \begin{cases} 1,& w_0+w\cdot y\ge 0,\ 0,& w_0+w\cdot y<0. \end{cases}9

This places hidden-layer size under an explicit complexity law rather than a generic “larger network for harder task” heuristic (Pastor et al., 2015).

Incremental constructive learning provides a second route to compact architecture. The NetLines algorithm grows a feedforward network with one hidden layer of binary units and a binary output unit. Its convergence theorem guarantees that, for any finite training set of σ=sign(wξ),\sigma=\mathrm{sign}(w\cdot \xi),0 patterns with binary or real inputs, zero training error is reached with at most σ=sign(wξ),\sigma=\mathrm{sign}(w\cdot \xi),1 hidden units (0904.4587). In this setting, representational sufficiency is tied to an explicit growth process rather than solely to VC-style counting arguments.

3. Capacity, thresholds, and phase structure

The storage capacity of the classical binary perceptron with threshold σ=sign(wξ),\sigma=\mathrm{sign}(w\cdot \xi),2 is the critical load

σ=sign(wξ),\sigma=\mathrm{sign}(w\cdot \xi),3

Using fully lifted random duality theory, this capacity is characterized through a one-dimensional fixed-point equation at the second, first non-trivial lifting level: σ=sign(wξ),\sigma=\mathrm{sign}(w\cdot \xi),4 For the zero-threshold case, the resulting scaled capacity is

σ=sign(wξ),\sigma=\mathrm{sign}(w\cdot \xi),5

matching the replica-symmetry-breaking prediction (Stojnic, 2023).

In the entropy-landscape analysis of the binary perceptron with random classifications, the satisfiable-to-unsatisfiable transition likewise occurs at

σ=sign(wξ),\sigma=\mathrm{sign}(w\cdot \xi),6

At this threshold the replica-symmetric entropy vanishes, while the typical inter-solution distance remains finite at approximately σ=sign(wξ),\sigma=\mathrm{sign}(w\cdot \xi),7 (Huang et al., 2013). This is a geometric capacity statement: the total number of solutions goes to zero before the solution set collapses to a point.

For symmetric perceptrons, the annealed capacity can be exact over substantial parameter regions. In the rectangle-binary-perceptron, the critical density equals the annealed bound

σ=sign(wξ),\sigma=\mathrm{sign}(w\cdot \xi),8

for all σ=sign(wξ),\sigma=\mathrm{sign}(w\cdot \xi),9, under the stated hypothesis controlling the second-moment saddle. In the {1,+1}\{-1,+1\}0-function-binary-perceptron, the same conclusion holds for narrow constraints {1,+1}\{-1,+1\}1, with

{1,+1}\{-1,+1\}2

while for {1,+1}\{-1,+1\}3 the annealed bound is only an upper bound and one-step RSB lowers the threshold slightly; the paper concludes that full-RSB would be required to obtain the exact capacity in that regime (Aubin et al., 2019).

The teacher-student symmetric perceptron introduces a distinct phase diagram organized by overlap with the planted teacher. At zero temperature, the Bayes-optimal onset of teacher correlation occurs continuously at

{1,+1}\{-1,+1\}4

while perfect teacher recovery appears through a first-order transition at {1,+1}\{-1,+1\}5, obtained by equating competing free energies (Catania et al., 26 Mar 2026). The resulting phases are paramagnetic ({1,+1}\{-1,+1\}6), suboptimal correlated ({1,+1}\{-1,+1\}7), and perfect-teacher ({1,+1}\{-1,+1\}8), and the sequence of transitions depends on {1,+1}\{-1,+1\}9 and on whether the potential is piecewise-constant or linear (Catania et al., 26 Mar 2026).

Algorithmic thresholds can remain far below statistical capacity. For the asymmetric binary perceptron at xμx^\mu0, a discrepancy-based polynomial-time result proves

xμx^\mu1

whereas the sharp SAT threshold remains near xμx^\mu2 (Li et al., 2024). In the large positive-margin regime, however, the same line of work shows

xμx^\mu3

matching the information-theoretic capacity asymptotically as xμx^\mu4 (Li et al., 2024). The article literature therefore separates sharply between exact capacity, annealed bounds, and polynomial-time achievability.

4. Geometry of solution spaces

The solution-space geometry of binary perceptrons is one of the most developed aspects of the subject. For the classical binary perceptron, the entropy density of solutions at fixed Hamming distance from a reference configuration is obtained through a Legendre transform of a field-biased partition function,

xμx^\mu5

At small constraint density, annealed and replica-symmetric descriptions agree well, but as xμx^\mu6 approaches capacity the allowed distance interval shrinks and an entropy-landscape gap develops (Huang et al., 2013). In the paired-solution landscape, the entropy curve becomes non-concave on the left wing, signaling a first-order transition in the overlap-conjugate field and supporting a clustered, glassy organization (Huang et al., 2013).

The same work concludes that the binary perceptron solution space near capacity consists of exponentially many isolated solutions: pure states have zero internal entropy, almost all spins are frozen within a state, and moving from one solution to another requires flipping xμx^\mu7 bits (Huang et al., 2013). This “clustering with freezing” picture is reinforced by symmetric perceptron analyses based on second moments and planted arguments, where the shape of

xμx^\mu8

implies a forbidden interval near xμx^\mu9, so each reference solution is isolated inside a point-like frozen-1RSB cluster (Aubin et al., 2019).

At the same time, several works emphasize that typical geometry does not exhaust the algorithmically relevant structure. In the symmetric and asymmetric binary perceptrons at low load, there exists a subdominant but connected component of solutions—a “wide web”—with diameter yμ(w)=Θ ⁣(iwixiμθ),y^\mu(w)=\Theta\!\left(\sum_i w_i x_i^\mu-\theta\right),0 in the symmetric case and at least yμ(w)=Θ ⁣(iwixiμθ),y^\mu(w)=\Theta\!\left(\sum_i w_i x_i^\mu-\theta\right),1 in the asymmetric case (Abbe et al., 2021). An yμ(w)=Θ ⁣(iwixiμθ),y^\mu(w)=\Theta\!\left(\sum_i w_i x_i^\mu-\theta\right),2 randomized multiscale majority algorithm can find a solution in such a cluster with high probability when yμ(w)=Θ ⁣(iwixiμθ),y^\mu(w)=\Theta\!\left(\sum_i w_i x_i^\mu-\theta\right),3 (Abbe et al., 2021). This establishes formally that isolated typical solutions can coexist with rare linearly wide connected clusters.

Local-entropy analyses sharpen this contrast between typical and atypical states. In the binary negative-margin perceptron, typical solutions lie in exponentially many narrow frozen-1RSB clusters, but subdominant wide-flat minima can be selected by biasing toward high local entropy,

yμ(w)=Θ ⁣(iwixiμθ),y^\mu(w)=\Theta\!\left(\sum_i w_i x_i^\mu-\theta\right),4

As the constraint density increases, the Franz-Parisi local entropy of maximally robust solutions ceases to be monotone at the local-entropy threshold yμ(w)=Θ ⁣(iwixiμθ),y^\mu(w)=\Theta\!\left(\sum_i w_i x_i^\mu-\theta\right),5, beyond which wide-flat minima fragment into disconnected finite-radius islands even though the SAT phase persists until yμ(w)=Θ ⁣(iwixiμθ),y^\mu(w)=\Theta\!\left(\sum_i w_i x_i^\mu-\theta\right),6 (Baldassi et al., 2023).

For zero-threshold asymmetric binary perceptrons, a large-deviation fully lifted random duality analysis locates local-entropy breakdown in the interval

yμ(w)=Θ ⁣(iwixiμθ),y^\mu(w)=\Theta\!\left(\sum_i w_i x_i^\mu-\theta\right),7

with yμ(w)=Θ ⁣(iwixiμθ),y^\mu(w)=\Theta\!\left(\sum_i w_i x_i^\mu-\theta\right),8 for the underlying feasibility problem (Stojnic, 24 Jun 2025). The paper reports that this interval basically matches the range yμ(w)=Θ ⁣(iwixiμθ),y^\mu(w)=\Theta\!\left(\sum_i w_i x_i^\mu-\theta\right),9–wi,xiμ{0,1}w_i,x_i^\mu\in\{0,1\}0 that currently best solvers can handle, suggesting that the loss of positive local entropy at high overlap is a structural marker of the computational gap (Stojnic, 24 Jun 2025).

Connected atypical states in the symmetric binary perceptron have also been studied through chains of highly overlapping solutions. Under a no-memory ansatz with constant overlap wi,xiμ{0,1}w_i,x_i^\mu\in\{0,1\}1, the overlap matrix is Markovian,

wi,xiμ{0,1}w_i,x_i^\mu\in\{0,1\}2

and the infinite-chain potential remains positive only above a second threshold

wi,xiμ{0,1}w_i,x_i^\mu\in\{0,1\}3

Below this threshold, decorrelated chains can still exist, but require a nested Markov chain ansatz with explicit memory effects (Barbier, 2024). A common misconception is therefore that isolated typical solutions preclude all long-range connectivity; the cited results show instead that connectivity survives in atypical, algorithmically significant sectors of the space.

5. Learning, search, and training algorithms

One classical family of algorithms studies the binary perceptron as a discrete CSP. In belief-propagation decimation, at step wi,xiμ{0,1}w_i,x_i^\mu\in\{0,1\}4 one computes the marginal probability

wi,xiμ{0,1}w_i,x_i^\mu\in\{0,1\}5

chooses the most polarized unfixed variable

wi,xiμ{0,1}w_i,x_i^\mu\in\{0,1\}6

fixes wi,xiμ{0,1}w_i,x_i^\mu\in\{0,1\}7 to its preferred value, and simplifies the factor graph (Bi et al., 2019). The associated message updates use cavity fields wi,xiμ{0,1}w_i,x_i^\mu\in\{0,1\}8 and constraint-to-variable messages wi,xiμ{0,1}w_i,x_i^\mu\in\{0,1\}9 derived from belief propagation on the factor graph (Bi et al., 2019).

The same paper analyzes two efficient solvers, SBPI and reinforced BP. SBPI maintains hidden odd-integer states {±1}\{\pm1\}00 whose sign determines the weight, and updates them pattern by pattern, while reinforced BP adds a reinforcement term {±1}\{\pm1\}01 to standard BP updates (Bi et al., 2019). A central empirical result is that most runtime is spent resolving late-decimation variables, whose values are strongly cross-correlated in the condensed residual subspace. Input sparseness reduces this bottleneck by weakening cross-correlations among late-fixed weights, thereby reducing the time used to assign them (Bi et al., 2019).

At low load, a different algorithmic mechanism operates. The multiscale majority algorithm partitions coordinates into blocks, repeatedly identifies the most troublesome rows, and assigns new coordinates by weighted majority votes

{±1}\{\pm1\}02

For both symmetric and asymmetric perceptrons, this yields an {±1}\{\pm1\}03 randomized algorithm that finds a solution in a linearly wide cluster when {±1}\{\pm1\}04 (Abbe et al., 2021). The proof combines concentration of partial row sums with tree-indexed interpolation paths in the solution graph (Abbe et al., 2021).

Discrepancy-minimization provides a third algorithmic paradigm. The Rothvoss-Eldan-Singh random-projection method solves a linear program over {±1}\{\pm1\}05 and recursively rounds it; the Lovett-Meka edge-walk performs Gaussian steps in the subspace orthogonal to nearly tight constraints,

{±1}\{\pm1\}06

until at least half the coordinates are nearly frozen, then recurses (Li et al., 2024). These methods furnish the best-known polynomial-time guarantees across all {±1}\{\pm1\}07, including asymptotic optimality for large positive {±1}\{\pm1\}08 and an exponentially large algorithmic-statistical gap for {±1}\{\pm1\}09 (Li et al., 2024).

Constructive supervised learning with binary neurons predates these CSP-style methods. NetLines incrementally adds hidden perceptrons, updates intermediate targets by

{±1}\{\pm1\}10

and trains each unit with the Minimerror cost

{±1}\{\pm1\}11

The algorithm has a finite-step convergence guarantee and was evaluated on parity, Monk’s problems, Wisconsin Breast Cancer, Pima Diabetes, Waveform, and Iris benchmarks (0904.4587).

The minimal-perceptron study validates theoretical hidden-width predictions by back-propagation on three-layer sigmoid networks. Training is declared successful when the mean-squared error falls below {±1}\{\pm1\}12, and minimal {±1}\{\pm1\}13 is located by sweeping hidden width until the success rate exceeds {±1}\{\pm1\}14 over many random seeds (Pastor et al., 2015). The measured {±1}\{\pm1\}15 falls on the theoretical curves {±1}\{\pm1\}16 for regular patterns, {±1}\{\pm1\}17 for random patterns, and the interpolation law for complex patterns (Pastor et al., 2015).

A recent development is fully binary-native multilayer training. A binary multilayer perceptron with {±1}\{\pm1\}18 fully connected hidden layers can be trained using fixed random local classifiers {±1}\{\pm1\}19, local {±1}\{\pm1\}20–{±1}\{\pm1\}21 losses, binary activations {±1}\{\pm1\}22, visible weights {±1}\{\pm1\}23, and integer-valued hidden metaplastic weights {±1}\{\pm1\}24 (Colombo et al., 2024). The forward pass and updates use only XNOR, Popcount, and increment/decrement operations, while the CP+R update rule is

{±1}\{\pm1\}25

plus a reinforcement step {±1}\{\pm1\}26 applied with probability {±1}\{\pm1\}27 (Colombo et al., 2024). On MNIST, FashionMNIST, and CIFAR-10 features, the method reports test-accuracy gains over the only existing fully binary single-layer state-of-the-art solution while using two to three orders of magnitude fewer Boolean gates than full-precision SGD under the same total memory demand (Colombo et al., 2024).

6. Modern binary architectures, distance transformation, and application domains

Binary perceptrons also appear as components of larger binary neural architectures. In BiMLP, vision MLP blocks are binarized using

{±1}\{\pm1\}28

with inference implemented by XNOR + POPCOUNT and gradients approximated by STE clipping (Xu et al., 2022). The paper argues that fully connected layers in vision MLPs behave like {±1}\{\pm1\}29 convolutions, so binarization sharply restricts spatial and channel mixing capacity. To compensate, BiMLP introduces a multi-branch binary block and a universal shortcut

{±1}\{\pm1\}30

with branch outputs summed or concatenated depending on channel changes (Xu et al., 2022).

The capacity argument in BiMLP is explicitly perceptronic. A binarized {±1}\{\pm1\}31 convolution aggregates {±1}\{\pm1\}32 one-bit products, so each scalar output can take {±1}\{\pm1\}33 levels, whereas a {±1}\{\pm1\}34 binarized FC has only {±1}\{\pm1\}35 levels. The proposed multi-branch binary block recovers part of this representational deficit with three branches rather than a {±1}\{\pm1\}36-fold channel blowup for {±1}\{\pm1\}37 (Xu et al., 2022). On ImageNet-1k with bit-width {±1}\{\pm1\}38, BiMLP-S reaches Top-1 {±1}\{\pm1\}39 and BiMLP-M reaches Top-1 {±1}\{\pm1\}40 with lower OP counts than several prior binary CNN baselines (Xu et al., 2022).

In neuroscience-oriented analyses, networks of binary perceptrons have been studied as maps between Hamming spaces. For a perceptron with binary weight vector {±1}\{\pm1\}41, threshold {±1}\{\pm1\}42, and binary inputs {±1}\{\pm1\}43 of equal Hamming weight {±1}\{\pm1\}44 and mutual distance {±1}\{\pm1\}45, the expected output disagreement probability {±1}\{\pm1\}46 can be written exactly as a combinatorial sum over active-set occupancies {±1}\{\pm1\}47 (Olypher et al., 2013). In the large-{±1}\{\pm1\}48 regime, a bivariate-normal approximation gives

{±1}\{\pm1\}49

where {±1}\{\pm1\}50 and {±1}\{\pm1\}51 is the number of active synapses (Olypher et al., 2013). Applied to a CA3{±1}\{\pm1\}52CA1 hippocampal model with {±1}\{\pm1\}53 and {±1}\{\pm1\}54, the study finds maximal discriminability {±1}\{\pm1\}55 at {±1}\{\pm1\}56 for {±1}\{\pm1\}57, while lowering the threshold to {±1}\{\pm1\}58 reduces discrimination to {±1}\{\pm1\}59 at the same {±1}\{\pm1\}60 (Olypher et al., 2013).

Teacher-student and negative-margin studies connect geometry to generalization. In the binary negative-margin perceptron, the generalization error of a student {±1}\{\pm1\}61 relative to a teacher {±1}\{\pm1\}62 is

{±1}\{\pm1\}63

and the reported result is that solutions in wide-flat, local-entropy-selected clusters achieve higher teacher overlap and lower {±1}\{\pm1\}64 than typical sharp minima, even in the highly underconstrained regime of very negative margins (Baldassi et al., 2023). This suggests that, within binary perceptron models, robustness and generalization are controlled less by the mere existence of solutions than by whether the accessible solutions belong to dense connected or high-local-entropy regions.

Taken together, these lines of work show that binary perceptrons are not a single model but a family of discrete threshold systems linking threshold logic, spin-glass theory, combinatorial optimization, constructive learning, and binary deep learning. Their mathematical interest lies in the unusually explicit relation between representation, capacity, geometry, and algorithmics: three-layer constructions can be exact (Crespin, 2013), minimal hidden widths can be expressed in terms of pattern complexity (Pastor et al., 2015), storage capacity can be computed at replica-symmetry-breaking level with {±1}\{\pm1\}65 (Stojnic, 2023), and algorithmic success or failure can often be read directly from the existence or collapse of rare dense connected clusters (Abbe et al., 2021, Stojnic, 24 Jun 2025).

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Binary Perceptrons.