Icon

Simple_​neural_​network_​for_​binary_​classification

Simple Feed Forward Neural Network for Binary Classification

This workflow has been developed for the "friendly introduction to deep learning" webinar.

It shows a simple feed forward neural network with one hidden layer.

Read and preprocess the training and test data Train and apply model Extract prediction andevaluate trained network Define the network structure CertificationresultsShape = 2Units: 2Activation: TanhUnits: 1 Activation: SigmoidEncode classPassed = 1Not Passed = 070% Top: Training30% Bottom: Verification and Test10% Top: Validation90% Bottom: TestOutput >=0.5 => PassedOutput <0.5 => Not PassedEpochs: 120Loss: Binary CrossEntropy CSV Reader Keras Input Layer Keras Dense Layer Keras Dense Layer Rule Engine Partitioning Partitioning Normalizer Normalizer (Apply) Rule Engine Keras NetworkLearner Scorer Keras NetworkExecutor Read and preprocess the training and test data Train and apply model Extract prediction andevaluate trained network Define the network structure CertificationresultsShape = 2Units: 2Activation: TanhUnits: 1 Activation: SigmoidEncode classPassed = 1Not Passed = 070% Top: Training30% Bottom: Verification and Test10% Top: Validation90% Bottom: TestOutput >=0.5 => PassedOutput <0.5 => Not PassedEpochs: 120Loss: Binary CrossEntropy CSV Reader Keras Input Layer Keras Dense Layer Keras Dense Layer Rule Engine Partitioning Partitioning Normalizer Normalizer (Apply) Rule Engine Keras NetworkLearner Scorer Keras NetworkExecutor

Nodes

Extensions

Links