A different way to model
Most neural networks are functions: feed an input in one end, get an output the other. An energy-based model (EBM) reframes the whole setup. Instead of a function from input to output, it learns a single scalar energy that scores how well things fit together: low energy for configurations that are correct or compatible, high energy for those that are wrong.
This sounds abstract, but it is a powerful shift, and it is the framing Yann LeCun has advocated for decades, laid out in his 2006 "A Tutorial on Energy-Based Learning." Rather than committing the model to produce one answer, you give it a way to judge any proposed answer. Asking for the best answer then becomes a search for the lowest-energy one. This lesson builds that picture: what energy is, how you use it to make predictions, and why measuring compatibility, rather than computing an output directly, buys real flexibility.

