DZone
I’ve been messing around with Keras, an ML library that makes it pretty easy to do AI experiments. I decided to try out image recognition, so I found a picture of Domino in a fez:
Then, I wrote the following Python program which uses the existing ResNet50 image recognition library.
Source: DZone