RGreensmith / Convolutional_Neural_Network

0 stars 0 forks source link

Refactor data pre-processing code #2

Open RGreensmith opened 4 years ago

RGreensmith commented 4 years ago

https://github.com/RGreensmith/Convolutional_Neural_Network/blob/97b9860a02b508daa3d0636f92b43ea653c8ab73/Convolutional%20Neural%20Network_wind_bird.py#L19

RGreensmith commented 4 years ago

https://github.com/RGreensmith/Convolutional_Neural_Network/commit/7b46bc37029dc65f17e5fa156f3988f0619b848b

Create the getProcessedImages wrapper function

getProcessedImages preprocesses either the test or training datasets, ready to be used in the keras Sequential CNN. Integrated getProcessedImages into the application, and refactored out the code it replaces.