Algorithms available in Statistica's Deep Learning Module

Algorithms available in Statistica's Deep Learning Module

book

Article ID: KB0081032

calendar_today

Updated On:

Products Versions
Spotfire Statistica 13.2 and higher

Description

Statistica release version 13.2 included Microsoft Cognitive Toolkit. Microsoft Cognitive Toolkit, previously named CNTK, is a deep learning framework developed by Microsoft Research. Statistica can handle binary and multi-class classification (Logistic Regression and Maximum Entropy) problems directly in Statistica using the Deep Learning Classification Node. 

Issue/Introduction

Algorithms available in Statistica's Deep Learning Module

Resolution

To access this Classification Node, please follow the below steps:
  1. Ensure you have a Workspace open
  2. With a Workspace open, go to the 'Data Mining Tab'
  3. In the 'Other' section of 'Data Mining Tab', you will see 'Deep Learning'
  4. Drop down 'Deep Learning' and choose Classifcation
  5. This node will now appear on your Workspace for use 
 
User-added image

For the other models, such as Convolution Neural Networks (CNN), Recurrent Neural Networks (RNN), and Long Short Term Memory (LSTM), users will need to use the 'Generic' node, found under Deep Learning (see steps above to navigate to this menu). Users will need to write their own custom code for this.