Author: Olivier Lenoir <[email protected]>
Created: 2021-01-16 21:13:48
License: MIT, Copyright (c) 2021, 2024 Olivier Lenoir
Project: Neural Network with MicroPython
README
Neural Network using an ESP32 with MicroPython
INSTALL
1. Install MicroPython-NeuralNetwork and dependencies
$ mpremote mip install gitlab:olivierlenoir/MicroPython-NeuralNetwork
PROCESS
1. Train neural network with python
$ cd micropython
$ python3 test_neuralnetwork
2. Use neuralnetwork with micropython
>>> import utest_neuralnetwork
DOCUMENTATION
https://olivierlenoir.gitlab.io/MicroPython-NeuralNetwork/MicroPythonNeuralNetwork.pdf
1. Pull docker image
$ docker pull registry.gitlab.com/olivierlenoir/docker-latex
1. Make PDF documentation
$ docker run -it --rm -v $(pwd):/project -w /project registry.gitlab.com/olivierlenoir/docker-latex:latest make
BOOK
Comprendre le DEEP LEARNING - Jean-Claude Heudin
ISBN: 9791091245449
FORUM
https://forum.micropython.org/viewtopic.php?f=15&t=9804