Skip to content

Latest commit

 

History

History
This file contains three programs.
*****************************************************

For run 3, run main.m
run CreateTxtLowMemory for txt result

*****************************************************
Put training images in training folder.
Put test images in testing folder.
MATLAB 2017b with neural network toolbox is required.
VLFEAT libraries is required.

*****************************************************

TransferLearningAlexNet.m use pretrained network to 
conduct transfer learning.

TransferLearningGoogLeNet.m use pretrained network to 
conduct transfer learning

TransferLearningGoogLeNetWithRotationAndReflection.m 
use pretrained network to conduct transfer learning with
images both from training data and new images create from 
training data set.

natsortfiles.m and natsort.m is file from Stephen Cobeldick 
is used to sort files in the natural order.

FilePrediction.m can produce txt file contains prediction 
for low meomory PC.

CreateTxtLowMemory.m can produce txt file contains 
prediction for low meomory PC.