renamed Digital to Digit where applicatble (repo links still use the wrong, old name)

This commit is contained in:
CaCO3
2025-01-26 17:46:47 +01:00
parent 674f3feda6
commit c8e6726f09
8 changed files with 15 additions and 15 deletions

View File

@@ -1,8 +1,8 @@
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)
* [Training and using a neural network to readout the value of a digit counter](https://github.com/jomjol/neural-network-digital-counter-readout)
# 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)