I am a beginner in R and trying to work with image recognition as a project. I have images of dogs and cats and wanted to know if there is a good reference of source code or a package that will work as a neural network for image classification
It would be easier to help you if you could explain why you don't want to use keras. Anyway, AFAIK, you have 3 options:
keras
tensorflow
OpenCV
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.