# Load in the data
cifar10 = tf.keras.datasets.cifar10
# Distribute it to train and test set
(x_train, y_train), (x_test, y_test) = cifar10.load_data()
print(x_train.shape, y_train.shape, x_test.shape
This course includes RecurDyn for beginners, covering the basics of MBD modeling, simulation setup, post-processing methods, and advanced MFBD applications.