How to Build a Self-Organising Map (SOM) in Python Step-by-Step

In a separate blog post, I covered the basis for understanding how self-organising maps (SOM) work. This included what a SOM is, why SOM’s are useful and how they work – including the training algorithm. In this blog post, we’ll go through how we can build a simple SOM neural network of our own using … Read more

How Self-Organising Maps Work: Explained with Graphics

Artificial Neural Networks (simply known as neural networks) come in all different shapes and sizes and can be designed to solve different types of problems. Classification, regression, supervised and unsupervised. Neural networks are incredibly versatile. It’s fair to say that neural networks are the go-to solution for any predictive task imaginable. This is especially true … Read more