# Introduction In this project, you will learn how to implement a function to divide a dataset into mini-batches, which is a common technique used in deep learning training. ## ðŊ Tasks In this project, you will learn: - How to implement the `data_pipeline` function to divide a dataset into mini-batches - How to test the `data_pipeline` function to ensure it works as expected ## ð Achievements After completing this project, you will be able to: - Divide a dataset into mini-batches using the `data_pipeline` function - Verify the functionality of the `data_pipeline` function through testing
Click the virtual machine below to start practicing