/Algoritm_03

Primary LanguageJupyter Notebook

Algoritm_03

1. Model

Model 1 : 3 layers with 1 convolution layer model1 (2) Model 2 : 5 layers with 2 convolution layer model2 Model 3 : 7 layers with 4 convolution layer model3

2. Training with training loss

Training step

Training for 5 epochs

Model 1 training_model1 Model 2 training_model2 Model 3 training_model3

3. Test accuracy

Perform test with test data

Model 1 test_model1 Model 2 test_model2 Model 3 test_model3

4. Images and corresponding probability that predicted Right

Model 1 image_model1 Model 2 image_model2 Model 3 image_model3

5. Images and corresponding probability that predicted Wrong

Model 1 image2_model1 Model 2 image2_model2 Model 3 image2_model3