Neural Network Playground

4 Inputs to 1 Output Regression Model

Interactive Neural Network

Input Features

Click "Initialize Network" to begin

Target & Prediction

Training Loss

Learning Center

Regression Model

This neural network takes 4 input features and predicts a single continuous output value. It's designed for regression tasks where we want to predict a numerical value based on multiple input features.

Model Architecture:

  • Input Layer: 4 neurons (one for each feature)
  • Hidden Layer: 4 neurons with activation
  • Output Layer: 1 neuron (linear activation for regression)

Adjust the input sliders and set your target value to see how the network learns to minimize the difference between its prediction and the target.

Network Console

> Welcome to Neural Network Playground!
> Click "Initialize Network" to begin.

Training Parameters

0.1
10

Made with DeepSite LogoDeepSite - 🧬 Remix