How to develop a ML algorithm with images?

Hi there!
I was wondering how I can develop a Machine Learning algorithm that has as a train dataset some images (e.g. photos of animals associated with the species) and as a test dataset other images (e.g. photos of other animals to be assigned the species class).

I can develop an algorithm from a dataset composed of data, but I don't know where to start having images. Could someone give me some suggestions?

Thanks!

Hi,

One of the best introductions I've seen to building neural networks (including image models) is the book "Deep Learning with R". If you're new to neural networks I would suggest starting there.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.