Return to site

Convert jpg to csv keras example

broken image

Images: read and decoded into integer tensors, then converted to floating point and normalized to small values(usually between 0 and 1).The words need to be indexed & turned into integer tensors Text files: read into string tensors, then split into words.They process vectorized & standardized representations. Neural networks don’t process raw data, like text files, encoded JPEG image files, or CSV files.

broken image
broken image
broken image

I’d like to memo something I learned at here. It seems running based on TensorFlow, but it can help generating deep learning tools quickly with the high-productive interface. Recently I’d like to try to train some customize module.

broken image