SlideShare a Scribd company logo
1 of 16
Department of Information Technology & Security
College of CS and IT
Jazan University
Introduction to Data Science
(ITEC - 313)
Department Required Course
Course Information
Course
Title
Introduction to Data
Science
Course Code ITEC 313
Pre Req. Nil Level 7
Contact
Hrs.
2 hrs Theory + 2 Hrs. Lab Cr. Hrs. 3
Course Objective :
This course will develop the students’ ability to:
• Describe Data Science and the skill sets needed to be a data scientist.
• Understand the Data Science Process and how its components interact.
• Carry out basic statistical modeling and analysis.
• Explain the significance of exploratory data analysis (EDA) in data science.
• Apply basic tools (plots, graphs, summary statistics) to carry out EDA.
• Use APIs and other tools to scrap the Web and collect data.
• Apply EDA and the Data Science process in a case study.
Course Description
Data Science is the study of the generalizable extraction of knowledge from
data. Being a data scientist requires an integrated skill set spanning
mathematics, statistics, databases and other branches of computer science
along with a good understanding of the craft of problem formulation to
engineer effective solutions. This course will introduce students to this rapidly
growing field and equip them with some of its basic principles and tools as
well as its general mindset. Students will learn concepts, techniques and tools
they need to deal with various facets of data science practice, including data
collection and integration, exploratory data analysis, predictive modeling,
descriptive modeling, data product creation, evaluation, and effective
communication. The focus in the treatment of these topics will be on breadth,
rather than depth, and emphasis will be placed on integration and synthesis of
concepts and their application to solving problems. To make the learning
contextual, real datasets from a variety of disciplines will be used.
Course Learning Outcomes
CLOs
Aligned
PLOs
1 Knowledge and Understanding:
1.1 Define the basic concepts and terminologies of data science process K1
1.2 Explain the critical methods and techniques commonly used in data
science K1
2 Skills
2.1 Demonstrate proficiency with the methods and techniques for
obtaining, organizing, exploring and analyzing data S1
2.2 Analyze basic data analysis and statistical modeling tools to carry out
Exploratory Data Analysis (EDA) S3
3 Values
3.1 Evaluate and determine appropriate solutions for a problem using
Application Program Interface (API) and EDA
V3
CLOs with Assessment Methods
Code Course Learning Outcomes
Teaching
Strategies
Assessment
Methods
1.0 Knowledge and Understanding
1.1
Define the basic concepts and terminologies of
data science process
Visual & Verbal
[Lectures /
Presentations]
Mid Term,
Assignment, Final
Exam
1.2
Explain the critical methods and techniques
commonly used in data science
Visual & Verbal
[Lectures /
Presentations]
Mid Term,
Assignment, Final
Exam
2.0 Skills
2.1
Demonstrate proficiency with the methods and
techniques for obtaining, organizing, exploring
and analyzing data
Visual & Verbal
[Lectures /
Presentations]
Mid Term,
Assignment, Final
Exam
2.2
Analyze basic data analysis and statistical
modeling tools to carry out Exploratory Data
Analysis (EDA)
Visual & Verbal
[Lectures / Lab
Practical]
Assignment, Lab
Exam
3.0 Values
3.1
Evaluate and determine appropriate solutions
for a problem using Application Program
Interface (API) and EDA
Self-study
Visual & Verbal
[Lectures / Lab
Practical]
Quiz, Lab Exam
Teaching Material
Text Book
Learning Resources
Required Textbooks
1. Chirag Shah, “A Hands-On Introduction to Data Science”, 1st
Edition, © 2020 | ISBN-10:1108472443, ISBN-13:978-
1108472449, Cambridge University Press
Essential References
Materials
 Foster Provost and Tom Fawcett, “Data Science for Business:
What You Need to Know about Data Mining and Data-analytic
Thinking” ©2013 | ISBN 1449361323.
 Cathy O’Neil and Rachel Schutt, “Doing Data Science, Straight
