SEPT Logo

🚧 Under Development

This Neural Network Builder is currently under active development. Features and functionality may change. Use for educational and experimental purposes.

Neural Network Architecture

2 → 64 → 32 → 3
Neural Network Flow Diagram
Input Layer
Hidden Layers
Output Layer
Loss Function

Current Architecture

Input Features:2
Hidden Layers:2 layers
Layer 1:64 neurons
Layer 2:32 neurons
Output Classes:3
Total Layers:4

Flow: Data flows from Input → Dense Layers → Activation → Prediction. Loss is calculated and backpropagated to update weights during training.

Training

Training Progress

Training graph will appear here

Click "Start Training" to begin

Testing & Prediction

Train a model first