2. Perceptrons
This chapter describes an algorithm called a perceptron. Invented by the US researcher Frank Rosenblatt in 1957, it is from this traditional algorithm that neural networks (i.e., deep learning) originated and is thus a necessary first step to the more advanced study of both. This chapter will describe a perceptron and use one to solve easy problems. Throughout this process, you will familiarize yourself with the mechanics of perceptrons.