You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let's simplify our NN model to use power price vs production data set.
I don't want to refactor the emulator and test the data set, so the fastest way to adapt to the NN model is to simplify it to classify data against the price vs production data table. We may use a regression algorithm to have a fast and reliable validator but introducing it via NN will be a good testing tool and starting point for the future, more complex validators.
The validator is a GRPC service from the computantis immunity system.
The text was updated successfully, but these errors were encountered:
Let's simplify our NN model to use power price vs production data set.
I don't want to refactor the emulator and test the data set, so the fastest way to adapt to the NN model is to simplify it to classify data against the price vs production data table. We may use a regression algorithm to have a fast and reliable validator but introducing it via NN will be a good testing tool and starting point for the future, more complex validators.
The validator is a GRPC service from the computantis immunity system.
The text was updated successfully, but these errors were encountered: