perceptron

1 Articles 0 Followers


Practical data science and optimization: perceptron

18 Jan 2023 1 minute read 0 comments I_g_o_r

In this post we consider a basic fundamental block of all neural networks and AI applications: perceptron.   Mathematically, a perceptron is a function y=f(x1,….xN) with many inputs and one binary output. Physically, it is a device (mechanical, elect...