top of page

CNN , Dataset by MyPath

作家相片: Blog | Designs Park | 桃园市Blog | Designs Park | 桃园市

Train/Validation split

  1. Import  Dataset (folders Train/test)

  2. append list

Load the labels  , Image pre-processing

  1. labelencoder()  and one-hot img

model

  1. Sequential

  2. CNN model

  3. MaxPooling

  4. Dropout

  5. Flatten

  6. summary()

Train

  1. compile

  2. fit

Result

  1. evaluate()

  2. predict_classes()

  3. crosstab()

  4. heatmap

  5. Use another img to test….. one by one

                                                          Use Digraph to plot the path flow from python 

12
222

script code

This slideshow requires JavaScript.

2 epoches

This slideshow requires JavaScript.

Img mistaken cause by Train epoches , dataset

This slideshow requires JavaScript.

2 次查看0 則留言

最新文章

查看全部

Fall Detection Data by Kaggle

I want to Find the rule by Kaggle Fall Detection large dataset, Use to judge the classifying following different movements。 0- Standing...

Comments


bottom of page