9 Recommended Next Steps

 

This chapter covers

  • A review of what we have covered so far in this book, from preparing the raw data to deploying the trained model
  • Additional enhancements you could make to the streetcar delay prediction project
  • How you can apply what you have learned to other real-world projects
  • Criteria to use to select a deep learning project that uses structured data
  • Resources for additional learning

We have almost reached the end of the book. In this chapter we’ll look back and look forward. First, we’ll review what we have learned in the previous chapters, from cleaning up a real-world dataset to deploying a trained deep learning model. Next, we’ll go over the steps you can take to enhance the streetcar delay prediction project with new data sources. Then we’ll talk about how you can apply what you have learned to other real-world projects, including how to determine whether a given problem involving structured data is a good candidate for a deep learning project. Finally, we’ll review some resources for additional learning about deep learning.

9.1           Reviewing what we have covered so far

To review what we have learned so far in this book, let’s return to the end-to-end diagram introduced in chapter 2, shown in Figure 9.1:

Figure 9.1 the end-to-end view of the streetcar delay prediction project

9.2           What we could do next with the streetcar delay prediction project

9.3           Adding location details to the streetcar delay prediction project

9.4           Training our deep learning model with weather data

9.5           Adding season or time of day to the streetcar delay prediction project

9.6           Making the web deployment of the streetcar delay prediction model generally available

9.7           Adapting the streetcar delay prediction model to an entirely new dataset: overview

9.8           Adapting the streetcar delay prediction model to an entirely new dataset: preparing the dataset and training the model

9.9           Adapting the streetcar delay prediction model to an entirely new dataset: deploying the model with web deployment

9.10       Adapting the streetcar delay prediction model to an entirely new dataset: deploying the model with Facebook Messenger

9.11       Resources for additional learning

9.12       Summary

sitemap