[ DATA INJECTION ]
Pre-loaded Datasets
Upload CSV File
Drop CSV file here or click to select
Format: x1,x2,...,xN,y (1-10 inputs)
Assembly-Powered Neural Network in Your Browser
Initializing WASM module...
Quick Start with Built-in Datasets:
Select from three classic machine learning problems to start experimenting immediately:
💡 Tip: Pre-loaded datasets are perfect for testing different activation functions and network configurations without preparing your own data.
CSV Format Requirements:
Data Types:
💡 Tip: The system automatically detects data types and encodes categorical values as numbers for neural network processing.
Download these sample datasets to get started:
Predict house prices based on size and bedrooms.
size,bedrooms,price 1200,2,250000 1800,3,350000 2400,4,450000 1500,2,280000 2000,3,380000
Classify fruits based on color and size.
color,size,fruit red,small,apple yellow,medium,banana orange,medium,orange red,large,apple yellow,large,banana
Predict purchases using age (numeric) and membership (categorical).
age,membership,income,purchased 25,bronze,45000,no 35,gold,75000,yes 45,silver,60000,yes 22,bronze,35000,no 50,gold,95000,yes
Customize Your Neural Network:
💡 Tip: Try different configurations! ReLU often trains faster, while Sigmoid is better for classification. Increase hidden neurons for complex patterns.
Step-by-Step Guide:
Understanding Training Visualizations:
💡 Tip: Good training shows smooth loss decrease. If loss plateaus early, try a different activation function or increase hidden layer size.
How to Use the Prediction Interface:
Understanding Results:
💡 Tip: For best results, use input values similar to those in your training data. The network learns patterns from the data you provide.
Architecture:
Performance:
Data Encoding:
Metrics & Visualization:
Drop CSV file here or click to select
Format: x1,x2,...,xN,y (1-10 inputs)