This page will serve to briefly summarize the goals and instructions for the ML onboarding project.
Objective: Create an image classifier following this tutorial: https://www.tensorflow.org/tutorials/images/classification
Goals:
- Get introduced to basic machine learning
- Understand how image classifiers are created
- Introduced to terms such as overfitting, accuracy, loss…
Instructions:
- Log onto the development server and
cd
intoonboarding_files/ml
. - There will be a file called
instructions.txt
. It will provide very brief instructions on what this project entails - Open the tutorial. You should now create a new
.py
file and get started! - Specific expectations and deliverables are in the instructions.txt file.
Resources and helpful info: If you don’t understand a step, look it up! No shame in consulting documentation. The tutorial should be entirely comprehensive though.