Talk From The Frontline” © 2014 | ISBN: 978-1-449-35865-5.|
O’Reilly Publisher.
 Trevor Hastie, Robert Tibshirani and Jerome Friedman,
“Elements of Statistical Learning”, Second Edition ©2009 |
ISBN 0387952845. (free online)
Electronic Materials
https://www.datacamp.com/courses/
https://lms.jazanu.edu.sa/webapps/login
Other Learning
Materials
Text books:
 Mathematics for Machine Learning: https://mml-
book.github.io/
 An introduction to Data Science by Jeffrey Stanton
 The Elements of Data Analytic Style by Jeff Leek
 Exploratory Data Analysis with R, by Roger Peng
 OpenIntro Statistics, by Diez, Barr, and Centinkaya-Rundel
 R Programming for Data Science, by Roger Peng
Data Resources:
 UC Irvine Machine Learning Repository
https://archive.ics.uci.edu/ml/index.php
 Variety of consumer datasets
https://www.kaggle.com/datasets
 World Bank https://data.worldbank.org/data-catalog/
 US Government Data https://www.data.gov/
Learning Resources
Chapters to be Covered
Chapter 1: Introduction to Data Science
Chapter 2: Data
Chapter 3: Data Analysis
Chapter 4: Data Analytics
Chapter 5: Machine Learning
Self-Study
Chapter 6: Data Collection, Experimentation,
and Evaluation
Course Roadmap
Chapter Topics Weeks &
Hours
Chapter 1 Introduction to Data Science: Importance of Data Science,
Where Do We See Data Science? How Does Data Science
Relate to Other Fields? Skills for Data Science, A Data Science
Profile, Data Scientist’s tasks, Tools for Data Science, Issues
of Ethics, Bias, and Privacy in Data Science
Week 1
+
Week 2
4 Hours
Chapter 2 Data: Data Types, Structured Data, Unstructured Data,
Challenges with, Unstructured Data, Data Collections, Open
Data, Social Media Data, Multimodal Data, Data Storage and
Presentation, Data Pre-processing, Data Cleaning, Data
Integration, Data Transformation, Data Reduction, Data
Discretization
Week 3
+
Week 4
4 Hours
Chapter 3 Data Analysis: Data Analysis and Data Analytics, Descriptive
Analysis, Variables, Frequency Distribution, Measures of
Centrality, Dispersion of a Distribution
Week 5
+
Week 6
4 Hours
Course Roadmap
Chapter Topics Weeks &
Hours
Chapter 4 Diagnostic Analytics, Predictive Analytics,
Prescriptive Analytics, Exploratory Analysis,
Mechanistic Analysis
Week 1
+
Week 2
4 Hours
Chapter 5 Machine Learning: What Is Machine Learning?
Machine Learning Examples, Machine Learning
Applications, Machine Learning Algorithms,
Regression, Error Function or Cost Function,
Gradient Descent, Choosing ML Algorithm, Choosing
the right estimator
Week 3
+
Week 4
4 Hours
Chapter 6
(Self-Study)
Data Collection, Experimentation and Evaluation Week 5
+
Week 6
4 Hours
Lab Outline
CHAPTER ONE
STATISTICS
1.1 Type of data
1.1.1 Continuous
1.1.2 Discrete
1.1.3 Categorical
1.1.3.1 Ordinal
1.1.3.2 Nominal
1.1.4 Binary
1.2 Location Estimates
1.2.1 mean(average)
1.2.2 trimmed mean
1.2.3 weighted mean
1.2.4 median
1.2.5 mode
CHAPTER TWO
COVARIANCE AND CORRELATIONS
2.1 Covariance
2.1.1 Positive Covariance
2.1.2 Zero Covariance
2.2 Correlation Coefficient
2.2.1 Pearson Correlation
2.2.1.1 Positive Correlation
2.2.1.2 Negative
Correlation
CHAPTER THREE
PLOT 3D
5.1 Surface
5.2 wireframe
5.3 Line in 3D plane
5.4 Scatter in 3D plane
5.5 Sphere
5.6 Paraboloid
1.3 Variability Estimates
1.3.1 deviation
1.3.2 mean absolute deviation
(MAD)
1.3.3 variance
1.3.4 degree of freedom(dof)
1.3.5 standard deviation
1.3.6 range (max - min)
1.3.7 percentile
1.3.8 Quartiles
1.3.9 Inter Quartile Range (IQR)
1.3.10 skewness
1.3.10.1 unskewed
1.3.10.2 left skewed
1.3.10.3 right skewed
1.3.11 Kurtosis
1.4 Multi Variate Analysis
1.4.1 hexbin
1.4.2 boxplot
1.4.3 violinplot
Note: Working Platform : Google Colab
Grading Scheme (100%)
Assessments Coverage Allocation Marks
Assignment-1 Chapter 1 to 4 Week 2/Week 3 20
Midterm Exam Chapter 1, 2 Week 5/Week 6 15
Quiz (Online or
Offline)
Self-Study Chapter Week 8/Week 9 05
Final Lab Exam Lab Works in Practical
Manual
Week 9/Week 10 20
Final Exam Chapter 1 to 5 Week 11/Week 12 40
Total 100
Course Material
Introduction to Data Science (ITEC-313)
1. Course Description
2. Course Specification
3. Updated PPT
4. Self-Study Chapter
5. Lab Manual
6. Text Book
7. Road Map – 2022-23-3
8. Course Introduction PPT
Course Coordinator
Personal Profile
Dr. Nadim Rana
Lecturer, Department of IT and Security
Office No: 09
Email: nadimrana@jazanu.edu.sa
Mobile: 0543776607
Student Consultation Hours:
Monday: 10-12
Wednesday:10-12
Thank You
Please discuss the Course Outline,
Assessment methods, Grade distribution, Lab
assessment, etc. with students in the class.

