Best-Neat-9439
Best-Neat-9439 t1_itl8uxb wrote
Reply to comment by [deleted] in [P] Awesome Image Segmentation Project Based on Deep Learning (5.6k star) by Effective_Tax_2096
The positive/negative clicks feature seems interesting (I guess it's slower but more accurate for weird objects than things like one-click annotation). Do you know of other free, easy to install locally (so, no Hasty, for example) tools like this?
Best-Neat-9439 t1_j2yn1nx wrote
Reply to comment by csiz in [Discussion] If ML is based on data generated by humans, can it truly outperform humans? by groman434
>There are also AI that can improve themselves more than the human given data. The AlphaGo project started off with human Go matches as training data, and evolved into tabula-rasa training by self play. By the end, the AI beats the best human.
Neither AlphaGo Zero or AlphaZero were trained with supervised learning. They were both trained with reinforcement learning (and MCTS, so it's not purely RL, but it's more like RL + planning). It's then not surprising that it can beat humans - its "ground truth" doesn't come from humans anyway.