|
|

|
|
|
|
|
|
VS2N (Visualization tool for Spiking Neural Networks) is an interactive web-based tool, designed to analyze and visualize different collected information from SNN simulators, for a better understanding of different phenomena happening inside the network.
|
|
|
VS2N (Visualization tool for Spiking Neural Networks) is an interactive web-based tool. It is designed to analyze and visualize collected information from SNN simulations.
|
|
|
|
|
|
We can use VS2N to:
|
|
|
- Follow the development of our network during training.
|
|
|
- Validate hypotheses.
|
|
|
- Debug any newly implemented component.
|
|
|
|
|
|
## Features
|
|
|
- **Modular nature**: the visualizations are considered as modules, anyone can add new modules for a specific analysis or problematic.
|
|
|
- **Simulator-independent**: any simulator can be used as long as the collected data follows a certain schema, which is supported by VS2N.
|
|
|
- **Simulator-independent**: any simulator can be used as long as the collected data follows a [certain schema](VS2N-MongoDB-schemas), which is supported by VS2N.
|
|
|
- **Scalability**: backed by the combination of Apache Spark and MongoDB for data processing, VS2N offers the possibility to be deployed on multi-nodes or cluster for better performance.
|
|
|
- **Dynamic analytics**: VS2N provides the possibility to move in time with the evolution of the network, which is not possible with the majority of the existing tools, that are based on analyzing static data.
|
|
|
|
|
|
---
|
|
|
## Content
|
|
|
|
|
|
* [Getting started](#getting-started)
|
|
|
* [VS2N MongoDB schemas](VS2N-MongoDB-schemas)
|
|
|
* [Supported simulators](Supported-simulators)
|
|
|
* [Adding new visualization module](Adding-new-visualization-module)
|
|
|
* [Contribute](#contribute)
|
|
|
* [Support](#support)
|
|
|
* [License](#license)
|
|
|
* [FAQ](FAQ)
|
|
|
|
|
|
- [Getting started](#getting-started)
|
|
|
- [VS2N MongoDB schemas](VS2N-MongoDB-schemas)
|
|
|
- [Supported simulators](Supported-simulators)
|
|
|
- [Adding new visualization module](Adding-new-visualization-module)
|
|
|
- [Contribute](#contribute)
|
|
|
- [Support](#support)
|
|
|
- [License](#license)
|
|
|
---
|
|
|
# Getting started
|
|
|
|
... | ... | |