neurotorchmz.core

neurotorchmz.core#

The core module contains the most important parts of Neurotorch. For example, the Session class as main bridge to interact with the API is defined here. Also, basic functions like settings, logs and plugins are introduced here

Modules

api

This module provides direct links to the core functions of Neurotorch independend of a specific session.

events

logs

Utilities for logging in Neurotorch

plugin_manager

The plugin manager provides methods to load plugins and provides a list of all loaded plugins

resources

Provides a utility library to load resources and strings

serialize

session

Module holding code to launch and manage a Neurotorch program

settings

Provides a module to load and update settings.

task_system