内容简介: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.
- Supervised learning vs Unsupervised learning
- 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.
These shapes above are called zhags .
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.
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.
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
深入Linux内核架构
Wolfgang Mauerer / 郭旭 / 人民邮电出版社 / 201005 / 149.00元
众所周知,Linux操作系统的源代码复杂、文档少,对程序员的要求高,要想看懂这些代码并不是一件容易事。本书结合内核版本2.6.24源代码中最关键的部分,深入讨论Linux内核的概念、结构和实现。具体包括进程管理和调度、虚拟内存、进程间通信、设备驱动程序、虚拟文件系统、网络、时间管理、数据同步等方面的内容。本书引导你阅读内核源代码,熟悉Linux所有的内在工作机理,充分展现Linux系统的魅力。 ......一起来看看 《深入Linux内核架构》 这本书的介绍吧!
CSS 压缩/解压工具
在线压缩/解压 CSS 代码
随机密码生成器
多种字符组合密码