In this Neural Networks Tutorial, we will be Predicting Captchas With The Trained OCR Model from the last video in this tutorial. In that video, we went over what a recurrent neural network is and why we are going to use that to create an OCR model. We talked about the CTC loss and at the end of that video, we created the model, loaded in the dataset, preprocessed it, and trained our neural network. In this video, we are doing predictions with the OCR Model.
The code example is available on my GitHub: https://github.com/niconielsen32
Subscribe: https://www.youtube.com/channel/UCpABUkWm8xMt5XmGcFb3EFg
#keras #tensorflow