2 times 3 can sometimes equal 7 with Android's Neural Network API
alexanderganderson.github.io
2 times 3 can sometimes equal 7 with Android's Neural Network API
1–10 of 92 posts
Re: 2 times 3 can sometimes equal 7 with Android's Neural Network API
#2Re: 2 times 3 can sometimes equal 7 with Android's Neural Network API
#3Re: 2 times 3 can sometimes equal 7 with Android's Neural Network API
#4Well, every tool has it's own range of use cases; doing integer math is not a use case for a guesstimate engine .
Re: 2 times 3 can sometimes equal 7 with Android's Neural Network API
#5Well, every tool has it's own range of use cases; doing integer math is not a use case for a guesstimate engine .
Or one can claim that it's entirely obvious when relating that with human beings making mistakes, where not only 2*3 can be 7, millions can die of some obscure disctators whim, without much conacusoly realized the insanity...
Re: 2 times 3 can sometimes equal 7 with Android's Neural Network API
#6Re: 2 times 3 can sometimes equal 7 with Android's Neural Network API
#7Re: 2 times 3 can sometimes equal 7 with Android's Neural Network API
#8Earlier quoted context omitted.
Or one can claim that it's entirely obvious when relating that with human beings making mistakes, where not only 2*3 can be 7, millions can die of some obscure disctators whim, without much conacusoly realized the insanity...
Did someone just train a GAN on HN comments?
…Although you can reach a point where you have enough karma not to care and troll a bit/speak more freely, which if you only look at the vote outcome, can net you big in both directions (though there is a lower bound). In the end, it's exactly like an optimization problem, if you're "farming" karma: a lot of safe bets, and a few more risky ones to maybe discover a new class of safe ones.
Reddit is full of safe gamblers who are farmink karma by repeating canned patterns.
Re: 2 times 3 can sometimes equal 7 with Android's Neural Network API
#9Using a neural network for things that have clear cut rules is wrong. When you know the exact rules, implement them as such, instead of bruteforcing a guesstimation. This is also why I'm sceptical of the usr of GPT-3 for all sorts of purposes where accuracy is important. Think of the code generation case. Bugs may be very subtle and may go unnoticed.
Re: 2 times 3 can sometimes equal 7 with Android's Neural Network API
#10Using a neural network for things that have clear cut rules is wrong. When you know the exact rules, implement them as such, instead of bruteforcing a guesstimation. This is also why I'm sceptical of the usr of GPT-3 for all sorts of purposes where accuracy is important. Think of the code generation case. Bugs may be very subtle and may go unnoticed.