Sunday, January 31, 2016

Perceptron

Deep Learning becomes so popular these days, and people who want to study deep learning have to know Python, Perceptron, Multilayer Perceptron (MLP) and the Backpropagation algorithm. So I will make ppt materials including these topics. Actually, this will be used in my Artificial Intelligent class.

Please check out the following links.

This is the first ppt material for Perceptron and a Python code for practice.

http://web.donga.ac.kr/yjko/usefulthings/Perceptron_Ko.pdf
http://web.donga.ac.kr/yjko/src/perceptron.py

And you can start to study Python and Numpy from this:

http://cs231n.github.io/python-numpy-tutorial/ 

The next topic is Multilayer Perceptron.

No comments:

Post a Comment