More Related Content

Similar to 313 IDS _Course_Introduction_PPT.pptx

1. introduction to data science —
1. introduction to data science —1. introduction to data science —
1. introduction to data science —swethaT16
 
DATA MINING METHODOLOGIES TO STUDY STUDENT'S ACADEMIC PERFORMANCE USING THE...
DATA MINING METHODOLOGIES TO  STUDY STUDENT'S ACADEMIC  PERFORMANCE USING THE...DATA MINING METHODOLOGIES TO  STUDY STUDENT'S ACADEMIC  PERFORMANCE USING THE...
DATA MINING METHODOLOGIES TO STUDY STUDENT'S ACADEMIC PERFORMANCE USING THE...ijcsa
 
Data Structure Syllabus.pdf
Data Structure Syllabus.pdfData Structure Syllabus.pdf
Data Structure Syllabus.pdfMarvin158667
 
IRJET-Classifying Mined Online Discussion Data for Reflective Thinking based ...
IRJET-Classifying Mined Online Discussion Data for Reflective Thinking based ...IRJET-Classifying Mined Online Discussion Data for Reflective Thinking based ...
IRJET-Classifying Mined Online Discussion Data for Reflective Thinking based ...IRJET Journal
 
Course Syllabus For Operations Management
Course Syllabus For Operations ManagementCourse Syllabus For Operations Management
Course Syllabus For Operations ManagementYnal Qat
 
E.Leute: Learning the impact of Learning Analytics with an authentic dataset
E.Leute: Learning the impact of Learning Analytics with an authentic datasetE.Leute: Learning the impact of Learning Analytics with an authentic dataset
E.Leute: Learning the impact of Learning Analytics with an authentic datasetHendrik Drachsler
 
