Self Organising Maps or SOM for short were originally invented by a Finnish professor, Teuvo Kohonen in the 1980s and therefore are sometimes called a Kohonen map. They are a form of neural network but are unusual in that they do not require labelled data to train (and are therefore…
Read More
In a previous post I talked about my project to use a Convolutional Neural Network (CNN) as a pre parser for security logs. I recently got a dump of anonymised data from a friend which arrived in directories identifying what it was and with two additional headers per file with…
Read More
I always have a few projects on the go but the main one I’m working on at the time of writing, concerns parsing of security logs. The start of any data pipeline for security monitoring starts with the ingestion of large amounts of log data. In order for this data…
Read More
So the cool kids keep talking about machine learning and how it is changing everything and you want to be part of that conversation? No problem, here is a roadmap to get you started… First of all, learn python programming. In my opinion everyone should know a little programming but…
Read More
Training Neural Networks We talked previously about how an artificial neuron (from now on lets call them Perceptrons like the cool kids do) generated its output from its inputs using its activation function. We also mentioned briefly that the inputs were altered by the weights on the input synapses. Now…
Read More
In Part 1, we introduced the idea of a neuron as the building block for neural networks, it has inputs and outputs and uses an activation function to generate the output from the weighted inputs. This time we are going to explore the activation function in a bit more detail…
Read More
Part One in a series... Welcome to part one in a series helping demystify Neural Networks. The aim of this series is to give you a solid understanding of neural networks and Deep Learning (DL) so that you can start to develop your skills to actually build simple DL models…
Read More
At the time of writing this article I lead the Solutions Architecture team at Exabeam, a UEBA based SIEM company. As such, I tended to get into some pretty interesting conversations with customers about both security monitoring and data science. My favourite conversation by subject is definitely when customers tell…
Read More