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 modelAvailable Tutorials
Getting Started10 min
First-time user guide covering UI overview, creating projects, and exploring the interface.
Node Editor Tutorial15 min
Create a 2-layer Dense network visually using the Node Editor. No coding required!
Scripting Tutorial20 min
Write and run Python scripts using the Console and Script Editor with .cyx notebooks.
Complete Workflow30 min
End-to-end tutorial: load data, build model, train, evaluate, and export results.
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
| Level | Tutorials |
|---|---|
| Beginner | Getting Started, Node Editor Tutorial |
| Intermediate | Scripting Tutorial, Complete Workflow |