0% found this document useful (0 votes)
58 views

Artificial Intelligence: An Introduction: Fabio Mart Inez, PH.D

This document provides an introduction and outline for an Artificial Intelligence course taught by Fabio Martínez. The course covers topics such as Python, machine learning algorithms like Naive Bayes and support vector machines, planning and search techniques, and intelligent agents. Students will complete problem sets, quizzes, and a functional AI project. Example projects include automatic student lists, analyzing Twitter data, and applications in agriculture, finance, robotics or the web. The goal is for students to gain coding experience applying AI concepts and developing small applications.

Uploaded by

david2122910
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
58 views

Artificial Intelligence: An Introduction: Fabio Mart Inez, PH.D

This document provides an introduction and outline for an Artificial Intelligence course taught by Fabio Martínez. The course covers topics such as Python, machine learning algorithms like Naive Bayes and support vector machines, planning and search techniques, and intelligent agents. Students will complete problem sets, quizzes, and a functional AI project. Example projects include automatic student lists, analyzing Twitter data, and applications in agriculture, finance, robotics or the web. The goal is for students to gain coding experience applying AI concepts and developing small applications.

Uploaded by

david2122910
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 20

Artificial Intelligence: An introduction

Fabio Martı́nez, Ph.D

Escuela de ingenierı́a de sistemas e informática


Universidad Industrial de Santander

August 15 -2018

1/20
Información del profesor

I Nombre: Fabio Martı́nez Carrillo


I Correo (contacto y comunicación):
famarcar@saber.uis.edu.co
I Página Web: contenido del curso
curso GITHUB

2/20
Course outline

I Python and statistic introduction


I Machine Learning
I Planning and Search

I The course is mainly based on the conding of I.A


concepts and the develop of small applications
I The course is focus on the analysis and study of I.A
algorithms

3/20
Python and statistic introduction

4/20
Python and statistic introduction

I Some about Python


I Some abount statistic
I Bayes introduction

5/20
Machine Learning

I Naive Bayes
I Classification
trees
I Suppor vector
machine
I non-
supervised
learning
I computer
vision
applications

6/20
Big challenges

Now, algorithms can create new things . . . as abstract as the


art! (Netflix 5:15. Bill Nye)

7/20
Big challenges

8/20
Big challenges

ALPHA-GO

9/20
Big challenges

ALPHA-GO

10/20
Big challenges

IMAGENET Netflix 22:30. Bill Nye

11/20
As support for desicions

I Medicine
I Politics
I Laws

12/20
Planning and Search

I planning and searching


I genetic algorithms
I simulated annealing
I deep-learning
introduction(machine
learning again)

13/20
NOVA Rise of the Robots

14/20
y ahora ...Atlas. Google again

15/20
DARPA

16/20
Intelligent agents

Basics of IA: intelligent agents

Autonomous entity which observes through sensors and acts


upon an environment using actuators

Processing of perception
What is the function that maps from sensor
to actuators?
17/20
Structure of the Course

I 40% Talleres (Problemsets)


I 30% Parciales (Quizes)
I 30 % + [10% ,20 %, 30 %] Proyecto funcional IA
I +10 % Online courses (MOOC)

curso GITHUB

18/20
Expected projects

I Automatic student list


I non supervised twitter applications
I fruit selection or agriculture applications
I finance, robotics, web
I Theorical approaches are also welcome: to mix genetic
algorithms with classifiers?

19/20
Thank you for your attention . . .

. . . It’s time to wake up

20/20

You might also like