Skip to content

Commit 413c1a3

Browse files
author
Jacob Cantwell
committed
Updating description
Updating description
1 parent 80de73f commit 413c1a3

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

.DS_Store

0 Bytes
Binary file not shown.

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ static/.DS_Store
77
static/cloudformation/.DS_Store
88
.DS_Store
99
static/viewer/src/node_modules/*
10+
.DS_Store
11+
content/.DS_Store

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22

33
## Puppy and Kitten Vision AWS Educate Workshop
44

5-
### What is it
5+
### The Puppy Challenge
66

7-
The Puppy Challenge is a fun, innovative workshop that teaches you the basics of machine learning on the AWS. The purpose of this challenge is to use cloud computing to teach your computer how to recognize a puppy (or kitten) in a photo. We will be using AWS Rekognition, which is our computer software that uses machine learning to detect if puppies (or kittens) are in the photo.
7+
The Puppy Challenge is a fun, innovative workshop that teaches you the basics of machine learning on AWS. The goal of this workshop is to build a program that can recognize a puppy in a photo. We will be using AWS services including Amazon Rekognition which lets you identify objects and scenes in images.
88

9-
### What is Machine Learning
9+
### Machine Learning
1010

11-
Machine learning is the science of getting computers to use math to detect patterns. It is an important technology which is being used to help make driverless cars! Machine learning can detect anything you teach it, from humans to buildings and of course puppies (and kittens).
11+
Machine learning is learning how to perform a task from a collection of examples. Machine learning is all around us and powers tools that we use everyday like Amazon Alexa, language translation, movie recommendations, and driverless cars.
1212

1313
Today we are going to learn how to make your own machine learning program so that in the future you can help build amazing technologies that will help change the world.
1414

1515
### Workshop Goals
1616

17-
* Create your own machine learning model which can detect puppies in photographs
17+
* Create your own machine learning model which can detect puppies in photos
1818
* Learn about the basic skills needed for machine learning
1919
* Understand how machine learning and the cloud can be used in the future
2020

content/.DS_Store

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)