So it's about time to say Goodbye. In this book, we started with three pre-trained TensorFlow models of image classification, object detection, and neural-style transfer, and discussed in detail how we can retrain the models and use them in iOS and Android apps. Then we covered three interesting models from the TensorFlow tutorials built with Python —audio recognition, image captioning, and quick drawing—and showed how to retrain and run the models on mobile.
After that, we developed RNN models from scratch for stock price prediction in TensorFlow and Keras, two GAN models for digit recognition and pixel translation, and an AlphaZero-like model for Connect 4, along with complete iOS and Android apps using all those TensorFlow models. We then covered how to use TensorFlow Lite, as well as Apple's Core ML with standard machine learning models...