Introduction
Prepare a PyTorch development environment
Create a PyTorch model for MNIST
About PyTorch model training
Perform training and save the model
Use the model for inference
Understand inference on Android
Create an Android application
Prepare Test Data
Run the Application
Optimizing neural network models in PyTorch
Create an optimized PyTorch model for MNIST
Run optimization
Update the Android application
Review
Next Steps
Skill level: | Advanced |
Reading time: | 2 hrs 40 min |
Last updated: | 18 Dec 2024 |
Skill level: |
Advanced |
Reading time: |
2 hrs 40 min |
Last updated: |
18 Dec 2024 |
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. You will also learn how to use the trained model in an Android application. Finally, you will apply model optimizations.
Upon completion of this learning path, you will be able to:
Before starting, you will need the following: