Competition Questions and data
Guangdong_defect_instruction_20180916.xlsx
Guangdong_round1_submit_sample_20180916.csv
Guangdong_round1_test_a_20180916.zip
Guangdong_round1_train1_20180903.zip
Solutions
using Kaggle Cat and Dog classification code,
even using there depth deeping networks Resnet50,inc Eption V3,
Xception to extract image features,
and using neural networkf DNN classification,
Verification set Sho WS over-fitting.
Kaggle cat and dog classification
ResNet50
resnetv2-
TensorFlow. Keras use Resnet50 to realize catdogdistinguish
Game Ideas
Direct Image Classificaton,select A network to extract features,followed by a fully connection layer Classification,plus R Egularization to reduce over-fitting. Then let go of all levels of training. The final accuracy is about 0.92,in fact,as long as the default parameters does not depart from the spectrum on the Line,adj Usting The parameters does not has much impact on the results.
Select a network to extract features
Competition Solution 2:standard densenet,softmax12 Classification,
made data enhancement;
Tried to tune Learning_rate,
Batch_size,num_layers
Densenet
Guangdong Industrial Intelligence Big Data Innovation competition