AiML 1 1

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 10

Artificial Intelligence with

Machine Learning in Java


1-1
Course Overview

Copyright © 2020, Oracle and/or its affiliates. All rights reserved.


Objectives
• This lesson covers the following objectives:
−Understand the nature of the course
−Understand the delivery mechanism

AiML 1-1
Copyright © 2020, Oracle and/or its affiliates. All rights reserved. 3
Course Overview
Overview
• This course gives a basic insight into Machine Learning
within Artificial Intelligence
• The tasks are programming problems built around the
theme of Machine Learning

AiML 1-1
Copyright © 2020, Oracle and/or its affiliates. All rights reserved. 4
Course Overview
Pre-Requisites
• The course does not require any previous knowledge of
Artificial Intelligence or Machine Learning
• You are required to program in Java so a familiarity
with a Development Environment would be beneficial

AiML 1-1
Copyright © 2020, Oracle and/or its affiliates. All rights reserved. 5
Course Overview
Pre-Requisites
• It would be beneficial to have a basic understanding of
data structures within Java
• A basic understanding of recursion would be helpful,
but not required
• This could be demonstrated by completion of the
Oracle Java Programming course

AiML 1-1
Copyright © 2020, Oracle and/or its affiliates. All rights reserved. 6
Course Overview
Course Layout
• The course contains a number of tasks which steadily
become more challenging as you progress through the
material
• The Yes/No game will be the main task throughout the
course
• The final task may prove to be a challenge, but it will
give you a chance to use your new skills!

AiML 1-1
Copyright © 2020, Oracle and/or its affiliates. All rights reserved. 7
Course Overview
Tasks
• Anywhere that says Task - <task name> will expect you
to create your own solution
• The material will in most cases provide a solution later,
but resist looking ahead until you have attempted your
own
• You will lose out by simply reading ahead without
attempting to complete the task

AiML 1-1
Copyright © 2020, Oracle and/or its affiliates. All rights reserved. 8
Course Overview
Summary
• In this lesson, you should have learned how to:
−Understand the nature of the course
−Understand the delivery mechanism

AiML 1-1
Copyright © 2020, Oracle and/or its affiliates. All rights reserved. 9
Course Overview

You might also like