CyxWiz LogoCyxWiz
DocsTutorials

Tutorials

Step-by-step guides to help you get started with the CyxWiz platform.

Learning Path

1. Getting Started     → Set up your first project
        ↓
2. Basic Node Tutorial → Build a simple neural network visually
        ↓
3. Basic Scripting     → Write Python scripts in CyxWiz
        ↓
4. Complete Workflow   → Train and evaluate a real model

Available Tutorials

Prerequisites

  • CyxWiz Engine installed and running
  • Basic understanding of machine learning concepts (helpful but not required)
  • Familiarity with Python syntax (for scripting tutorials)

What You'll Learn

Visual Model Building
  • Using the Node Editor
  • Connecting layers
  • Configuring parameters
Python Scripting
  • Embedded interpreter
  • .cyx notebook format
  • pycyxwiz module
Training Workflows
  • Loading datasets
  • Training sessions
  • Evaluating models

Difficulty Levels

LevelTutorials
BeginnerGetting Started, Node Editor Tutorial
IntermediateScripting Tutorial, Complete Workflow