This commit is contained in:
CaCO3
2023-01-06 23:21:17 +01:00
parent 701e2f3804
commit 030dc276eb
26 changed files with 156 additions and 126 deletions

View File

@@ -0,0 +1,9 @@
The following links point to additional information in other repos:
# Digits
* [Training and using a neural network to readout the value of a digital counter](https://github.com/jomjol/neural-network-digital-counter-readout)
* [Training the CNN neural network](https://github.com/jomjol/neural-network-digital-counter-readout/blob/master/Train_Network.md)
# Analog
* [Training and using a neural network to read out the value of an analog display](https://github.com/jomjol/neural-network-analog-needle-readout)
* [Training the CNN neural network](https://github.com/jomjol/neural-network-analog-needle-readout/blob/master/Train_Network.md)