The Architecture of System for Predicting Student Performance based on the Da...
The Architecture of System for Predicting Student Performance based on the Da...The Architecture of System for Predicting Student Performance based on the Da...
The Architecture of System for Predicting Student Performance based on the Da...Thada Jantakoon
 
An Overview of Python for Data Analytics
An Overview of Python for Data AnalyticsAn Overview of Python for Data Analytics
An Overview of Python for Data AnalyticsIRJET Journal
 
Self Study Business Approach to DS_01022022.docx
Self Study Business Approach to DS_01022022.docxSelf Study Business Approach to DS_01022022.docx
Self Study Business Approach to DS_01022022.docxShanmugasundaram M
 
Machine learning techniques to improve data management and data quality
Machine learning techniques to improve data management and data quality Machine learning techniques to improve data management and data quality
Machine learning techniques to improve data management and data quality CDQ - Sharing Data Excellence
 
Oral Defense presentation
Oral Defense presentationOral Defense presentation
Oral Defense presentationDwayne Squires
 
Social Web: (Big) Data Mining | summer 2014/2015 course syllabus
Social Web: (Big) Data Mining | summer 2014/2015 course syllabusSocial Web: (Big) Data Mining | summer 2014/2015 course syllabus
Social Web: (Big) Data Mining | summer 2014/2015 course syllabusJakub Ruzicka
 
Dbms lab manual
Dbms lab manualDbms lab manual
Dbms lab manualArthyR3
 
Data Science for Every Student at RPI
Data Science for Every Student at RPIData Science for Every Student at RPI
Data Science for Every Student at RPISteven Miller
 
Learner Analytics: from Buzz to Strategic Role Academic Technologists
Learner Analytics:  from Buzz to Strategic Role Academic TechnologistsLearner Analytics:  from Buzz to Strategic Role Academic Technologists
Learner Analytics: from Buzz to Strategic Role Academic TechnologistsJohn Whitmer, Ed.D.
 

Similar to 313 IDS _Course_Introduction_PPT.pptx (20)

1. introduction to data science —
1. introduction to data science —1. introduction to data science —
1. introduction to data science —
 
DATA MINING METHODOLOGIES TO STUDY STUDENT'S ACADEMIC PERFORMANCE USING THE...
DATA MINING METHODOLOGIES TO  STUDY STUDENT'S ACADEMIC  PERFORMANCE USING THE...DATA MINING METHODOLOGIES TO  STUDY STUDENT'S ACADEMIC  PERFORMANCE USING THE...
DATA MINING METHODOLOGIES TO STUDY STUDENT'S ACADEMIC PERFORMANCE USING THE...
 
FDS_dept_ppt.pptx
FDS_dept_ppt.pptxFDS_dept_ppt.pptx
FDS_dept_ppt.pptx
 
Data Structure Syllabus.pdf
Data Structure Syllabus.pdfData Structure Syllabus.pdf
Data Structure Syllabus.pdf
 
IRJET-Classifying Mined Online Discussion Data for Reflective Thinking based ...
IRJET-Classifying Mined Online Discussion Data for Reflective Thinking based ...IRJET-Classifying Mined Online Discussion Data for Reflective Thinking based ...
IRJET-Classifying Mined Online Discussion Data for Reflective Thinking based ...
 
Lecture-2 Applied ML .pptx
Lecture-2 Applied ML .pptxLecture-2 Applied ML .pptx
Lecture-2 Applied ML .pptx
 
Course Syllabus For Operations Management
Course Syllabus For Operations ManagementCourse Syllabus For Operations Management
Course Syllabus For Operations Management
 
Be computer-engineering-2012
Be computer-engineering-2012Be computer-engineering-2012
Be computer-engineering-2012
 
E.Leute: Learning the impact of Learning Analytics with an authentic dataset
E.Leute: Learning the impact of Learning Analytics with an authentic datasetE.Leute: Learning the impact of Learning Analytics with an authentic dataset
E.Leute: Learning the impact of Learning Analytics with an authentic dataset
 
