helloalgo
Royalty Free
Simple MNIST classifier
Language
Python 3.x
Metrics
API Calls - 31
Avg call duration -
N/A
Permissions
The MIT License is a permissive free software license originating at the Massachusetts Institute of Technology (MIT).
Learn More
Run an Example
Input
Output
[
2,
0,
9,
9,
3,
7,
0,
3,
0,
3
]
Install and Use
Install
Install the Algorithmia CLI client by running:
curl -sSLf https://algorithmia.com/install.sh | sh
Then authenticate by running:
$ algo auth
# When prompted for api endpoint, hit enter
# When prompted for API key, enter your key: YOUR_API_KEY
Use
algo run tommygpo/helloalgo/0.1.0 -d '"data://tommygpo/mnist/test_10_samples.csv"' --timeout 300