Research Article

Ethiopian Banknote Recognition Using Convolutional Neural Network and Its Prototype Development Using Embedded Platform

Pseudocode 1

Data generation.
train_data_generator = ImageDataGenerator(
 zca_epsilon = ,
 rotation_range = 45,
 width_shift_range = 0.2,
 height_shift_range = 0.2,
 brightness_range = none,
 fill_mode = “nearest”,
 horizontal_flip = true,
 vertical_flip = false,
 rescale = none,
 )