0% found this document useful (0 votes)
37 views25 pages

Class 1 - Introduction To The Module

This document provides a profile for Professor Jesús Manuel Vázquez Nicolás, who is teaching the course "Advanced Artificial Intelligence for Data Science I". It outlines his educational background, including a Bachelor's degree in Mechatronics, a Master's degree in Computer Engineering, and a PhD in Autonomous Systems for Aerial and Underwater Navigation. It also mentions research stays in Brazil, France, and his current position as a Professor and Senior Computer Vision Engineer at Tecnológico de Monterrey.

Uploaded by

MauJuarezSan
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)
37 views25 pages

Class 1 - Introduction To The Module

This document provides a profile for Professor Jesús Manuel Vázquez Nicolás, who is teaching the course "Advanced Artificial Intelligence for Data Science I". It outlines his educational background, including a Bachelor's degree in Mechatronics, a Master's degree in Computer Engineering, and a PhD in Autonomous Systems for Aerial and Underwater Navigation. It also mentions research stays in Brazil, France, and his current position as a Professor and Senior Computer Vision Engineer at Tecnológico de Monterrey.

Uploaded by

MauJuarezSan
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/ 25

Tecnológico de Monterrey - CCM

TC3006C
Advanced Artificial Intelligence for Data
Science I

Module 2: Statistics for data science

Introduction to the module


Module 2 Professor: Jesús Manuel Vázquez Nicolás 1
Professor Profile
Jesús Manuel Vázquez Nicolás, PhD

Jesús Manuel Pérez, PhD

Professor at Tecnológico de Monterrey.


Senior Computer Vision Engineer

Module 2 Professor: Jesús Manuel Vázquez Nicolás 2


Professor Profile
Bachelor's degree in Mechatronics
UPIITA-Instituto Politécnico Nacional
Thesis: 'Kinesthetic Teleoperation System for a Mobile Manipulator'

Module 2 Professor: Jesús Manuel Vázquez Nicolás 3


Professor Profile

Module 2 Professor: Jesús Manuel Vázquez Nicolás 4


Professor Profile

One semester of the degree (Brazil) at


Universidade Estadual de Campinas

Module 2 Professor: Jesús Manuel Vázquez Nicolás 5


Professor Profile
Master of Science in Computer Engineering
Centro de Investigación en Computación - IPN
Thesis: 'Monitoring and Tracking System for People
using Computer Vision with a focus on security.'

Module 2 Professor: Jesús Manuel Vázquez Nicolás 6


Professor Profile

Research stay (France)

● Institut Polytechnique Des Sciences Avancées


● Université d'Evry-Val-d'Essonne

Trabajo: Optimal grasping points identification for


a rotational four-fingered aerogripper

Module 2 Professor: Jesús Manuel Vázquez Nicolás 7


Professor Profile

Module 2 Professor: Jesús Manuel Vázquez Nicolás 8


Professor Profile
PhD in Autonomous Systems for Aerial and Underwater Navigation
CINVESTAV-IPN
Thesis: 'Autonomous Navigation of an Aerial Robot for Inspection Tasks on Structures

Module 2 Professor: Jesús Manuel Vázquez Nicolás 9


Professor Profile

Module 2 Professor: Jesús Manuel Vázquez Nicolás 10


Now it's your turn...

Name

Why did you choose this course?

Hobbies

Life goal

Module 2 Professor: Jesús Manuel Vázquez Nicolás 11


Contact Information

E-mail:

jesus_vazquez@tec.mx
jvazq150@ford.com

Instant messaging:

Module 2 Professor: Jesús Manuel Vázquez Nicolás 12


Assessment Plan

Module 2 Professor: Jesús Manuel Vázquez Nicolás 13


Activities
During the module, we will be conducting various activities such as quizzes and coding
exercises. All activities are part of the assessment, and it is important to complete
them.

Module 2 Professor: Jesús Manuel Vázquez Nicolás 14


Basic Rules
1. Class start time: 7:00 p.m.

2. Respect is fundamental among class members, both in the classroom and on Slack.

3. Activities that appear to be copied will lower your grade, potentially leading to their
nullification.

