A Beginner's Guide To Machine Learning with Unity

Advanced games AI with genetic algorithms, neural networks & Q-learning in C# and Tensorflow for Unity

4.64 (2004 reviews)
Udemy
platform
English
language
Data Science
category
instructor
A Beginner's Guide To Machine Learning with Unity
24,162
students
13 hours
content
Nov 2023
last update
$94.99
regular price

What you will learn

Build a genetic algorithm from scratch in C#.

Build a neural network from scratch in C#.

Setup and explore the Unity ML-Agents plugin.

Setup and use Tensorflow to train game characters.

Apply newfound knowledge of machine learning to integrate contemporary research ideas in the field into their own projects.

Distill the mathematics and statistic behind machine learning to working program code.

Use a Proximal Policy Optimisation to train a neural network.

Why take this course?

What if you could build a character that could learn while it played?  Think about the types of gameplay you could develop where the enemies started to outsmart the player. This is what machine learning in games is all about. In this course, we will discover the fascinating world of artificial intelligence beyond the simple stuff and examine the increasingly popular domain of machines that learn to think for themselves.

In this course, Penny introduces the popular machine learning techniques of genetic algorithms and neural networks using her internationally acclaimed teaching style and knowledge from a Ph.D in game character AI and over 25 years experience working with games and computer graphics.  In addition she's written two award winning books on games AI and two others best sellers on Unity game development. Throughout the course you will follow along with hands-on workshops designed to teach you about the fundamental machine learning techniques, distilling the mathematics in a way that the topic becomes accessible to the most noob of novices.  

Learn how to program and work with:

  • genetic algorithms

  • neural networks

  • human player captured training sets

  • reinforcement learning

  • Unity's ML-Agent plugin

  • Tensorflow

Contents and Overview

The course starts with a thorough examination of genetic algorithms that will ease you into one of the simplest machine learning techniques that is capable of extraordinary learning. You'll develop an agent that learns to camouflage, a Flappy Bird inspired application in which the birds learn to make it through a maze and environment-sensing bots that learn to stay on a platform.

Following this, you'll dive right into creating your very own neural network in C# from scratch.  With this basic neural network, you will find out how to train behaviour, capture and use human player data to train an agent and teach a bot to drive.  In the same section you'll have the Q-learning algorithm explained, before integrating it into your own applications.

By this stage, you'll feel confident with the terminology and techniques used throughout the deep learning community and be ready to tackle Unity's experimental ML-Agents. Together with Tensorflow, you'll be throwing agents in the deep-end and reinforcing their knowledge to stay alive in a variety of game environment scenarios.

By the end of the course, you'll have a well-equipped toolset of basic and solid machine learning algorithms and applications, that will see you able to decipher the latest research publications and integrate the latest developments into your work, while keeping abreast of Unity's ML-Agents as they evolve from experimental to production release.

What students are saying about this course:

  • Absolutely the best beginner to Advanced course for Neural Networks/ Machine Learning if you are a game developer that uses C# and Unity. BAR NONE x Infinity.

  • A perfect course with great math examples and demonstration of the TensorFlow power inside Unity. After this course, you will get the strong basic background in the Machine Learning.

  • The instructor is very engaging and knowledgeable. I started learning from the first lesson and it never stopped. If you are interested in Machine Learning , take this course.

Screenshots

A Beginner's Guide To Machine Learning with Unity - Screenshot_01A Beginner's Guide To Machine Learning with Unity - Screenshot_02A Beginner's Guide To Machine Learning with Unity - Screenshot_03A Beginner's Guide To Machine Learning with Unity - Screenshot_04

Reviews

Akaki
February 24, 2024
Excellent teacher that knows how to simplify complex concepts in order to make them understandable to anybody. I follow Dr P. De Byl's work for a long time now and I keep being astonished about her pedagogical skills!
Probir
February 15, 2024
It was really good and informative intro to Machine learning however the projector screen was hard to read during some parts..
Thomas
January 3, 2024
It is a great course and really provide helpful information on architecture of ML. What makes it great though that it is provide practical application in games. Thank you, for the content. You, the teacher, really did a great job.
Leina
August 30, 2023
I really want to thank you for making things simple and practical, I will try to implement the ML agents videos on an older version of Unity, I hope it works
Philippe
January 4, 2023
As Matteo said, Is "A nice way to presenting things and lectures are very dense and straight to the point. The approach is practical and easy to understand. Unfortunately a significant portion of the course is now deprecated and it does not cover unity ML agents, a very relevant topic for a beginner's guide to machine learning. I'll change my rating to 5 stars as soon as the course gets updated" And the use of RayCasting is better than just hard code the obstacle for more realistic use case and scenario like the Unity ML-Agents Doc ;)
Sten
December 20, 2022
Just a poorly done recording of a lecture for an intro. After that there's a whole bunch of inefficient code to annoy those optimization nerds, along with poorly named things everywhere. The naming is bad enough to need "bubbles" to point out that "v1" means "weights" - why not name it that way is hard to guess
Mathew
November 23, 2022
Having done tutorials on MLAgent before, I was interested to know how everything worked under the hood. This has been exactly what I wanted.
Matteo
September 15, 2022
A nice way to presenting things and lectures are very dense and straight to the point. The approach is practical and easy to understand. Unfortunately a significant portion of the course is now deprecated and it does not cover unity ML agents, a very relevant topic for a beginner's guide to machine learning. I'll change my rating to 5 stars as soon as the course gets updated
Leo
August 26, 2022
Love the example based learning of a very complex topic. Amazing overall, but for a topic like ML and deep learning, I think it could be worth to make some (maybe optional) videos to look into the math a bit more for better understanding. (Ofc you can do extra readings but imo that knowledge is so crucial to topics like this).
Rafał
July 19, 2022
Good theoretical explanations and examples. One of the first video has bad quality, Im not able to see what is on the projector's screen. A big part of the course is tagged as deprecated. Earlier I thought that neural networks are solution for everything, now I'm understand that they are very limited, and not always but rather sometimes, produce a good results. I thoght that I can replace any AI alghorithm with neural network, but now, I see It's not so simple, and probably I will achieve better results with my own ai alghorithm.
Nick
July 14, 2022
Course is great, I learned a lot about Genetic algo's and reinforcement learning. I which the ml-agent material was updated as I was really looking forward to it. I would 100% recommend this course to friends and co-workers.
Lukas
June 30, 2022
Der Kurs war stark, jedoch sind Kapitel 8 und 9 veraltet, was ich beim Kauf nicht wusste. Wären diese Kapitel aufgearbeitet gewesen hätte der Kurs 4 Sterne bekommen!
Chris
June 11, 2022
This course includes probably the best lesson on perceptrons ever made. The ANN lessons are great. I'd ding the genetic algorithm stuff a bit because it doesn't actually seem very useful unless you have a static environment. I'm assuming it is, but based on the lesson content, I don't _know_ that yet.
Rihards
May 11, 2022
Didn't expect the first lesson to be a video of a lecture. The quality of the video was a bit disappointing, but the content was good. So I am excited for what's to come.
Gilles
January 17, 2022
Always great hearing a passionate speaker about their job. Second course I take with the teacher and I'm sure it's gonna be as good if not better.

Charts

Price

A Beginner's Guide To Machine Learning with Unity - Price chart

Rating

A Beginner's Guide To Machine Learning with Unity - Ratings chart

Enrollment distribution

A Beginner's Guide To Machine Learning with Unity - Distribution chart
1422532
udemy ID
11/5/2017
course created date
11/20/2019
course indexed date
Bot
course submited by