Search icon CANCEL
Subscription
0
Cart icon
Cart
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
Arrow up icon
GO TO TOP
Artificial Intelligence for Big Data

You're reading from  Artificial Intelligence for Big Data

Product type Book
Published in May 2018
Publisher Packt
ISBN-13 9781788472173
Pages 384 pages
Edition 1st Edition
Languages
Authors (2):
Anand Deshpande Anand Deshpande
Profile icon Anand Deshpande
Manish Kumar Manish Kumar
Profile icon Manish Kumar
View More author details
Toc

Table of Contents (19) Chapters close

Title Page
Copyright and Credits
Packt Upsell
Contributors
Preface
1. Big Data and Artificial Intelligence Systems 2. Ontology for Big Data 3. Learning from Big Data 4. Neural Network for Big Data 5. Deep Big Data Analytics 6. Natural Language Processing 7. Fuzzy Systems 8. Genetic Programming 9. Swarm Intelligence 10. Reinforcement Learning 11. Cyber Security 12. Cognitive Computing 1. Other Books You May Enjoy Index

Nonlinearities model


With the background information about the activation functions, we now understand why we need nonlinearities within the neural network. The nonlinearity is essential in order to model complex data patterns that solve regression and classification problems with accuracy. Let's once again go back to our initial example problem where we have established the activity of the hidden layer. Let's apply the sigmoid activation function to the activity for each of the nodes in the hidden layer. This gives our second formula in the perceptron model:

  • Z(2) = XW(1) 
  • a(2) = f(z(2))

Once we apply the activation function, f, the resultant matrix will be the same size as z(2). That is, 5 x 3. The next step is to multiply the activities of the hidden layer by the weights on the synapse on the output layer. Refer to the diagram on ANN notations. Note that we have three weights, one for each link from the nodes in the hidden layer to the output layer. Let's call these weights W(2). With this...

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