Search icon
Subscription
0
Cart icon
Close icon
You have no products in your basket yet
Save more on your purchases!
Savings automatically calculated. No voucher code required
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Practical Time Series Analysis

You're reading from  Practical Time Series Analysis

Product type Book
Published in Sep 2017
Publisher Packt
ISBN-13 9781788290227
Pages 244 pages
Edition 1st Edition
Languages
Authors (2):
Avishek Pal Avishek Pal
Profile icon Avishek Pal
PKS Prakash PKS Prakash
Profile icon PKS Prakash
View More author details

Multi-layer perceptrons


Multi-layer perceptrons (MLP) are the most basic forms of neural networks. An MLP consists of three components: an input layer, a bunch of hidden layers, and an output layer. An input layer represents a vector of regressors or input features, for example, observations from preceding p points in time [xt-1,xt-2, ... ,xt-p]. The input features are fed to a hidden layer that has n neurons, each of which applies a linear transformation and a nonlinear activation to the input features. The output of a neuron is gi =  h(wix + bi), where wand bi are the weights and bias of the linear transformation and h is a nonlinear activation function. The nonlinear activation function enables the neural network to model complex non-linearities of the underlying relations between the regressors and the target variable. Popularly, h is the sigmoid function,

, that squashes any real number to the interval [0,1]. Due to this property, the sigmoid function is used to generate binary class...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}