Summary
In this chapter, we learned about tensors, the main data structures for networks, some data preprocessing operations for neural networks, and the AutoKeras data formats that are supported, as well as its data-preprocessing utilities. Finally, we learned how to split a dataset in a quick and easy way. Now, you are ready to power your AutoKeras models in the most appropriate way.
In the next chapter, we will learn how AutoKeras works with images. We will also introduce some techniques we can use to extract specific characteristics from images and how to apply them.