Jerry's Blog

Recording what I learned everyday

View on GitHub


8 January 2020

AI(1) -- Introduction

by Jerry Zhang

New Applications

Code Repository / Website

aima.cs.berkeley.edu

What is AI?

Thinking Humanly, Thinking Rationally, Acting Humanly, Acting Rationally.

The Turing Test

if a human interogator, after posing some written questions, cannot tell whether the written responses come from a person or from a computer.

The computer would need to possess the following capabilities:

Total Turing Test

includes a video signal, will need:

This book concentrates on general princiles of rational agents and on components for constructing them.

The Foundations of Artificial Intelligence

Philosophy

syllogisms, rationalism, empiricism, confirmation theory.

connection between knowledge and action.

Mathematics

Boole, first-order logic, computable, tractability, NP-completeness, probability.

Economics

Decision theory, game theory, operations research, Markov decision processes

Neuroscience

a collection of simple cells can lead to thought, action, and consciousness.

Psychology

Cognitive psychology

Computer engineering

Control theory and cybernetics

Linguistics

computational linguistics or natural language processing, knowledge representation

The History of Artificial Intelligence

tags: AI