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
TensorFlow 1.x Deep Learning Cookbook

You're reading from  TensorFlow 1.x Deep Learning Cookbook

Product type Book
Published in Dec 2017
Publisher Packt
ISBN-13 9781788293594
Pages 536 pages
Edition 1st Edition
Languages
Toc

Table of Contents (15) Chapters close

Preface 1. TensorFlow - An Introduction 2. Regression 3. Neural Networks - Perceptron 4. Convolutional Neural Networks 5. Advanced Convolutional Neural Networks 6. Recurrent Neural Networks 7. Unsupervised Learning 8. Autoencoders 9. Reinforcement Learning 10. Mobile Computation 11. Generative Models and CapsNet 12. Distributed TensorFlow and Cloud Deep Learning 13. Learning to Learn with AutoML (Meta-Learning) 14. TensorFlow Processing Units

Self-organizing maps

Self-organized maps (SOM), sometimes known as Kohonen networks or Winner take all units (WTU), are a very special kind of neural network, motivated by a distinctive feature of the human brain. In our brain, different sensory inputs are represented in a topologically ordered manner. Unlike other neural networks, neurons are not all connected to each other via weights, instead, they influence each other's learning. The most important aspect of SOM is that neurons represent the learned inputs in a topographic manner.

In SOM, neurons are usually placed at nodes of a (1D or 2D) lattice. Higher dimensions are also possible but are rarely used in practice. Each neuron in the lattice is connected to all the input units via weight matrix. Here, you can see a SOM with 3 x 4 (12 neurons) and seven inputs. For clarity, only the weight vectors connecting all inputs...

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 €14.99/month. Cancel anytime