This document provides a non-technical introduction to artificial intelligence and machine learning. It discusses what AI is, how intelligent agents work using both symbolic and connectionist approaches. It also describes the main types of machine learning tasks including supervised learning, unsupervised learning, reinforcement learning, and semi-supervised learning. Finally, it showcases some current applications of deep learning like self-driving cars, game playing, image generation and more.
1 of 38
Download to read offline
More Related Content
Intro to machine intelligence - Bamilo
1. Machine Intelligence
A non-technical introduction to artificial intelligence and modern machine learning
Hamidreza Hosseinkhani
August 2018 - Bamilo
7. Agent Function
Implement the explicit knowledge as an
logic-based algorithm (Symbolic AI)
(Expert Systems)
Learn a model of knowledge implicitly
from experience (Connectionist AI)
(Machine Learning)
9. Machine Learning (Learning from experience)
ML tasks based on the shape of the dataset:
Supervised Learning
Unsupervised Learning
Semi-supervised Learning
Reinforcement Learning