CHAPTER 7 - IMPLEMENTING ML AND COMPUTATIONAL REQUIREMENTS
Today, machine learning is providing solutions that revolutionize the transportation industry. Its impact is felt across different areas of transportation such as Freight transportation and logistics, Traffic Flow studies, Accidents and Road Safety, and Self-Driving Cars. To tackle any problem using machine learning, it is important to understand the core concepts such as the structure of the model, its parameters, the working principle which were discussed in the previous chapters. For any solution or innovation proposed using machine learning its implementation in the real world can be a tedious task.
This chapter focuses on the implementation and deployment of a machine learning model for transportation data analytics. Section 5.1 highlights the steps for designing a data pipeline, outlining the tasks from data ingestion to model deployment. Section 5.2 lists the different tools such as programming packages, ingestion tools, databases, etc., required at different stages for the implementation of a machine learning model. Section 5.3 discusses cloud computing services, its advantages and disadvantages. Section 5.4 highlights high-performance computing, the cost and load implications of deploying HPC on-premise vs on-cloud.
Last updated