Skip to content

Commit 714ecfa

Browse files
authored
update to full description
update to full description
1 parent 6a9f0ef commit 714ecfa

File tree

1 file changed

+45
-1
lines changed

1 file changed

+45
-1
lines changed

README.md

Lines changed: 45 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,46 @@
11
# Data-Augmentation-with-Python
2-
Data Augmentation with Python, published by Packt
2+
Unlock the power of data augmentation for AI and Generative AI with real-world datasets. Improve your model’s accuracy and extend images, texts, audio, and tabular using 150+ fully functional OO methods and open-source libraries.
3+
4+
## Book available on Amazon book
5+
- https://www.amazon.com/dp/1803246456
6+
7+
## Key Features
8+
- Practical Data augmentation techniques for images, texts, audio, and tabular data using real-world datasets
9+
- Beautiful, customized charts and infographics in full color for image, text, audio, and tabular data
10+
- Fully functional object-oriented code using open-source libraries on the Python Notebook for each chapter
11+
12+
## Book Description
13+
Data is paramount in an AI project, especially for Deep Learning and Generative AI. The forecasting accuracy relies on robust input datasets. The traditional method of acquiring additional data is difficult, expensive, and impractical. The only option to extend the dataset economically is data augmentation.
14+
15+
You will learn 20+ Geometric, Photometric, and Random erasing augmentation methods using seven real-world datasets for image classification and segmentation. In addition, we will review eight image augmentation open-source libraries, write OOP wrapper functions on the Python Notebooks, view color image augmentation effects, analyze the safe level and biases, and extend the chapter with Fun facts and Fun challenges.
16+
17+
You will discover 22+ character and word techniques for text augmentation using two real-world datasets and excerpts from four classic books. The advanced text augmentation chapter uses Machine Learning to extend the text dataset, such as Transformer, Word2vec, BERT, GPT-2, and others.
18+
19+
Similarly, the audio and tabular data chapters have real-world data, open-source libraries, amazing custom plots, Python Notebook, Fun facts, and Fun challenges.
20+
21+
By the end of the book, you will be proficient in image, text, audio, and tabular data augmentation techniques.
22+
23+
## What you will learn
24+
25+
- Write OOP Python code for image, text, audio, and tabular data
26+
- Access over 150,000 real-world datasets from the Kaggle websites
27+
- Analyze biases and safe parameters for each augmentation method
28+
- Visualize data using standard and exotics plots in color
29+
- Explore 32 advanced open-source augmentation libraries
30+
- Discover Machine Learning models, such as BERT and Transformer
31+
- Meet Pluto, an imaginary digital coding companion
32+
- Extend your learning with Fun facts and Fun challenges
33+
34+
## Who This Book Is For
35+
The book is for AI, Data scientists, and students interested in the AI discipline. You don’t need advanced AI or Deep Learning skills, but Python programming and familiarity with Jupyter Notebooks are required.
36+
37+
## Table of Contents
38+
1. Data Augmentation Made Easy
39+
2. Biases in Data Augmentation
40+
3. Image Augmentation for Classification
41+
4. Image Augmentation for Segmentation
42+
5. Text Augmentation
43+
6. Text Augmentation with Machine Learning
44+
7. Audio Data Augmentation
45+
8. Audio Data Augmentation with Spectrogram
46+
9. Tabular Data Augmentation

0 commit comments

Comments
 (0)