Single-Layer Perceptron: Background & Python Code

Veröffentlicht am: 14 September 2017
auf dem Kanal: Brian Faure
94,693
1.5k

In this video we'll introduce the Single-Layer Perceptron (aka "Neuron" or simply "Perceptron"), the most fundamental element of nearly all modern neural network and machine learning models. We'll begin by covering the history and main idea, then open up a coding editor and actually implement the element from scratch.

Machine Learning textbook (mentioned in video): http://www.deeplearningbook.org/

Github repo: https://github.com/bfaure/AI_Project_...

If you'd like to learn about Python data structures, check out my video series starting with:    • Python Data Structures #1: Dictionary Object  

Video series covering GUI development in Python:    • Python GUI Development #1 - First Steps  

References:

[1] - https://en.wikipedia.org/wiki/Perceptron

In machine learning, the perceptron is an algorithm for supervised learning of binary classifiers (functions that can decide whether an input, represented by a vector of numbers, belongs to some specific class or not). It is a type of linear classifier, i.e. a classification algorithm that makes its predictions based on a linear predictor function combining a set of weights with the feature vector. The algorithm allows for online learning, in that it processes elements in the training set one at a time.


Auf dieser Seite können Sie das Online-Video Single-Layer Perceptron: Background & Python Code mit der Dauer stunde minuten sekunde in guter Qualität ansehen, das der Benutzer Brian Faure 14 September 2017 hochgeladen hat, den Link mit Freunden und Bekannten teilen, dieses Video wurde auf Youtube bereits 94,693 Mal angesehen und es wurde von 1.5 tausend den Zuschauern gefallen. Viel Spaß beim Betrachtenden Zuschauern gefallen!