AI controlled robot shooting high-power lasers? I see no way that this will possibly lead to problems.
AI controlled robot shooting high-power lasers? I see no way that this will possibly lead to problems.
It will only point down. Unless the AI figures out how to flip the machine on its side and start attacking towns.
It will only point down. Unless the AI figures out how to flip the machine on its side and start attacking towns.
AI here meaning a model trained to identify specific plants. Not terribly difficult to slap together an algorithm and train it using python. Check out linear regression and image classification. The short version is, you take many, many images of your subject from different angles, lighting, sizes, resolutions, etc and train a model to a high degree of accuracy on it. Show it a new picture and it will use its training to output a value between 1 and 0 (sigmoid activation function).
AI here meaning a model trained to identify specific plants. Not terribly difficult to slap together an algorithm and train it using python. Check out linear regression and image classification. The short version is, you take many, many images of your subject from different angles, lighting, sizes, resolutions, etc and train a model to a high degree of accuracy on it. Show it a new picture and it will use its training to output a value between 1 and 0 (sigmoid activation function).
(post is archived)