
Neural Network Programming in Python
Publication year - 2019
Publication title -
international journal of innovative technology and exploring engineering
Language(s) - English
Resource type - Journals
ISSN - 2278-3075
DOI - 10.35940/ijitee.f1075.0486s419
Subject(s) - python (programming language) , computer science , backpropagation , artificial neural network , perceptron , artificial intelligence , programming language , multilayer perceptron , machine learning
In this paper a basic introduction to neural networks is made. An emphasis is given on a two layer perceptron used extensively for function approximation. The backpropagation learning rule is than briefly introduced. A short introduction into Python programming language is made and a program for the perceptron design is written and discussed in some detail. The “neurolab” library is used for this purpose.