Further reading
We have just covered the tip of the proverbial iceberg. Machine learning is a rapidly growing field with many types of specialized roles being created out of it. The following resources will help you continue your machine learning journey now that you've completed this chapter:
- The book by Packt Publishing titled Hands-On Machine Learning with ML.NET covers many advanced scenarios for using ML.NET with .NET applications: https://www.packtpub.com/product/hands-on-machine-learning-with-ml-net/9781789801781.
- This cookbook style guide by Microsoft provides comprehensive coverage of the day-to-day tasks that a developer would need to perform using ML.NET. It also provides a detailed explanation of all ML.NET classes and methods: https://github.com/dotnet/machinelearning/blob/master/docs/code/MlNetCookBook.md.
- Instead of building the machine learning services yourself, you might find it more useful to consume pre-created intelligent services from Microsoft...