section-engineering-education / engineering-education

“Section's Engineering Education (EngEd) Program is dedicated to offering a unique quality community experience for computer science university students."
Apache License 2.0
363 stars 889 forks source link

Getting Started with Image Data Pre-processing in Python #3188

Closed FREDERICO23 closed 3 years ago

FREDERICO23 commented 3 years ago

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

FREDERICO23 commented 3 years ago

@lalith1403 I opened a new issue I would like you to review as requested.

lalith1403 commented 3 years ago

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 :)

WanjaMIKE commented 3 years ago

Closed #3188 via #3306