Skip to content

Commit 4e7640d

Browse files
Changing
1 parent 4ae5f55 commit 4e7640d

7 files changed

+530
-403
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,8 @@ with tf.Session() as sess:
5858
```
5959
# Architecture
6060

61-
1 input layer, 4 convolution layer, 4 pooling layer, 4 fully connected layer, 4 dropout layer, 1 output layer with 4 nodes for each class. The architecture used is below.
62-
63-
![alt text](https://github.com/MuhammedBuyukkinaci/TensorFlow-Multiclass-Image-Classification-using-CNN-s/blob/master/multiclass_architecture_TensorFlow.png)
61+
AlexNet is used as architecture. 5 convolution layers and 3 Fully Connected Layers with 0.5 Dropout Ratio. 60 million Parameters.
62+
![alt text](https://github.com/MuhammedBuyukkinaci/TensorFlow-Image-Classification-Convolutional-Neural-Networks/blob/master/alexnet_architecture.png)
6463

6564
# Results
6665
Accuracy score reached 65 percent on CV after 60 epochs. Test score is around 63 %.

mc_accuracy.png

-13.2 KB
Binary file not shown.

mc_cv.png

-7.91 KB
Binary file not shown.

mc_preds.png

2.08 MB
Loading

mc_results.png

63.9 KB
Loading

0 commit comments

Comments
 (0)