The Architecture of System for Predicting Student Performance based on the Da...
The Architecture of System for Predicting Student Performance based on the Da...The Architecture of System for Predicting Student Performance based on the Da...
The Architecture of System for Predicting Student Performance based on the Da...
 
2021 ME.pdf
2021 ME.pdf2021 ME.pdf
2021 ME.pdf
 
An Overview of Python for Data Analytics
An Overview of Python for Data AnalyticsAn Overview of Python for Data Analytics
An Overview of Python for Data Analytics
 
Self Study Business Approach to DS_01022022.docx
Self Study Business Approach to DS_01022022.docxSelf Study Business Approach to DS_01022022.docx
Self Study Business Approach to DS_01022022.docx
 
Machine learning techniques to improve data management and data quality
Machine learning techniques to improve data management and data quality Machine learning techniques to improve data management and data quality
Machine learning techniques to improve data management and data quality
 
Oral Defense presentation
Oral Defense presentationOral Defense presentation
Oral Defense presentation
 
Social Web: (Big) Data Mining | summer 2014/2015 course syllabus
Social Web: (Big) Data Mining | summer 2014/2015 course syllabusSocial Web: (Big) Data Mining | summer 2014/2015 course syllabus
Social Web: (Big) Data Mining | summer 2014/2015 course syllabus
 
Dbms lab manual
Dbms lab manualDbms lab manual
Dbms lab manual
 
Data Science for Every Student at RPI
Data Science for Every Student at RPIData Science for Every Student at RPI
Data Science for Every Student at RPI
 
lec1.pdf
lec1.pdflec1.pdf
lec1.pdf
 
Learner Analytics: from Buzz to Strategic Role Academic Technologists
Learner Analytics:  from Buzz to Strategic Role Academic TechnologistsLearner Analytics:  from Buzz to Strategic Role Academic Technologists
Learner Analytics: from Buzz to Strategic Role Academic Technologists
 

Recently uploaded

ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfUmakantAnnand
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfakmcokerachita
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxRoyAbrique
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsKarinaGenton
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 

Recently uploaded (20)

ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.Compdf
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdf
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its Characteristics
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 

