Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Concept Videos

Mechanistic Models: Compartment Models in Algorithms for Numerical Problem Solving01:29

Mechanistic Models: Compartment Models in Algorithms for Numerical Problem Solving

Mechanistic models play a crucial role in algorithms for numerical problem-solving, particularly in nonlinear mixed effects modeling (NMEM). These models aim to minimize specific objective functions by evaluating various parameter estimates, leading to the development of systematic algorithms. In some cases, linearization techniques approximate the model using linear equations.
In individual population analyses, different algorithms are employed, such as Cauchy's method, which uses a...
Introduction to Polynomial Functions01:26

Introduction to Polynomial Functions

Polynomial functions are fundamental elements in algebra and calculus, defined by expressions that combine variables and constants through addition, subtraction, and multiplication, with the variable raised to nonnegative integer exponents. A general polynomial function of degree n is given byWhere an ≠ 0. The term anxn is the leading term, and an is the leading coefficient, while a0 is referred to as the constant term.Characteristics and ClassificationPolynomials are categorized by their...
Trial and Error and Algorithm01:12

Trial and Error and Algorithm

A problem-solving strategy is a plan of action used to find a solution. Different strategies have distinct action plans. Trial and error involves trying different solutions until one works. For instance, to fix a broken printer, you might check ink levels, ensure the paper tray isn't jammed, and verify the printer's connection to your laptop. This method can be time-consuming but is commonly used. Thomas Edison, for example, used trial and error to find a suitable filament for the light bulb,...
Neuroplasticity01:01

Neuroplasticity

Neuroplasticity reflects the brain's remarkable capacity to adapt and evolve, responding dynamically to learning, experiences, or injury by reorganizing its neural circuitry. This reorganization involves creating new neural connections and refining old ones through a series of biological processes that contribute to the brain's lifelong development and adaptability.
Long-term Potentiation01:35

Long-term Potentiation

Long-term potentiation, or LTP, is one of the ways by which synaptic plasticity—changes in the strength of chemical synapses—can occur in the brain. LTP is the process of synaptic strengthening that occurs over time between pre- and postsynaptic neuronal connections. The synaptic strengthening of LTP works in opposition to the synaptic weakening of long-term depression (LTD) and together are the main mechanisms that underlie learning and memory.
Long-term Potentiation01:25

Long-term Potentiation

Long-term potentiation, or LTP, is one of the ways by which synaptic plasticity—changes in the strength of chemical synapses—can occur in the brain. LTP is the process of synaptic strengthening that occurs over time between pre and postsynaptic neuronal connections. The synaptic strengthening of LTP works in opposition to the synaptic weakening of long-term depression (LTD) and together are the main mechanisms that underlie learning and memory.
Hebbian LTP
LTP can occur when presynaptic neurons...

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

Where genetic algorithms excel.

Evolutionary computation·2001
Same author

Propagating distributions up directed acyclic graphs.

Neural computation·1999
Same author

Building an associative memory vastly larger than the brain.

Science (New York, N.Y.)·1995
See all related articles

Related Experiment Videos

Neural net algorithms that learn in polynomial time from examples and queries.

E B Baum1

  • 1NEC Res. Inst., Princeton, NJ.

IEEE Transactions on Neural Networks
|January 1, 1991
PubMed
Summary
This summary is machine-generated.

A new algorithm efficiently trains neural networks using examples and expert queries. It is proven to PAC learn specific network types in polynomial time, showing practical effectiveness for complex machine learning tasks.

Related Experiment Videos

Area of Science:

  • Machine Learning
  • Computational Neuroscience
  • Artificial Intelligence

Background:

  • Training neural networks often requires extensive labeled data.
  • Query-based learning offers an alternative by using an oracle for specific data points.
  • Threshold logic networks are fundamental models in computational learning theory.

Purpose of the Study:

  • To introduce and analyze a novel algorithm for training neural networks using examples and queries.
  • To establish the computational complexity and learning capabilities of the proposed algorithm.
  • To explore the algorithm's applicability to various network architectures and mathematical problems.

Main Methods:

  • The algorithm utilizes an oracle to obtain target function values for queried inputs.
  • PAC (Probably Approximately Correct) learning framework is employed to analyze the algorithm's efficiency.
  • The algorithm's performance is theoretically analyzed for depth-two threshold nets and intersections of half-spaces.
  • Empirical tests were conducted on a variant of the algorithm with random networks.

Main Results:

  • The algorithm achieves polynomial-time PAC learnability for depth-two threshold nets with k <= 4 hidden units.
  • It can also learn intersections of k half-spaces in R(n) in polynomial time.
  • A variant demonstrates efficient learning of arbitrary depth layered threshold networks.
  • Experimental results show rapid and consistent learning of random networks.

Conclusions:

  • The proposed query-based algorithm offers an efficient method for training specific types of neural networks.
  • The theoretical guarantees and practical performance suggest its utility in machine learning applications.
  • The algorithm provides a valuable tool for computational learning theory and AI research.