AI Lesson for Teachers, Teens, and Everyone In Between

栏目: IT技术 · 发布时间: 4年前

内容简介:My goal is to outline a lesson that any teacher can use in the classroom or any person interested in a very high level understanding of how AI works can walk through. This is not meant to be an exact representation of how AI truly works, but simply give in

AI Lesson for Teachers, Teens, and Everyone In Between

My goal is to outline a lesson that any teacher can use in the classroom or any person interested in a very high level understanding of how AI works can walk through. This is not meant to be an exact representation of how AI truly works, but simply give intuition as to how it works. I have been a Math, SAT, ACT, ISEE tutor for close to a decade and work in machine learning research.

Pre-requisites: know what a probability is.

There are 2 sub-lessons, 1 smaller one and 1 larger one. All lessons will be under the scope of computer vision problems — object detection.

  1. Supervised learning vs Unsupervised learning
  2. Training a machine learning model

Machine learning problems are often broken into two categories, supervised and unsupervised problems. Supervised problems are where you give the model examples of something and then expect it to be able to predict that thing later on an unseen image. Unsupervised problems are where you have a bunch of images and you try to figure out which ones are most closely related (not based on anything except what you can see) and then group them without knowing what the final class you are trying to predict actually is.

Supervised Learning

I will now show you a series of shapes and a name for the shape.

“zhags”

These shapes above are called zhags .

“flarks”

These shapes above are called flarks .

Now I will present you with an object and you tell me if it’s a zhag or a flark. There is a hidden rule that categorizes zhags and flarks. Your job is to learn that rule.

?

This is a zhag . If you guessed that, awesome! You learned a successful model.

But maybe now you get an object that doesn’t fit exactly what you thought.

?

This is a flark .

Little did you know, the hidden rule is if the shape has any curve at all it is a flark. This is why sufficient training data is so important to machine learning problems! If this was a missing training data point in an autonomous vehicle this could cost someone their life.

Unsupervised Learning

Say we have a set of images and strictly using the images and no previous knowledge we need to place them on the xy -plane where their distance between each other represents how different they are from one another.

Here are a group of images.

Images from Wikipedia

Now we are meant to place these on the xy -plane. Here’s a possible iteration of this.

So if I now said, group these into two sets you probably would do this one of two ways.


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

UNIX编程艺术

UNIX编程艺术

[美] Eric S. Raymond / 姜宏、何源、蔡晓骏 / 电子工业出版社 / 2012-8 / 99.00元

《UNIX编程艺术》主要介绍了Unix系统领域中的设计和开发哲学、思想文化体系、原则与经验,由公认的Unix编程大师、开源运动领袖人物之一Eric S.Raymond倾力多年写作而成。包括Unix设计者在内的多位领域专家也为《UNIX编程艺术》贡献了宝贵的内容。《UNIX编程艺术》内容涉及社群文化、软件开发设计与实现,覆盖面广、内容深邃,完全展现了作者极其深厚的经验积累和领域智慧。一起来看看 《UNIX编程艺术》 这本书的介绍吧!

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

随机密码生成器
随机密码生成器

多种字符组合密码

HEX CMYK 转换工具
HEX CMYK 转换工具

HEX CMYK 互转工具