Neural Networks Example

Neural Networks Example

Problem Statement

Use the Neural Network model to predict the values for gear based on the other variables. 

How to perform analysis

Step 1: Open Sigma Magic
  1. Click on the Sigma Magic button on the Excel toolbar.
  2. Click on the New button to create a new project.
Step 2: Add the analysis template
  1. Click on the Tool Wizard to add the analysis template.
  2. Click on Analytics and then Neural Networks.


Step 3: Specify analysis options
A new worksheet will be added to your workbook. Analysis Setup will be automatically openedin the setup tab specify the survey results.


Click on Data to specify the data required for this analysis.




Click on the Train the software will let you pick the options for training the given model. Training is a step where we split the data into groups a train data set and a test data set. 



Click on the Tuning to identifying the best set of hyperparameters that gives the best fit for the given model. 


Click the Verify tab to ensure all the inputs are okay and shown in a green checkmark.



Step 4: Generate analysis result
Click OK and then click Compute Outputs to get the final results.



Interpretation of Results

  • The neural network model has an accuracy of 86.48%, indicating good classification performance.
  • The hyperparameter tuning graph suggests model performance improvements with specific tuning configurations.
  • The variable importance plot highlights key features impacting predictions, which helps in understanding model behavior and refining input features.
  • Training data consists of 29 rows, while predictions are based on 0 rows, meaning the evaluation might be limited in terms of unseen data testing.
  • Various fitting reports show evaluation metrics like t-values and residuals, which help assess model reliability.
  • The model is a classification model using a bagging method and random modulation tuning, implying robustness in handling different data distributions.

    • Related Articles

    • Neural Networks Overview

      Neural networks are a subset of machine learning inspired by the human brain, designed to recognize patterns and solve complex problems. They consist of layers of interconnected nodes (neurons) that process data and make predictions. Structure of ...
    • Neural networks frequently asked questions

      What types of neural networks can be implemented? Sigma Magic allows users to build Feedforward Neural Networks (FNN), Convolutional Neural Networks (CNN), and Recurrent Neural Networks (RNN) for different use cases like classification, regression, ...
    • Bayesian Models Overview

      Bayesian models are a class of statistical models based on Bayesian probability, which provides a probabilistic framework for updating beliefs based on new evidence. These models use Bayes' theorem to update prior knowledge with observed data to ...
    • Network Plot Example

      Problem Statement Using the Cars data, create an edge list network plot beween cyl and disp. Data is attached in the attachment. How to perform analysis Step 1: Open Sigma Magic Click on the Sigma Magic button on the Excel toolbar. Click on the New ...
    • Spaghetti Example

      Problem Statement Select a process and map out the Spaghetti diagram for that process. Calculate the total distance travelled and total cost. # Motion 1 Warehouse (W) to Desk (A) 2 Desk (A) to Desk (B) 3 Desk (B) to Warehouse (W) 4 Warehouse (W) to ...