AI and Machine Learning Materials Beth Zigmont (20 Sep 2023 09:02 EDT)
Re: [AI4K12] AI and Machine Learning Materials Dave Touretzky (21 Sep 2023 02:28 EDT)
Re: [AI4K12] AI and Machine Learning Materials Andreas Matt (21 Sep 2023 02:51 EDT)
Re: [AI4K12] AI and Machine Learning Materials Ken Kahn (21 Sep 2023 06:44 EDT)
RE: [EXT]Re: [AI4K12] AI and Machine Learning Materials Beth Zigmont (21 Sep 2023 07:54 EDT)
Re: [EXT]Re: [AI4K12] AI and Machine Learning Materials Mano Talaiver (21 Sep 2023 08:07 EDT)
Re: [EXT]Re: [AI4K12] AI and Machine Learning Materials Amy Eguchi (21 Sep 2023 09:40 EDT)
Re: [EXT]Re: [AI4K12] AI and Machine Learning Materials Rudy Escobar (21 Sep 2023 11:12 EDT)
Re: [EXT]Re: [AI4K12] AI and Machine Learning Materials Mano Talaiver (21 Sep 2023 12:15 EDT)
Re: [EXT]Re: [AI4K12] AI and Machine Learning Materials Jan Hauters (22 Sep 2023 00:47 EDT)
Re: [AI4K12] AI and Machine Learning Materials Dave Touretzky (22 Sep 2023 02:52 EDT)
Re: [AI4K12] AI and Machine Learning Materials iswariya iswariya (22 Sep 2023 10:34 EDT)
Re: [AI4K12] AI and Machine Learning Materials Hal Speed (22 Sep 2023 11:05 EDT)

Re: [AI4K12] AI and Machine Learning Materials Dave Touretzky 22 Sep 2023 02:51 EDT

>   As I understand the micro-bit AI stuff, all the AI is happening on the
>   laptop and micro-bit is just reacting to what the laptop reports. While
>   Cozmo and the VET robot David talked about I think has enough hardware
>   on the robot to work without an additional device. Is that right?

Almost.  Cozmo does most of its processing via an app that runs on a
tablet or smartphone and communicates with the robot via WiFi.  This
keeps the robot's cost down and also gives it longer battery life.  This
was a smart move at the time, but when Anki developed their next robot,
Vector, they put the processing on board using a much more powerful chip
comparable to what one would find in a cellphone.  But Vector doesn't
have the same educational focus as Cozmo.

There are two key differences between an AI-powered robot like Cozmo
vs. a micro:bit attached to a laptop running an AI app like a Teachable
Machine classifier.  First, the robot has the camera on board, so as it
moves through the world, its view changes as a result of its own
actions.  The laptop can look at the world but it can't control what it
sees.

Second, robots can take action to change the state of their world, such
as by picking up objects and moving them around.  A laptop can use the
micro:bit to flash lights or operate a servo to wave something around,
but it would be difficult to achieve goal-based manipulation of objects.

-- Dave