juhotuho10
juhotuho10 t1_j3beqhj wrote
Reply to [D] Which ML model should I use to analyse and detect dip in time series sequence? by C0R0NA_CHAN
The pain of building a ml model that isn't even as accurate as calculating portions below average
Idk, you can do ml but I would just recommend a simple function
juhotuho10 t1_izwir7r wrote
Reply to comment by eigenman in [D] - Has Open AI said what ChatGPT's architecture is? What technique is it using to "remember" previous prompts? by 029187
Yeah, it answers that to a lot of questions and it can be very frustrating
I have had times when it claims to not know something, but when I phrase the question differently, it suddenly knows the answer
juhotuho10 t1_is6k4t6 wrote
Reply to comment by Ashkiiiii in [D] Can I use machine learning to determine battery lifetime? by Ashkiiiii
I'm not an expert, I'm sure you will be fine
juhotuho10 t1_is6cee0 wrote
Reply to comment by Ashkiiiii in [D] Can I use machine learning to determine battery lifetime? by Ashkiiiii
There is some variation but mostly the mechanics shuts down when the battery gets below a certain voltage
If you want to predict when the voltage gets below that level, then you need the prediction model
juhotuho10 t1_is691he wrote
Reply to comment by Ashkiiiii in [D] Can I use machine learning to determine battery lifetime? by Ashkiiiii
There is other regression types like x^2 regression, logarithmic regression and more
I mean you can try to use ml, I'm just trying to save you the trouble of having to implement a model
juhotuho10 t1_is65s1d wrote
Reply to comment by Ashkiiiii in [D] Can I use machine learning to determine battery lifetime? by Ashkiiiii
Ml is typically used when it's too difficult to make predictive models by hand, I think trying to make ml prediction model for this case would be harder and less accurate than just simple linear regression unless I'm missing something
juhotuho10 t1_is64mk1 wrote
Why not use regression since the data is so simple? get something like percentage confidence levels
Like 95% confident that the beacon won't fail at certain millivolt level
80% confident that the beacon won't fail at certain millivolt level
Etc.
Calculate the average power usage for a beacon and then just do a prediction into the future to see when it's pretty confident that the battery fails
juhotuho10 t1_irvhc0o wrote
Reply to comment by Tiny_Arugula_5648 in [N] Using machine learning to find an optimal mixture of metals to create a desired alloy by cyphersanthosh
Also scaling the production to industrial scale
juhotuho10 t1_irvh2iz wrote
Reply to [N] Using machine learning to find an optimal mixture of metals to create a desired alloy by cyphersanthosh
Had the same idea when watching a video about superalloys
Pretty neat
juhotuho10 t1_j7k0u76 wrote
Reply to comment by bitemenow999 in [D] Should I focus on python or C++? by NoSleep19
And stats