4. Quizzes will be conducted during class, so if you do not attend, you will miss that
evaluation

Module 2 Professor: Jesús Manuel Vázquez Nicolás 15


Software tools

Module 2 Professor: Jesús Manuel Vázquez Nicolás 16


Syllabus

Module 2 Professor: Jesús Manuel Vázquez Nicolás 17


What is AI and Data Science?

● Artificial Intelligence: Branch of


computer science that seeks to develop
algorithms, models, and techniques that
enable machines to learn and make
decisions in a way similar to humans.

● Data Science: Interdisciplinary field that


uses scientific methods, algorithms, and
systems to extract knowledge and
insights from various types of data.

Module 2 Professor: Jesús Manuel Vázquez Nicolás 18


How do DS and AI relate to each other?

Artificial Intelligence (AI): Focuses on creating


algorithms that enable machines to perform tasks that
require intelligence, such as learning, reasoning, and
perception.

Data Science (DS): Multidisciplinary field centered


around extracting knowledge and insights from data. It
uses scientific techniques, processes, and systems for
data analysis.

Point of Intersection: Machine Learning - This is the


area where AI and DS overlap the most, allowing for
data-driven analysis and predictions.

Module 2 Professor: Jesús Manuel Vázquez Nicolás 19


What is the way?

Module 2 Professor: Jesús Manuel Vázquez Nicolás 20


Applications
● Customer Service: Chatbots and virtual assistants can handle a wide variety of customer
inquiries, providing quick and accurate responses 24/7.

● Autonomous Vehicles: Autonomous cars, trucks, and drones use AI to navigate the world
safely and efficiently.

● Fraud Detection: In the financial sector, AI is used to identify patterns of suspicious behavior
and prevent fraud.

● Personalized Medicine: Data Science and AI are being used to develop personalized
treatments based on the individual characteristics of each patient.

● Weather Prediction: Machine learning algorithms can analyze massive amounts of weather
data to predict weather conditions.

Module 2 Professor: Jesús Manuel Vázquez Nicolás 21


Applications
● Personalized Marketing: Companies use Data Science to personalize their marketing
campaigns, offering customers products and services that fit their interests and needs.

● Smart Agriculture: With the help of AI and Data Science, farmers can optimize their
practices to increase efficiency and productivity.

● Inventory Control: Companies use AI to optimize inventory management, improving


efficiency and minimizing waste.

● Internet Search: Search engines use AI to provide more accurate and relevant results to
users.

Module 2 Professor: Jesús Manuel Vázquez Nicolás 22


Why are data important?

The quality of the data used to feed an artificial


intelligence or data science model is fundamental
to its success.

If the input data is filled with errors, inaccuracies,


or biases, the results produced by the model will
also be filled with errors and inaccuracies,
regardless of how sophisticated the model is.

Models, no matter how advanced they are, are


only as good as the data they are trained on.

Module 2 Professor: Jesús Manuel Vázquez Nicolás 23


Why are data important?
This is why a significant part of the work in data science and artificial intelligence is dedicated to
data collection, cleaning, transformation, and analysis. This process is crucial to ensure that the
data is in a format that the models can effectively use and that it accurately and fairly represents the
phenomenon or process being modeled.

Therefore, it is essential for any data scientist or AI engineer to understand their data and dedicate
the necessary time to preprocess and analyze them before selecting and training a model.

Module 2 Professor: Jesús Manuel Vázquez Nicolás 24


References

1. Grus, J. (2019). Data science from scratch: First Principles with Python. O’Reilly Media.

2. Bruce, P., Bruce, P. C., Bruce, A., & Gedeck, P. (2020). Practical Statistics for data scientists:
50+ Essential Concepts Using R and Python. O’Reilly Media.

3. Nield, T. (2022). Essential math for data science: Take Control of Your Data with Fundamental
Linear Algebra, Probability, and Statistics. O’Reilly Media.

4. Reis, J., & Housley, M. (2022). Fundamentals of Data Engineering: Plan and Build Robust
Data Systems. O’Reilly Media.

Module 2 Professor: Jesús Manuel Vázquez Nicolás 25

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy