 
The multimodal model of the CIFAR-10 training set, used for image recognition, has a simple model architecture, allowing you to quickly get started with machine learning.
When we are learning machine learning, we might feel at a loss as there are too many and overly complicated official documents, and many of the logical concepts are difficult to apply, which is not conducive to our learning. We should focus more on practice and less on theory. The purpose of this library is to start from the most basic model architecture, leaving only the core logic for everyone to study.
Based on the functional points of each function, they are gradually broken down one by one.