Image Processing in Python for Keras Neural Networks (6.1)

preview_player
Показать описание
Reading and processing images is important for deep learning and Keras. This video shows how to load images from files, resize, and make other adjustments to get these images into form that can be used by neural networks.

Follow Me/Subscribe:

Рекомендации по теме
Комментарии
Автор

Nice tutorial series on Keras. Please add the videos to a playlist, so that it will easier to follow them in a sequence.

BiranchiNarayanNayak
Автор

nice tutorial, also when gathering images for recognition, are the angle the picture was taken, quality of the picture and the surrounding of the picture matters? because am trying to gather waste product like plastic and i keep thinking since they are of the same size, i should snap a single plastic many time from different angle, is this a wrong practise?

uchennaakparuorji
Автор

I think when making the grayscale image it would be an good point to introduce the concept of modes by using L instead of RGB.

Gwarks