Getting ready
This recipe cannot cover the details of how and why neural networks work, so we assume that you already have an idea what training and test datasets are, what a convolutional network does, and how loss functions together with an optimizer achieve model convergence. If that sentence didn't make sense to you, we recommend taking one of the many online courses such as the https://www.fast.ai/ MOOC (http://course.fast.ai/), the Coursera machine learning course (https://www.coursera.org/learn/machine-learning), or Microsoft AI school (https://aischool.microsoft.com/en-us/machine-learning/learning-paths) before implementing this recipe. If you are ready to start, use a command-line Terminal to create a new Rust project by running ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access