Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@dumbdev I didn't intentionally it was getting paused due to a logic error on literally the same data points. but the point is you'd think those would start spitting out the expected result.
-
iiii90853y@AvatarOfKaine no, they won't. The analysis takes constant time in classic ML systems. It does not matter how fit it is, the time to get to the last layer is constant. It just produces different outputs
-
iiii90853y@AvatarOfKaine I don't know how super machines like the one that plays Go works. It has a totally different architecture.
If there's some way to make shortcuts in analysus, then the time might be shortened, but classic models do not support that.
Genetic models do, but those are harder to use and teach, as I understand. -
@dumbdev the model generates a result that tells the character its controlling to perform opposite actions which nullifies them so it just gets stuck and sits there, continually fitting the same set of output data to the specified inputs.
so one would think... it would budge a little.
If the same data is being fit over and over again to a neural net shouldn't it start spitting out the result it was trained to very quickly if over svereal frames its training for 100 epochs each ?
question