Projects
Graphkit (ALPHA) #
Graphkit - the Swiss Army knife of all things graph-related. Graphkit is a simple CLI tool written in Go for processing and analysing graph-based data structures.
Graphkit is currently in alpha and is still very much under development. If you’re interested in using it, feel free, but just expect a few bugs. Feel free to make a pull request to make any corrections and report any issues/suggestions using the issues tracker.
Getting Started with Self-Organising-Maps #
A series of Jupiter notebooks demonstrating how self-organising maps (SOM) neural networks work. This repo contains a collection of Jupyter notebooks for understanding how to build and use self-organising maps.
For more information on how they work, check out my blog posts:
- How Self-Organising Maps Work: Explained with Graphics
- How to Build a Self-Organising Map (SOM) in Python Step-by-Step