I’m going to post here my sources for AI vision courses and code.
After scouring the net reading online papers and books from other writers, and various forums, the bellow books worked for me best.
They have an actual certifying course these days, I might try it one day, but for now these books sufficed:
https://www.pyimagesearch.com/deep-learning-computer-vision-python-book/
It’s actually three books, they take you from beginner to GPU training.
Great python code.
And this book:
https://www.pyimagesearch.com/raspberry-pi-for-computer-vision/
To do low power inference with your trained brain.
Again, clearly written and good python code.