This paper explores the capability of deep neural networks to capture key characteristics of vehicle dynamics, and their ability to perform coupled longitudinal and lateral control of a vehicle. To this extent, two different artificial neural networks are trained to compute vehicle controls corresponding to a reference trajectory, using a dataset based on high-fidelity simulations of vehicle dynamics. In this study, control inputs are chosen as the steering angle of the front wheels, and the applied torque on each wheel. The performance of both models, namely a Multi-Layer Perceptron (MLP) and a Convolutional Neural Network (CNN), is evaluated based on their ability to drive the vehicle on a challenging test track, shifting between long straight lines and tight curves. A comparison to conventional decoupled controllers on the same track is also provided.In this section, we present the 9 Degrees of Freedom (9 DoF) vehicle model which is used both to generate the training and testing dataset, and as a simulation model to evaluate the performance of the deep-learning-based controllers.The Degrees of Freedom comprise 3 DoF for the vehicle's motion in a plane (V x ,V y ,ψ), 2 DoF for the carbody's rotation (θ ,φ ) and 4 DoF for the rotational speed of each wheel (ω f l , ω f r , ω rl , ω rr ). The model takes into account both the coupling of longitudinal and lateral slips and the load transfer between tires. The control inputs of the model are the torques T ω i applied at each wheel i and the steering angle δ of the front wheel. The low-level dynamics of the engine and brakes are not considered here. The notations are given in Table 1 and illustrated in Figure 1.Remark: the subscript i = 1..4 refers respectively to the front left ( f l), front right ( f r), rear left (rl) and rear right (rr) wheels.Several assumptions were made for the model:• Only the front wheels are steerable.• The roll and pitch rotations happen around the center of gravity.