Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Artificial Intelligence and Machine Learning Fundamentals
Rating: 3.9 out of 5(129 ratings)
697 students

Artificial Intelligence and Machine Learning Fundamentals

Learn to develop real-world applications powered by the latest advances in intelligent systems
Last updated 2/2020
English

What you'll learn

  • Understand the importance, principles, and fields of AI
  • Learn to implement basic artificial intelligence concepts with Python
  • Apply regression and classification concepts to real-world problems
  • Perform predictive analysis using decision trees and random forests
  • Perform clustering using the k-means and mean shift algorithms
  • Understand the fundamentals of deep learning via practical examples

Course content

7 sections53 lectures7h 47m total length
  • Course Overview10:40

    Let’s begin the course with the content coverage.

  • Installation and Setup4:30

    Before you start this course, you will need to have Python 3.6 and Anaconda installed. You will find the steps to install them in the coming videos.

  • Lesson Overview3:21

    Let us begin with the first lesson and understand what we are going to cover in our learning journey.

  • Introduction to AI and Machine Learning8:13

    Before discussing different AI techniques and algorithms, we will look at the fundamentals of artificial intelligence and machine learning and go over a few basic definitions. Let us learn more about it with the following topics:

    · What Is Artificial Intelligence (AI)?

    · Command-Line Shells

    · Command-Line Terminology

  • How Does AI Solve Real World Problems?14:22

    Let us look at different ways of how AI solves real world problems. Here are the topics that we will cover now:

    · How Does AI Solve Real World Problems?

    · Diversity of Disciplines

  • Fields and Applications of Artificial Intelligence8:30

    Now that we know what Artificial Intelligence is, let's move on and investigate different fields in which AI is applied. Let us learn more about it with the following topics:

    · Simulation of Human Behavior

    · Simulating Intelligence – The Turing Test

  • AI Tools and Learning Models6:45

    In the previous videos, we discovered the fundamentals of artificial intelligence. One of the core tasks for artificial intelligence is learning. Let us learn more about it with the following topics:

    · Intelligent Agents

    · Classification and Prediction

    · Learning Models

  • The Role of Python in Artificial Intelligence14:17

    In order to put the basic AI concepts into practice, we need a programming language that supports artificial intelligence. In this course, we have chosen Python. Let us learn more about it with the following topics:

    · What Is Python?

    · Why is Python Dominant in Machine Learning, Data Science, and AI?

    · Anaconda in Python

    · Python Libraries for Artificial Intelligence

  • A Brief Introduction to the NumPy Library6:58

    The NumPy library will play a major role in this course, so it is worth exploring it further. Here are the topics that we will cover now:

    · A Brief Introduction to the NumPy Library

    · Matrix Operations Using NumPy

  • Python for Game AI11:52

    An AI game player is nothing but an intelligent agent with a clear goal: to win the game and defeat all other players. Artificial Intelligence experiments have achieved surprising results when it comes to games. Today, no human can defeat an AI in the game of chess. Here are the topics that we will cover now:

    · Intelligent Agents in Games

    · Combinatoric Explosion: Chess

    · Breadth First Search and Depth First Search

  • Breadth First Search and Depth First Search13:58

    In AI search, the root of the tree is the starting state. We traverse from this state by generating successor nodes of the search tree. Search techniques differ regarding which order we visit these successor nodes in. Here are the topics that we will cover now:

    · Breadth First Search and Depth First Search

    · Exploring the State Space of a Game

    · Estimating the Number of Possible States in Tic-Tac-Toe Game

    · Creating an AI Randomly

  • Lesson Summary2:06

    Summarize your learning from this lesson.

  • Test Your Knowledge

Requirements

  • You do not need any prior experience in AI.
  • We recommend that you have knowledge of high school level mathematics and at least one programming language, preferably Python.

Description

Machine learning and neural networks are fast becoming pillars on which you can build intelligent applications. The course will begin by introducing you to Python and discussing using AI search algorithms. You will learn math-heavy topics, such as regression and classification, illustrated by Python examples.

You will then progress on to advanced AI techniques and concepts, and work on real-life data sets to form decision trees and clusters. You will be introduced to neural networks, which is a powerful tool benefiting from Moore's law applied on 21st-century computing power. By the end of this course, you will feel confident and look forward to building your own AI applications with your newly-acquired skills!

About the Author

Zsolt Nagy is an engineering manager in an ad tech company heavy on data science. After acquiring his MSc in inference on ontologies, he used AI mainly for analyzing online poker strategies to aid professional poker players in decision making. After the poker boom ended, he put extra effort into building a T-shaped profile in leadership and software engineering.

Who this course is for:

  • This course is ideal for software developers and data scientists, who want to enrich their projects with machine learning.