Skip to content

Latest commit

 

History

History
47 lines (44 loc) · 3.15 KB

File metadata and controls

47 lines (44 loc) · 3.15 KB

Algorithm_02

MODEL 1: 3 Layers with 1 Convolution layer

1_model

1.Training with Training loss

Traning Step

Training for 5 epochs

1_epoch

2. Test Accuracy

Perform Test with Test data

1_testaccuracy

3. Images and corresponding probability that predicted Right

1_success

4. Images and corresponding probability that predicted Wrong

1_error

MODEL 2: 5 Layers with 2 Convolution layer

2_model

1.Training with Training loss

Traning Step

Training for 5 epochs

2_epoch

2. Test Accuracy

Perform Test with Test data

2_test

3. Images and corresponding probability that predicted Right

2_success

4. Images and corresponding probability that predicted Wrong

2_error

MODEL 3: 7 Layers with 4 Convolution layer

3_model

1.Training with Training loss

Traning Step

Training for 5 epochs

3_epoch

2. Test Accuracy

Perform Test with Test data

3_Test Accuracy

3. Images and corresponding probability that predicted Right

3_correct

4. Images and corresponding probability that predicted Wrong

3_wrong