|
1 | 1 | # Algorithm_03 |
2 | 2 |
|
3 | | -1.Model |
| 3 | +# 1.Model |
4 | 4 |
|
5 | | -## + Model 1: 3 Layer Model with 1 Convolution Layer |
| 5 | +### Model 1: 3 Layer Model with 1 Convolution Layer |
6 | 6 |
|
7 | 7 | -Code- |
8 | 8 |  |
9 | 9 |
|
10 | 10 | -Summary- |
11 | 11 |  |
12 | 12 |
|
13 | | -## + Model 2: 5 Layer Model with 2 Convolution Layer |
| 13 | +### Model 2: 5 Layer Model with 2 Convolution Layer |
14 | 14 |
|
15 | 15 | -Code- |
16 | 16 |  |
17 | 17 |
|
18 | 18 | -Summary- |
19 | 19 |  |
20 | 20 |
|
21 | | -## + Model 3: 7 Layer Model with 4 Convolution Layer |
| 21 | +### Model 3: 7 Layer Model with 4 Convolution Layer |
22 | 22 |
|
23 | 23 | -Code- |
24 | 24 |  |
25 | 25 |
|
26 | 26 | -Summary- |
27 | 27 |  |
28 | 28 |
|
29 | | -2.Training with Training loss |
| 29 | +# 2.Training with Training loss |
30 | 30 |
|
31 | | -# Training Step |
| 31 | +## Training Step |
32 | 32 |
|
33 | | -# Training for 5 epochs |
| 33 | +## Training for 5 epochs |
34 | 34 |
|
35 | | -## + Model 1 |
| 35 | +### Model 1 |
36 | 36 |  |
37 | 37 |
|
38 | | -## + Model 2 |
| 38 | +### Model 2 |
39 | 39 |  |
40 | 40 |
|
41 | | -## + Model 3 |
| 41 | +### Model 3 |
42 | 42 |  |
43 | 43 |
|
44 | | -3.Test Accuracy |
| 44 | +# 3.Test Accuracy |
45 | 45 |
|
46 | | -## + Model 1 |
| 46 | +### Model 1 |
47 | 47 |  |
48 | 48 |
|
49 | | -## + Model 2 |
| 49 | +### Model 2 |
50 | 50 |  |
51 | 51 |
|
52 | | -## + Model 3 |
| 52 | +### Model 3 |
53 | 53 |  |
54 | 54 |
|
55 | | -4.Images and corresponding probability that predicted Right |
| 55 | +# 4.Images and corresponding probability that predicted Right |
56 | 56 |
|
57 | | -## + Model 1 |
| 57 | +### Model 1 |
58 | 58 |  |
59 | 59 |
|
60 | | -## + Model 2 |
| 60 | +### Model 2 |
61 | 61 |  |
62 | 62 |
|
63 | | -## + Model 3 |
| 63 | +### Model 3 |
64 | 64 |  |
65 | 65 |
|
66 | | -5.Images and corresponding probability that predicted Wrong |
| 66 | +# 5.Images and corresponding probability that predicted Wrong |
67 | 67 |
|
68 | | -## + Model 1 |
| 68 | +### Model 1 |
69 | 69 |  |
70 | 70 |
|
71 | | -## + Model 2 |
| 71 | +### Model 2 |
72 | 72 |  |
73 | 73 |
|
74 | | -## + Model 3 |
| 74 | +### Model 3 |
75 | 75 |  |
0 commit comments