Data Science Grade XII Version 1.0 Chapter 1: Data

Published  . 0 views
↓ Download
Data Science Grade XII Version 1.0 Chapter 1: Data
1 / 1
Data Science Grade XII Version 1.0 Chapter 1: Data - slide 1 of 44 Data Science Grade XII Version 1.0 Chapter 1: Data - slide 2 of 44 Data Science Grade XII Version 1.0 Chapter 1: Data - slide 3 of 44 Data Science Grade XII Version 1.0 Chapter 1: Data - slide 4 of 44 Data Science Grade XII Version 1.0 Chapter 1: Data - slide 5 of 44 Data Science Grade XII Version 1.0 Chapter 1: Data - slide 6 of 44 Data Science Grade XII Version 1.0 Chapter 1: Data - slide 7 of 44 Data Science Grade XII Version 1.0 Chapter 1: Data - slide 8 of 44 Data Science Grade XII Version 1.0 Chapter 1: Data - slide 9 of 44 Data Science Grade XII Version 1.0 Chapter 1: Data - slide 10 of 44 Data Science Grade XII Version 1.0 Chapter 1: Data - slide 11 of 44 Data Science Grade XII Version 1.0 Chapter 1: Data - slide 12 of 44 Data Science Grade XII Version 1.0 Chapter 1: Data - slide 13 of 44 Data Science Grade XII Version 1.0 Chapter 1: Data - slide 14 of 44 Data Science Grade XII Version 1.0 Chapter 1: Data - slide 15 of 44 Data Science Grade XII Version 1.0 Chapter 1: Data - slide 16 of 44 Data Science Grade XII Version 1.0 Chapter 1: Data - slide 17 of 44 Data Science Grade XII Version 1.0 Chapter 1: Data - slide 18 of 44 Data Science Grade XII Version 1.0 Chapter 1: Data - slide 19 of 44 Data Science Grade XII Version 1.0 Chapter 1: Data - slide 20 of 44 Data Science Grade XII Version 1.0 Chapter 1: Data - slide 21 of 44 Data Science Grade XII Version 1.0 Chapter 1: Data - slide 22 of 44 Data Science Grade XII Version 1.0 Chapter 1: Data - slide 23 of 44 Data Science Grade XII Version 1.0 Chapter 1: Data - slide 24 of 44 Data Science Grade XII Version 1.0 Chapter 1: Data - slide 25 of 44 Data Science Grade XII Version 1.0 Chapter 1: Data - slide 26 of 44 Data Science Grade XII Version 1.0 Chapter 1: Data - slide 27 of 44 Data Science Grade XII Version 1.0 Chapter 1: Data - slide 28 of 44 Data Science Grade XII Version 1.0 Chapter 1: Data - slide 29 of 44 Data Science Grade XII Version 1.0 Chapter 1: Data - slide 30 of 44 Data Science Grade XII Version 1.0 Chapter 1: Data - slide 31 of 44 Data Science Grade XII Version 1.0 Chapter 1: Data - slide 32 of 44 Data Science Grade XII Version 1.0 Chapter 1: Data - slide 33 of 44 Data Science Grade XII Version 1.0 Chapter 1: Data - slide 34 of 44 Data Science Grade XII Version 1.0 Chapter 1: Data - slide 35 of 44 Data Science Grade XII Version 1.0 Chapter 1: Data - slide 36 of 44 Data Science Grade XII Version 1.0 Chapter 1: Data - slide 37 of 44 Data Science Grade XII Version 1.0 Chapter 1: Data - slide 38 of 44 Data Science Grade XII Version 1.0 Chapter 1: Data - slide 39 of 44 Data Science Grade XII Version 1.0 Chapter 1: Data - slide 40 of 44 Data Science Grade XII Version 1.0 Chapter 1: Data - slide 41 of 44 Data Science Grade XII Version 1.0 Chapter 1: Data - slide 42 of 44 Data Science Grade XII Version 1.0 Chapter 1: Data - slide 43 of 44 Data Science Grade XII Version 1.0 Chapter 1: Data - slide 44 of 44
Description: Data Science Grade XII Version 1.0 Chapter 1: Data Governance At the end of this chapter, students should be able to understand: What is data governance? What are the guidelines for the ethical handling of data? What is data privacy? What

Related Topics

Download Presentation

"Data Science Grade XII Version 1.0 Chapter 1: Data" is the property of its rightful owner. Permission is granted to download and print the materials on this website for personal, non-commercial use only, and to display it on your personal computer provided you do not modify the materials and that you retain all copyright notices contained in the materials. By downloading content from our website, you accept the terms of this agreement.

Presentation Transcript

slide1. Data Science Grade XII Version 1.0<br>
slide2. Chapter 1: Data Governance At the end of this chapter, students should be able to understand:

What is data governance?
What are the guidelines for the ethical handling of data?
What is data privacy?<br>
slide3. What is Data Governance? Data governance can be thought of as a collection of people, technologies, processes, and policies that protect and help to manage efficient use of data.
Through data governance, we can ensure that the quality and security of the data used is maintained.
Data Governance covers the following aspects.
Data Quality
Data Security
Data Architecture
Data Integration and Interoperability
Data Storage<br>
slide4. Ethical Guidelines Ethics can be said to be the moral principles that govern the behavior or actions of an individual or a group.
To begin with we must make sure that qualities such as integrity, honesty, objectivity, nondiscrimination are always part of the high-level principles which should be incorporated in all our processes.