313 IDS _Course_Introduction_PPT.pptx

  • 1. Department of Information Technology & Security College of CS and IT Jazan University Introduction to Data Science (ITEC - 313) Department Required Course
  • 2. Course Information Course Title Introduction to Data Science Course Code ITEC 313 Pre Req. Nil Level 7 Contact Hrs. 2 hrs Theory + 2 Hrs. Lab Cr. Hrs. 3 Course Objective : This course will develop the students’ ability to: • Describe Data Science and the skill sets needed to be a data scientist. • Understand the Data Science Process and how its components interact. • Carry out basic statistical modeling and analysis. • Explain the significance of exploratory data analysis (EDA) in data science. • Apply basic tools (plots, graphs, summary statistics) to carry out EDA. • Use APIs and other tools to scrap the Web and collect data. • Apply EDA and the Data Science process in a case study.
  • 3. Course Description Data Science is the study of the generalizable extraction of knowledge from data. Being a data scientist requires an integrated skill set spanning mathematics, statistics, databases and other branches of computer science along with a good understanding of the craft of problem formulation to engineer effective solutions. This course will introduce students to this rapidly growing field and equip them with some of its basic principles and tools as well as its general mindset. Students will learn concepts, techniques and tools they need to deal with various facets of data science practice, including data collection and integration, exploratory data analysis, predictive modeling, descriptive modeling, data product creation, evaluation, and effective communication. The focus in the treatment of these topics will be on breadth, rather than depth, and emphasis will be placed on integration and synthesis of concepts and their application to solving problems. To make the learning contextual, real datasets from a variety of disciplines will be used.
  • 4. Course Learning Outcomes CLOs Aligned PLOs 1 Knowledge and Understanding: 1.1 Define the basic concepts and terminologies of data science process K1 1.2 Explain the critical methods and techniques commonly used in data science K1 2 Skills 2.1 Demonstrate proficiency with the methods and techniques for obtaining, organizing, exploring and analyzing data S1 2.2 Analyze basic data analysis and statistical modeling tools to carry out Exploratory Data Analysis (EDA) S3 3 Values 3.1 Evaluate and determine appropriate solutions for a problem using Application Program Interface (API) and EDA V3
  • 5. CLOs with Assessment Methods Code Course Learning Outcomes Teaching Strategies Assessment Methods 1.0 Knowledge and Understanding 1.1 Define the basic concepts and terminologies of data science process Visual & Verbal [Lectures / Presentations] Mid Term, Assignment, Final Exam 1.2 Explain the critical methods and techniques commonly used in data science Visual & Verbal [Lectures / Presentations] Mid Term, Assignment, Final Exam 2.0 Skills 2.1 Demonstrate proficiency with the methods and techniques for obtaining, organizing, exploring and analyzing data Visual & Verbal [Lectures / Presentations] Mid Term, Assignment, Final Exam 2.2 Analyze basic data analysis and statistical modeling tools to carry out Exploratory Data Analysis (EDA) Visual & Verbal [Lectures / Lab Practical] Assignment, Lab Exam 3.0 Values 3.1 Evaluate and determine appropriate solutions for a problem using Application Program Interface (API) and EDA Self-study Visual & Verbal [Lectures / Lab Practical] Quiz, Lab Exam
  • 7. Learning Resources Required Textbooks 1. Chirag Shah, “A Hands-On Introduction to Data Science”, 1st Edition, © 2020 | ISBN-10:1108472443, ISBN-13:978- 1108472449, Cambridge University Press Essential References Materials  Foster Provost and Tom Fawcett, “Data Science for Business: What You Need to Know about Data Mining and Data-analytic Thinking” ©2013 | ISBN 1449361323.  Cathy O’Neil and Rachel Schutt, “Doing Data Science, Straight Talk From The Frontline” © 2014 | ISBN: 978-1-449-35865-5.| O’Reilly Publisher.  Trevor Hastie, Robert Tibshirani and Jerome Friedman, “Elements of Statistical Learning”, Second Edition ©2009 | ISBN 0387952845. (free online)
  • 8. Electronic Materials https://www.datacamp.com/courses/ https://lms.jazanu.edu.sa/webapps/login Other Learning Materials Text books:  Mathematics for Machine Learning: https://mml- book.github.io/  An introduction to Data Science by Jeffrey Stanton  The Elements of Data Analytic Style by Jeff Leek  Exploratory Data Analysis with R, by Roger Peng  OpenIntro Statistics, by Diez, Barr, and Centinkaya-Rundel  R Programming for Data Science, by Roger Peng Data Resources:  UC Irvine Machine Learning Repository https://archive.ics.uci.edu/ml/index.php  Variety of consumer datasets https://www.kaggle.com/datasets  World Bank https://data.worldbank.org/data-catalog/  US Government Data https://www.data.gov/ Learning Resources
  • 9. Chapters to be Covered Chapter 1: Introduction to Data Science Chapter 2: Data Chapter 3: Data Analysis Chapter 4: Data Analytics Chapter 5: Machine Learning Self-Study Chapter 6: Data Collection, Experimentation, and Evaluation
  • 10. Course Roadmap Chapter Topics Weeks & Hours Chapter 1 Introduction to Data Science: Importance of Data Science, Where Do We See Data Science? How Does Data Science Relate to Other Fields? Skills for Data Science, A Data Science Profile, Data Scientist’s tasks, Tools for Data Science, Issues of Ethics, Bias, and Privacy in Data Science Week 1 + Week 2 4 Hours Chapter 2 Data: Data Types, Structured Data, Unstructured Data, Challenges with, Unstructured Data, Data Collections, Open Data, Social Media Data, Multimodal Data, Data Storage and Presentation, Data Pre-processing, Data Cleaning, Data Integration, Data Transformation, Data Reduction, Data Discretization Week 3 + Week 4 4 Hours Chapter 3 Data Analysis: Data Analysis and Data Analytics, Descriptive Analysis, Variables, Frequency Distribution, Measures of Centrality, Dispersion of a Distribution Week 5 + Week 6 4 Hours
  • 11. Course Roadmap Chapter Topics Weeks & Hours Chapter 4 Diagnostic Analytics, Predictive Analytics, Prescriptive Analytics, Exploratory Analysis, Mechanistic Analysis Week 1 + Week 2 4 Hours Chapter 5 Machine Learning: What Is Machine Learning? Machine Learning Examples, Machine Learning Applications, Machine Learning Algorithms, Regression, Error Function or Cost Function, Gradient Descent, Choosing ML Algorithm, Choosing the right estimator Week 3 + Week 4 4 Hours Chapter 6 (Self-Study) Data Collection, Experimentation and Evaluation Week 5 + Week 6 4 Hours
  • 12. Lab Outline CHAPTER ONE STATISTICS 1.1 Type of data 1.1.1 Continuous 1.1.2 Discrete 1.1.3 Categorical 1.1.3.1 Ordinal 1.1.3.2 Nominal 1.1.4 Binary 1.2 Location Estimates 1.2.1 mean(average) 1.2.2 trimmed mean 1.2.3 weighted mean 1.2.4 median 1.2.5 mode CHAPTER TWO COVARIANCE AND CORRELATIONS 2.1 Covariance 2.1.1 Positive Covariance 2.1.2 Zero Covariance 2.2 Correlation Coefficient 2.2.1 Pearson Correlation 2.2.1.1 Positive Correlation 2.2.1.2 Negative Correlation CHAPTER THREE PLOT 3D 5.1 Surface 5.2 wireframe 5.3 Line in 3D plane 5.4 Scatter in 3D plane 5.5 Sphere 5.6 Paraboloid 1.3 Variability Estimates 1.3.1 deviation 1.3.2 mean absolute deviation (MAD) 1.3.3 variance 1.3.4 degree of freedom(dof) 1.3.5 standard deviation 1.3.6 range (max - min) 1.3.7 percentile 1.3.8 Quartiles 1.3.9 Inter Quartile Range (IQR) 1.3.10 skewness 1.3.10.1 unskewed 1.3.10.2 left skewed 1.3.10.3 right skewed 1.3.11 Kurtosis 1.4 Multi Variate Analysis 1.4.1 hexbin 1.4.2 boxplot 1.4.3 violinplot Note: Working Platform : Google Colab
  • 13. Grading Scheme (100%) Assessments Coverage Allocation Marks Assignment-1 Chapter 1 to 4 Week 2/Week 3 20 Midterm Exam Chapter 1, 2 Week 5/Week 6 15 Quiz (Online or Offline) Self-Study Chapter Week 8/Week 9 05 Final Lab Exam Lab Works in Practical Manual Week 9/Week 10 20 Final Exam Chapter 1 to 5 Week 11/Week 12 40 Total 100
  • 14. Course Material Introduction to Data Science (ITEC-313) 1. Course Description 2. Course Specification 3. Updated PPT 4. Self-Study Chapter 5. Lab Manual 6. Text Book 7. Road Map – 2022-23-3 8. Course Introduction PPT
  • 15. Course Coordinator Personal Profile Dr. Nadim Rana Lecturer, Department of IT and Security Office No: 09 Email: nadimrana@jazanu.edu.sa Mobile: 0543776607 Student Consultation Hours: Monday: 10-12 Wednesday:10-12
  • 16. Thank You Please discuss the Course Outline, Assessment methods, Grade distribution, Lab assessment, etc. with students in the class.