Introduction
Prepare a PyTorch Development Environment
Create a PyTorch model for MNIST
About PyTorch Model Training
Perform Training and Save the Model
Deploy the Model for Inference
Learn about Inference on Android
Create an Android Application
Prepare the Test Data
Run the Application
Optimizing Neural Network Models in PyTorch
Create an optimized PyTorch model for MNIST
Run optimization
Update the Android application
Next Steps
Skill level: | Advanced |
Reading time: | 2 hrs 40 min |
Last updated: | 09 Jan 2025 |
Skill level: |
Advanced |
Reading time: |
2 hrs 40 min |
Last updated: |
09 Jan 2025 |
This is an advanced topic for software developers interested in learning how to use PyTorch to create and train a feedforward neural network for digit classification, and also software developers interested in learning how to use and apply optimizations to the trained model in an Android application.
Upon completion of this learning path, you will be able to:
Before starting, you will need the following: