PyLessons December 19, 2022 Text Recognition With TensorFlow and CTC network In this tutorial, we will explore how to recognize text from images using TensorFlow and CTC loss with the Neural Networks model
PyLessons December 23, 2022 TensorFlow OCR model for reading Captchas Training a Custom OCR for Captcha Image Text Extraction with TensorFlow and CTC Loss Function: A Step-by-Step Guide. Using the mltu Library to Simplify the Process
PyLessons January 23, 2023 Handwriting words recognition with TensorFlow Construct an accurate handwriting recognition model with TensorFlow! Understand how to utilize the IAM Dataset to extract text from handwritten images, and discover methods to enhance your model's accuracy
PyLessons January 30, 2023 Handwritten sentence recognition with TensorFlow Unlock the power of handwritten sentence recognition with TensorFlow and CTC loss. From digitizing notes to transcribing historical documents and automating exam grading
PyLessons February 27, 2023 Introduction to speech recognition with TensorFlow Master the basics of speech recognition with TensorFlow: Learn how to build and train models, implement real-time audio recognition, and develop practical applications
PyLessons March 06, 2023 Introduction to PyTorch in a practical way In this tutorial, I'll cover the basics of PyTorch, how to prepare a dataset, construct the network, define training and validation loops, save the model and finally test the saved model
PyLessons March 14, 2023 PyTorch Wrapper to Build and Train Networks I will introduce the PyTorch Wrapper in this tutorial, saving us time when developing the PyTorch models training pipeline. We'll be able to do this in blocks!
PyLessons March 20, 2023 Handwriting words recognition with PyTorch Construct an accurate handwriting recognition model with PyTorch! Understand how to use MLTU package, to simplify the PyTorch models training pipeline, and discover methods to enhance your model's accuracy