Software products and data are not always used for purposes which are good for society.

Some of the guidelines include the following.
Keep the data secure.
Be as open and accountable as possible
Use technologies that has the minimum intrusion.<br>
slide5. Data Privacy Data privacy is the right of any individual to have control over how his or her personal information is collected and used.

Data privacy covers the following aspects.

How personal data is collected and stored by organizations.
Whether and how personal data is shared with third parties.
Government policies regarding the storage and sharing of personal information.<br>
slide6. Data Privacy Data privacy is not just about secure data storage. There could be cases where personal identifiable information is collected and stored securely in an encrypted format, without any consent from the users regarding the collection of the data itself. In such cases, there is a clear violation of data privacy rules.<br>
slide7. Chapter 2: Exploratory Data Analysis This chapter aims the concepts of exploring and cleaning data before performing machine learning operations on it. At the end of this chapter students should be able to understand:

Univariate Analysis
Multivariate Analysis
Data Cleaning Techniques<br>
slide8. Univariate Analysis<br>
slide9. Univariate Analysis Univariate analysis techniques<br>
slide10. Univariate Analysis Use of statistical techniques in univariate analysis Some statistical methods for univariate analysis include looking at:
Mean
Median
Mode
Range
Variance
Maximum
Minimum
Quartiles
Standard deviation.<br>
slide11. Univariate Analysis Use of graphical techniques in univariate analysis Some graphical methods for univariate analysis involve preparing:
frequency distribution tables
bar charts
Histograms
frequency polygons
pie charts.<br>
slide12. Examples of graphical method for univariate analysis Scatter plot Boxplot Histogram<br>
slide13. Bivariate Analysis<br>
slide14. Bivariate Analysis What are the different methods to perform bivariate analysis? Bivariate analysis is usually done by using graphical methods like
scatter plots
line charts
pair plots.<br>
slide15. Multivariate Analysis<br>
slide16. Multivariate Analysis What are the different methods to perform multivariate analysis? Different methods to perform multivariate analysis are:
Canonical Correlation Analysis
Cluster Analysis
Contour plots
Principal Component Analysis.<br>
slide17. Data Cleaning Data cleaning has the following steps.

Remove duplicate observations
Remove irrelevant observations
Remove unwanted outliers
Fix data type issues
Handle missing data<br>
slide18. Chapter 3: Classification Algorithms I This chapter aims at helping students understand concept of Classification with Decision Trees. At the end of this chapter, students should be able to understand:

What is a Decision Tree?
Applications of Decision Trees
How to create a Decision Tree?<br>
slide19. Introduction to Decision Trees A decision tree is a diagrammatic representation of the decision-making process and has a tree like structure.<br>
slide20. Applications of Decision Trees<br>
slide21. Creating a Decision Tree To create a decision tree, follow the steps below<br>
slide22. Chapter 4: Classification Algorithms II This chapter aims at helping students understand another important classification algorithm – K Nearest Neighbors. At the end of this chapter, students should be able to understand:

What is K Nearest Neighbors?
Pros and Cons of K-NN
What is Cross Validation?<br>
slide23. Introduction to K-Nearest Neighbors The K-NN algorithm works on the principal that similar things exist in close proximity to each other.<br>
slide24. How K-NN algorithm works<br>
slide25. Pros and Cons of using K-NN<br>
slide26. Cross Validation Steps involved in cross validation are as follows.<br>
slide27. Chapter 5: Regression Algorithms I This chapter aims at to introduce the concepts of regression to the students. By the end of this chapter, students should be able to understand:

What is Linear Regression?
What is Mean Square Deviation?
What is Mean Absolute Error?<br>
slide28. Introduction to Linear Regression Linear regression helps to explain the relationship between a variable y given the values of some variable x.<br>
slide29. Mean Absolute Error Mean Absolute Error measures the average magnitude of the errors in a set of predictions.<br>
slide30. Root Mean Square Deviation<br>
slide31. Root Mean Square Deviation<br>
slide32. Chapter 6: Regression Algorithms II This chapter aims to dive deeper into regression concepts by teaching students about regression with multiple variables. At the end of this chapter, students should be able to understand:

Multiple Linear Regression
Non-linear Regression<br>
slide33. Multiple Linear Regression Multiple Linear Regression uses multiple independent variables to predict the outcome of a dependent variable.<br>
slide34. Non-linear Regression The graph of non-linear regression follows equation of a curve.<br>
slide35. Chapter 7: Unsupervised Learning This chapter aims at helping students understand concepts of Unsupervised Learning. At the end of this chapter, students should be able to understand:

What is Unsupervised Learning?
Applications of unsupervised learning
What is Clustering?
What is k -means Clustering?<br>
slide36. Introduction to Unsupervised Learning<br>
slide37. Introduction to Unsupervised Learning<br>
slide38. Real world applications of Unsupervised Learning<br>
slide39. Introduction to Clustering<br>
slide40. Introduction to Clustering As shown in the diagram above, the input for a clustering algorithm is the original raw data and the output is a well clustered data set with three distinct clusters.<br>
slide41. Introduction to Clustering There are many ways to perform clustering. Here are some of the main clustering methods.<br>
slide42. K-Means Clustering What is K-Means clustering?<br>
slide43. K-Means Clustering The k-means clustering algorithm works is as follows:<br>
slide44. Thank You<br>