Skip to content

ATtiny85 arduino example, running an RNN MNIST model via the (internal) 512-Byte EEPROM

Notifications You must be signed in to change notification settings

GiorgosXou/ATTiny85-MNIST-RNN-EEPROM

Repository files navigation

ATtiny85-MNIST-RNN-EEPROM

ATtiny85 arduino example, running an RNN MNIST model via the (internal) 512-Byte EEPROM

NUMBER 4 NUMBER 7 NUMBER 0 NUMBER 3

Steps

(PS. You will also need an indicator/led if you don't use a board such as DigiSpark)

Testing

Do you want to test whether the results are real or not? run it natively on you OS directly, like:

git clone https://github.com/GiorgosXou/ATTiny85-MNIST-RNN-EEPROM
cd ./ATTiny85-MNIST-RNN-EEPROM/native_os_testing_example/
wget https://raw.githubusercontent.com/GiorgosXou/NeuralNetworks/refs/heads/master/src/NeuralNetwork.h
wget https://python-course.eu/data/mnist/mnist_train.csv
wget https://python-course.eu/data/mnist/mnist_test.csv
g++ -std=c++11 main.cpp -o main.o -O3 -march=native -ffast-math
./main.o

(See also some funny visualizations)

About

ATtiny85 arduino example, running an RNN MNIST model via the (internal) 512-Byte EEPROM

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages