Closed FREDERICO23 closed 3 years ago
@lalith1403 I opened a new issue I would like you to review as requested.
Yes. This would be a great topic to cover. We encourage authors to come up with articles that contain in-depth code and corresponding explanations. It would be great if you can cover all the concepts with corresponding code written from scratch. For example, explain how data augmentation works. What are the various techniques, and how are they useful?
Topic Approved :)
Closed #3188 via #3306
Proposed title of article
Getting Started with Image Data Pre-processing in Python
Introduction paragraph (2-3 paragraphs):
In a machine learning project, we always start with data collection followed by data preprocessing or cleaning step which needs to be gotten right for a better performing model. There are several techniques used to preprocess data (in this case image data). Examples include; image resizing, converting images to grayscale, etc.
In this tutorial, we shall be looking at data pre-processing of images. Image preprocessing involves converting image data into a form that allows machine learning algorithms to solve it. It is often used to reduce the complexity and increase the accuracy of the applied algorithm.
Key takeaways:
References:
N/A
Templates to use as guides