SGLearn@Artificial Intelligence I: Basics and Games in Java

This is a Adapted Course for Singaporeans picking up new skillsets and competencies under the CITREP+ Scheme.

Ratings 4.11 / 5.00
SGLearn@Artificial Intelligence I: Basics and Games in Java

What You Will Learn!

  • Get a good grasp of artificial intelligence
  • Understand how AI algorithms work
  • Able to create AI algorithms on your own from scratch
  • Understand meta-heuristics

Description

Welcome to the SGLearn Series targeted at Singapore-based learners picking up new skillsets and competencies.

This course is an adaptation of the same course by Holczer Balazs and is specially produced in collaboration with Holczer for Singaporean learners. If you are a Singaporean, you are eligible for the CITREP+ funding scheme, terms and conditions apply.

---------------

This course is about the fundamental concepts of artificial intelligence. This topic is getting very hot nowadays because these learning algorithms can be used in several fields from software engineering to investment banking. Learning algorithms can recognize patterns which can help detect cancer for example. We may construct algorithms that can have a very  very good guess about stocks movement in the market.

In the first chapter we are going to talk about the basic graph algorithms. Several advanced algorithms can be solved with the help of graphs, so as far as I am concerned these algorithms are the first steps.

Second chapter is about local search: finding minimum and maximum or global optimum in the main. These searches are used frequently when we use regression for example and want to find the parameters for the fit. We will consider basic concepts as well as the more advanced algorithms: heuristics and meta-heuristics.

The last topic will be about minimax algorithm and how to use these technique in games such as chess or tic-tac-toe, how to build and construct a game tree, how to analyze these kinds of tree like structures and so on. We will implement the tic-tac-toe game together in the end.

LAST UPDATE OF THE COURSE: 2016 october

Who Should Attend!

  • This course is meant for students or anyone who interested in programming and have some background in basic Java

TAKE THIS COURSE

Tags

  • Artificial Intelligence
  • Java

Subscribers

17

Lectures

69

TAKE THIS COURSE



Related Courses