Are you an EPFL student looking for a semester project?
Work with us on data science and visualisation projects, and deploy your project as an app on top of Graph Search.
This lecture introduces the concept of a simple perceptron, which is a single-layer network implementing a hyperplane in the input space. The instructor explains the geometry of the perceptron, the critical cases, and the process of removing the threshold by adding a constant input. Additionally, the lecture covers how a simple perceptron can solve linearly separable problems by imposing a separating hyperplane and adapting the weight vector through learning.