-
Notifications
You must be signed in to change notification settings - Fork 670
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Logic if last digit is N #792
Comments
This would be a good improvement. Maybe like: If the device could not recognice the digit (N) then look at the next digit in combination with the prevalue (the logic @JensHoRi mentioned).
|
Good idea. I'm currently working into another direction: getting rid of the "N" by detecting also intermediate results. Problem is: this is a major change in the neural network (incl. 10x more training data), which needs to be developeded and tested. As I'm doing this in my free time, it only makes very slow progress currently. In the meantime I don't want to change too much on the running code anymore, going into a dead end (e.g. changing "N" behaviour). Therefore I will close this issue for the time beeing and but a reference into the feature request list - just in case my other approach will fail. |
If it’s clearly known, what you need, maybe community can assist sending right formatted training data |
Well, currently it rather a question of the structure and algo and rather long training cycles to check if there was any progress. I would need a faster computer ;-) Thanks for your offer. |
Just one question:
is there an api call for stetting the prevalue? Than I would try to solve this logic in openHAB directly ;)
Greetings,
Jens
Mobil gesendet
… Am 22.05.2022 um 17:21 schrieb jomjol ***@***.***>:
Well, currently it rather a question of the structure and algo and rather long training cycles to check if there was any progress. I would need a faster computer ;-)
Thanks for your offer.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.
|
Yes, there is: Where XYZ the name of your number is (e.g. main) |
One suggestion for logic of correction:
Prevailed is actually 38,245.90
raw is 38,247.N
in this case N could be set to 0 without being wrong. Same would be if last raw is e.g.higher 7 and raw would be 38,246.N
Had same with change watermeter at 1,000 m3
old was 999.9875, raw was NN00.1235 could interpretate NN as 10 because logical could not be something else ;)
If too complex feel free to close. But I wanted to share this
The text was updated successfully, but these errors were encountered: