SlideShare ist ein Scribd-Unternehmen logo
1 von 66
Downloaden Sie, um offline zu lesen
Data Analytics process in
Learning and Academic
Analytics projects
Day 3: Data processing
Alex Rayón Jerez
alex.rayon@deusto.es
DeustoTech Learning – Deusto Institute of Technology – University of Deusto
Avda. Universidades 24, 48007 Bilbao, Spain
www.deusto.es
Table of contents
● Data dimensions
● Applications
● Data processing in an ETL refined data
● Knowledge discovery
Table of contents
● Data dimensions
● Applications
● Data processing in an ETL refined data
● Knowledge discovery
Data dimensions
Summary
[Verbert2011]
Data dimensions
1) Computing
● Software
○ Example
■ Q1. Among the tools, which is more representative of
the final grade?
■ Q5. Which is the impact of the social networks in the
group composition?
■ Q6. Which tools are more prone to foster
collaboration?
■ Q7. The use of some collaboration tools has effect on
the final grade?
● Hardware
● Network
Data dimensions
2) Location
● Quantitative
● Qualitative
Data dimensions
3) Time
● Timestamp
● Time interval
Data dimensions
4) Activity
● Events
● Tasks
● Goals
● Subject
○ Example
■ Q2. Which are the differences in terms of grades
between this subject and other subjects where we
already know the final grade?
Data dimensions
5) Physical condition
● Noise level
● Lighting
● ...
Data dimensions
6) Resource
● Physical resource
● Virtual resource
Data dimensions
7) User
● Basic info
○ Example
■ Q3. Is there any gender difference in the use of the
tools?
● Knowledge
● Interest
● Goals
○ Short-term
○ Long-term
● Learning styles
● Affects
● Background
Data dimensions
8) Relations
● Social relations
○ Example
■ Q4. Are there groups of people that repeatedly
collaborate in different tools?
■ Q4. Do these groups repeat over time?
● Functional relations
● Compositional relations
● Proximity
● Orientation
● Communication
Table of contents
● Data dimensions
● Applications
● Data processing in an ETL refined data
● Knowledge discovery
Applications
Why do learners use analytics?
[Ferguson2014]
● Monitor their own activities and interactions
● Monitor the learning process
● Compare their activity with that of others
● Increase awareness, reflect and self reflect
● Improve discussion participation
● Improve learning behaviour
● Improve performance
● Become better learners
● Learn!
Applications
Why do teachers use analytics?
[Ferguson2014]
● Monitor the learning process
● Explore student data
● Identify problems
● Discover patterns
● Find early indicators for success
● Find early indicators for poor marks or drop-
out
● Assess usefulness of learning materials
Applications
Why do teachers use analytics? (Ii)
● Increase awareness, reflect and self reflect
● Increase understanding of learning
environments
● Intervene, advise and assist
● Improve teaching, resources and the
environment
Table of contents
● Data dimensions
● Applications
● Data processing in an ETL refined data
● Knowledge discovery
Data processing
Transform menu
Data processing
Scripting menu
Data processing
Joins menu
Data processing
Statistics menu
Data processing
WEKA plugin
Data processing
WEKA plugin (II)
Data processing
WEKA plugin (III)
Data processing
WEKA plugin (IV)
Data processing
WEKA plugin (V)
Table of contents
● Data dimensions
● Applications
● Data processing in an ETL refined data
● Knowledge discovery
Knowledge discovery
Introduction
[BakerSiemens2014]
This review draws on past reviews (cf. Baker & Yacef, 2009; Romero & Ventura, 2010;
Ferguson, 2012; Siemens & Baker, 2012)
Knowledge discovery
Introduction (II)
Source: Data Mining with WEKA MOOC (http://www.cs.waikato.ac.nz/ml/weka/mooc/dataminingwithweka/)
Knowledge discovery
Classification
1. Prediction methods
2. Structure discovery
3. Relationship mining
Knowledge discovery
1) Prediction methods
● The goal is to develop a model which can infer
a single aspect of the data
○ The predicted variable
○ Similar to dependent variables in traditional statistical
analysis
● … from some combination of other aspects
of the data
○ Predictor variables
○ Similar to independent variables in traditional
statistical analysis
Knowledge discovery
1) Prediction methods (II)
● Prediction models are commonly used:
○ Predict future events (Dekker2009; Feng2009;
MingMing2012)
○ Predict variables that are not feasible to directly
collect in real-time
■ Example: collecting data on affect or engagement in
real-time often requires expensive observations or
disruptive self-report measures
■ Whereas a prediction model based on student log
data can be completely non-intrusive
(Sabourin2011)
Knowledge discovery
1) Prediction methods (III)
Source: http://etec.ctlt.ubc.ca/510wiki/Learning_Analytics
Knowledge discovery
1) Prediction methods (IV)
● Three types of prediction models are common
in EDM/LA:
○ Classifiers
○ Regressors
○ Latent knowledge estimation
Knowledge discovery
1) Prediction methods (V)
Source: Data Mining with WEKA MOOC (http://www.cs.waikato.ac.nz/ml/weka/mooc/dataminingwithweka/)
Knowledge discovery
1) Prediction methods (VI)
● Classifiers
○ The predicted variable can be either a binary (e.g. 0 or
1) or a categorical variable
○ Some popular classification methods in educational
domains include:
■ Decision trees
■ Random forest
■ Decision rules
■ Step regression
■ Logistic regression
Knowledge discovery
1) Prediction methods (VII)
Source: Data Mining with WEKA MOOC (http://www.cs.waikato.ac.nz/ml/weka/mooc/dataminingwithweka/)
Knowledge discovery
1) Prediction methods (VIII)
● Regressors
○ The predicted variable is a continuous variable
■ For example: if the Grade can be explained by the
number of pending subjects and the call number
○ The most popular regressor in EDM is linear
regression
■ Note that linear regression is not used the same
way in EDM/LA as in traditional statistics, despite
the identical name
Knowledge discovery
1) Prediction methods (IX)
Source: Data Mining with WEKA MOOC (http://www.cs.waikato.ac.nz/ml/weka/mooc/dataminingwithweka/)
Knowledge discovery
1) Prediction methods (X)
Source: Data Mining with WEKA MOOC (http://www.cs.waikato.ac.nz/ml/weka/mooc/dataminingwithweka/)
Knowledge discovery
1) Prediction methods (XI)
● Latent Knowledge Estimation
○ Actually is a special type of classifier
○ A student’s knowledge of specific skills and concepts is
assessed by their patterns of correctness on those
skills
○ A wide range of algorithms exist for latent knowledge
estimation, being the two most popular:
■ Bayesian Knowledge Tracing (Corbett & Anderson,
1995)
■ Performance Factors Analysis (Pavlik2009)
Knowledge discovery
1) Prediction methods (XII)
● Classifiers in WEKA are models for predicting
nominal or numeric quantities
● Implemented learning schemes include:
○ Decision trees and lists, instance-based classifiers,
support vector machines, multi-layer perceptrons,
logistic regression, Bayes’ nets, etc.
● “Meta”-classifiers include:
○ Bagging, boosting, stacking, error-correcting output
codes, locally weighted learning, etc.
Knowledge discovery
1) Prediction methods (XIII)
Knowledge discovery
2) Structure discovery
● Attempt to find structure in the data without
an a priori idea of what should be found
● It is, actually, a very different goal than in
prediction
○ In prediction, there is a specific variable that the
EDM/LA researcher attempts to model;
○ By contrast, there is not a specific variable of
interest in structure discovery
○ Instead, the researcher attempts to determine what
structure emerges naturally from the data
Knowledge discovery
2) Structure discovery (II)
● Include:
○ Clustering
○ Factor analysis
○ Social Network Analysis
○ Domain Structure Discovery
Knowledge discovery
2) Structure discovery (III)
● Clustering
○ The goal is to find data points that naturally group
together, splitting the full data set into a set of clusters
○ Clustering is particularly useful in cases where the
most common categories within the data set are not
known in advance
○ If a set of clusters is well-selected, each data point in a
cluster will generally be more similar to the other data
points in that cluster than data points in other clusters
Knowledge discovery
2) Structure discovery (IV)
● Clustering
○ Clusters have been used to group students (Beal2006)
and student actions (Amershi2009)
■ Amershi & Conati (2009) found characteristic
patterns in how students use exploratory learning
environments, and used this information to
identify more and less effective student strategies
Knowledge discovery
2) Structure discovery (IV)
● Factor analysis
○ A closely related method
○ Here, the goal is to find variables that naturally group
together, splitting the set of variables (as opposed to
the data points) into a set of latent (not directly
observable) factors
○ Factor analysis is frequently used in psychometrics for
validating or determining scales
Knowledge discovery
2) Structure discovery (V)
● Factor analysis
○ In EDM/LA, factor analysis is used for dimensionality
reduction (e.g., reducing the number of variables) for a
wide variety of applications
○ For instance, [Baker2009] used factor analysis to
determine which design choices are made in common
by the designers of intelligent tutoring systems
■ For instance, tutor designers tend to use principle
based hints rather than concrete hints in tutor
problems that have brief problem scenarios
Knowledge discovery
2) Structure discovery (VI)
● Social Network Analysis
○ Models are developed of the relationships and
interactions between individual actors, as well as the
patterns that emerge from those relationships and
interactions
○ Examples
■ Understanding the differences between effective
and ineffective project groups [Kay2006]
■ How students’ communication behaviors change
over time [Haythornthwaite2001]
■ How students’ positions in a social network relate
to their perception of being part of a learning
Knowledge discovery
2) Structure discovery (VII)
● Domain structure discovery
○ Consists of finding the structure of knowledge in an
educational domain (e.g., how specific content maps
to specific knowledge components or skills, across
students)
○ This could consist of mapping problems in educational
software to specific knowledge components, in order
to group the problems effectively for latent knowledge
estimation and problem selection [Koedinger2006], or
could consist of mapping test items to skills
[Tatsuoka1995]
Knowledge discovery
2) Structure discovery (VIII)
● WEKA contains “clusterers” for finding groups
of similar instances in a dataset
● Implemented schemes are:
○ k-Means, EM, Cobweb, X-means, FarthestFirst
● Clusters can be visualized and compared to
“true” clusters (if given)
● Evaluation based on loglikelihood if clustering
scheme produces a probability distribution
Knowledge discovery
3) Relationship mining
● Discover relationships between variables in a
data set with a large number of variables
● It has historically been the most common
category of EDM research [Baker2009]
● It may take the form of attempting to find out
which variables are most strongly associated
with a single variable of particular interest
● Or may take the form of attempting to
discover which relationships between any two
variables are strongest
Knowledge discovery
3) Relationship mining (II)
● There are four types of relationship mining
○ Association rule mining
○ Correlation mining
○ Sequential pattern mining
○ Causal data mining
Knowledge discovery
3) Relationship mining (III)
● Association rule mining
○ The goal is to find if-then rules of the form that if some
set of variable values is found, another variable will
generally have a specific value
○ For instance, [BenNaim2009] used association rule
mining to find patterns of successful student
performance in an engineering simulation, to make
better suggestions to students having difficulty about
how they can improve their performance
Knowledge discovery
3) Relationship mining (IV)
● Correlation mining
○ The goal is to find positive or negative linear
correlations between variables (using post-hoc
corrections or dimensionality reduction methods
when appropriate to avoid finding spurious
relationships)
○ An example can be found in [Baker2009], where
correlations were computed between a range of
features of the design of intelligent tutoring system
lessons and students’ prevalence of gaming the system
Knowledge discovery
3) Relationship mining (V)
● Sequential pattern mining
○ The goal is to find temporal associations between
events
○ One successful use of this approach was work by
[Perera2009], to determine what path of student
collaboration behaviors leads to a more successful
eventual group project
Knowledge discovery
3) Relationship mining (VI)
● Causal data mining
○ The goal is to find whether one event (or observed
construct) was the cause of another event (or
observed construct)
○ For example to predict which factors will lead a
student to do poorly in a class [Fancsali2012]
Knowledge discovery
3) Relationship mining (VII)
● WEKA contains an implementation of the
Apriori algorithm for learning association
rules
○ Works only with discrete data
● Can identify statistical dependencies between
groups of attributes:
○ milk, butter bread, eggs (with confidence 0.9 and
support 2000)
● Apriori can compute all rules that have a given
minimum support and exceed a given
confidence
Knowledge discovery
3) Relationship mining (VIII)
Knowledge discovery
4) Attribute selection
● Panel that can be used to investigate which
(subsets of) attributes are the most
predictive ones
● Attribute selection methods contain two parts:
○ A search method: best-first, forward selection,
random, exhaustive, genetic algorithm, ranking
○ An evaluation method: correlation-based, wrapper,
information gain, chi-squared, etc.
● Very flexible: WEKA allows (almost) arbitrary
combinations of these two
Knowledge discovery
4) Attribute selection (II)
Knowledge discovery
4) Attribute selection (III)
References
[Amershi2009] Amershi, S., Conati, C. (2009). Combining Unsupervised and Supervised Machine Learning to Build User Models for Exploratory
Learning Environments. Journal of Educational Data Mining, 1(1), 71-81.
[BakerSiemens2014] Baker, R., and George Siemens. "Educational data mining and learning analytics." Cambridge Handbook of the Learning
Sciences: (2014).
[BakerYacef2009] Baker, R.S.J.d., Yacef, K. (2009). The State of Educational Data Mining in 2009: A Review and Future Visions. Journal of
Educational Data Mining, 1 (1), 3-17
[Beal2006] Beal, C.R., Qu, L., & Lee, H. (2006). Classifying learner engagement through integration of multiple data sources. Paper presented at the
21st National Conference on Artificial Intelligence (AAAI-2006), Boston, MA.
[CorbettAnderson1995] Corbett, A.T., Anderson, J.R. (1995). Knowledge Tracing: Modeling the Acquisition of Procedural Knowledge. User
Modeling and User-Adapted Interaction, 4, 253-278.
[Dawson2008] Dawson, S. (2008). A study of the relationship between student social networks and sense of community. Educational Technology &
Society, 11(3), 224-238.
[Dekker2009] Dekker, G., Pechenizkiy, M., and Vleeshouwers, J. (2009). Predicting students drop out: A case study. Proceedings of the 2nd
International Conference on Educational Data Mining, EDM'09, 41-50
[Fancsali2012] Fancsali, S. (2012) Variable Construction and Causal Discovery for Cognitive Tutor Log Data: Initial Results. Proceedings of the 5th
International Conference on Educational Data Mining, 238-239.
[Feng2009] Feng, M., Heffernan, N., & Koedinger, K. (2009). Addressing the Assessment Challenge in an Intelligent Tutoring System that Tutors as it
Assesses. User Modeling and User-Adapted Interaction, 19, 243-266
[Ferguson2012] Ferguson, R. (2012). The State Of Learning Analytics in 2012: A Review and Future Challenges. Technical Report KMI-12-01,
Knowledge Media Institute, The Open University, UK. http://kmi.open.ac.uk/publications/techreport/kmi-12-01
[Ferguson2014] Learning analytics FAQs [Online]. URL: http://www.slideshare.net/R3beccaF/learning-analytics-fa-qs
[Haythornthwaite2001] Haythornthwaite, C. (2001). Exploring Multiplexity: Social Network Structures in a ComputerSupported Distance Learning
Class. The Information Society: An International Journal, 17 (3), 211-226.
[Kay2006] Kay, J., Maisonneuve, N., Yacef, K., Reimann, P. (2006) The Big Five and Visualisations of Team Work Activity. Proceedings of the
International Conference on Intelligent Tutoring Systems, 197 – 206.
References (II)
[Koedinger2006] Koedinger, K. R., & Corbett, A. T. (2006). Cognitive Tutors: Technology bringing learning science to the classroom. In K. Sawyer
(Ed.) The Cambridge Handbook of the Learning Sciences (pp. 61-78). New York: Cambridge University Press.
[MingMing2012] Ming, N.C., Ming, V.L. (2012). Predicting Student Outcomes from Unstructured Data. Proceedings of the 2nd International
Workshop on Personalization Approaches in Learning Environments, 11-16.
[Pavlik2009] Pavlik, P.I., Cen, H., Koedinger, K.R. (2009). Performance Factors Analysis -- A New Alternative to Knowledge Tracing. Proceedings of
AIED2009.
[Perera2009] Perera, D., Kay, J., Koprinska, I., Yacef, K., and Zaiane, O.R. (2009). Clustering and Sequential Pattern Mining of Online Collaborative
Learning Data. IEEE Transactions on Knowledge and Data Engineering, 21(6), 759-772
[RomeroVentura2010]Romero, C., & Ventura, S. (2010). Educational data mining: A review of the state-ofthe-art. IEEE Transaction on Systems,
Man and Cybernetics, part C: Applications and Reviews, 40(6), 610–618
[Sabourin2011] Sabourin, J., Rowe, J., Mott, B., Lester, J. (2011). When Off-Task in On-Task: The Affective Role of Off-Task Behavior in Narrative-
Centered Learning Environments. Proceedings of the 15th International Conference on Artificial Intelligence in Education, 534-536.
[SiemensBaker2012] Siemens, G., Baker, R.S.J.d. (2012). Learning Analytics and Educational Data Mining: Towards Communication and
Collaboration. Proceedings of the 2nd International Conference on Learning Analytics and Knowledge.
[Tatsuoka1995] Tatsuoka, K.K. (1995). Architecture of knowledge structures and cognitive diagnosis: A statistical pattern recognition and
classification approach. In P. D. Nichols, S. F. Chipman, & R. L. Brennan (Eds.), Cognitively diagnostic assessment, 327–359. Hillsdale NJ: Erlbaum
[Verbert2011] Dataset-driven research to improve TEL recommender systems [Online]. URL: http://www.slideshare.net/kverbert/datasetdriven-
research-to-improve-tel-recommender-systems
Data Analytics process in
Learning and Academic
Analytics projects
Day 3: Data processing
Alex Rayón Jerez
alex.rayon@deusto.es
DeustoTech Learning – Deusto Institute of Technology – University of Deusto
Avda. Universidades 24, 48007 Bilbao, Spain
www.deusto.es

Weitere ähnliche Inhalte

Was ist angesagt?

Enhancing educational data quality in heterogeneous learning contexts using p...
Enhancing educational data quality in heterogeneous learning contexts using p...Enhancing educational data quality in heterogeneous learning contexts using p...
Enhancing educational data quality in heterogeneous learning contexts using p...Alex Rayón Jerez
 
Session III Census and registers - R.Radini, M.Scannapieco, L.Tosco, The ital...
Session III Census and registers - R.Radini, M.Scannapieco, L.Tosco, The ital...Session III Census and registers - R.Radini, M.Scannapieco, L.Tosco, The ital...
Session III Census and registers - R.Radini, M.Scannapieco, L.Tosco, The ital...Istituto nazionale di statistica
 
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
 
Practical Data Science the WPC Healthcare Strategy for Delivering Meaningful ...
Practical Data Science the WPC Healthcare Strategy for Delivering Meaningful ...Practical Data Science the WPC Healthcare Strategy for Delivering Meaningful ...
Practical Data Science the WPC Healthcare Strategy for Delivering Meaningful ...Damian R. Mingle, MBA
 
IBM Watson Classroom Experience
IBM Watson Classroom ExperienceIBM Watson Classroom Experience
IBM Watson Classroom ExperienceSteven Miller
 
Introduction to Computational Statistics
Introduction to Computational StatisticsIntroduction to Computational Statistics
Introduction to Computational StatisticsSetia Pramana
 
CIRPA 2016: Individual Level Predictive Analytics for Improving Student Enrol...
CIRPA 2016: Individual Level Predictive Analytics for Improving Student Enrol...CIRPA 2016: Individual Level Predictive Analytics for Improving Student Enrol...
CIRPA 2016: Individual Level Predictive Analytics for Improving Student Enrol...Stephen Childs
 
Computer based data analysis
Computer based data analysisComputer based data analysis
Computer based data analysispriyadearabi
 
Deploying Open Learning Analytics at a National Scale
Deploying Open Learning Analytics at a National ScaleDeploying Open Learning Analytics at a National Scale
Deploying Open Learning Analytics at a National Scalemichaeldwebb
 
An Exploratory Study on Technology Transfer in Software Engineering
An Exploratory Study on Technology Transfer in Software EngineeringAn Exploratory Study on Technology Transfer in Software Engineering
An Exploratory Study on Technology Transfer in Software EngineeringDaniel Mendez
 
Building the Data Science Profession in Europe
Building the Data Science Profession in EuropeBuilding the Data Science Profession in Europe
Building the Data Science Profession in EuropeSteven Miller
 
Big data
Big dataBig data
Big data26Nia
 
Data Quality Asia Pacific Award_v1.1_20100520
Data Quality Asia Pacific Award_v1.1_20100520Data Quality Asia Pacific Award_v1.1_20100520
Data Quality Asia Pacific Award_v1.1_20100520Tatiana Stebakova
 
Open Innovation and Semantic Web
Open Innovation and Semantic WebOpen Innovation and Semantic Web
Open Innovation and Semantic WebMilan Stankovic
 
Lessons from Data Science Program at Indiana University: Curriculum, Students...
Lessons from Data Science Program at Indiana University: Curriculum, Students...Lessons from Data Science Program at Indiana University: Curriculum, Students...
Lessons from Data Science Program at Indiana University: Curriculum, Students...Geoffrey Fox
 
Creating a Data Science Ecosystem for Scientific, Societal and Educational Im...
Creating a Data Science Ecosystem for Scientific, Societal and Educational Im...Creating a Data Science Ecosystem for Scientific, Societal and Educational Im...
Creating a Data Science Ecosystem for Scientific, Societal and Educational Im...Ilkay Altintas, Ph.D.
 
Introduction of data science
Introduction of data scienceIntroduction of data science
Introduction of data scienceTanujaSomvanshi1
 
Clemens Blumel - Alternative metrics in OpenUP | OpenUP Final Conference
Clemens Blumel - Alternative metrics in OpenUP | OpenUP Final ConferenceClemens Blumel - Alternative metrics in OpenUP | OpenUP Final Conference
Clemens Blumel - Alternative metrics in OpenUP | OpenUP Final ConferenceOpenUP project
 

Was ist angesagt? (20)

Enhancing educational data quality in heterogeneous learning contexts using p...
Enhancing educational data quality in heterogeneous learning contexts using p...Enhancing educational data quality in heterogeneous learning contexts using p...
Enhancing educational data quality in heterogeneous learning contexts using p...
 
Introduction to Data Science by Datalent Team @Data Science Clinic #9
Introduction to Data Science by Datalent Team @Data Science Clinic #9Introduction to Data Science by Datalent Team @Data Science Clinic #9
Introduction to Data Science by Datalent Team @Data Science Clinic #9
 
Session III Census and registers - R.Radini, M.Scannapieco, L.Tosco, The ital...
Session III Census and registers - R.Radini, M.Scannapieco, L.Tosco, The ital...Session III Census and registers - R.Radini, M.Scannapieco, L.Tosco, The ital...
Session III Census and registers - R.Radini, M.Scannapieco, L.Tosco, The ital...
 
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
 
Practical Data Science the WPC Healthcare Strategy for Delivering Meaningful ...
Practical Data Science the WPC Healthcare Strategy for Delivering Meaningful ...Practical Data Science the WPC Healthcare Strategy for Delivering Meaningful ...
Practical Data Science the WPC Healthcare Strategy for Delivering Meaningful ...
 
IBM Watson Classroom Experience
IBM Watson Classroom ExperienceIBM Watson Classroom Experience
IBM Watson Classroom Experience
 
Introduction to Computational Statistics
Introduction to Computational StatisticsIntroduction to Computational Statistics
Introduction to Computational Statistics
 
CIRPA 2016: Individual Level Predictive Analytics for Improving Student Enrol...
CIRPA 2016: Individual Level Predictive Analytics for Improving Student Enrol...CIRPA 2016: Individual Level Predictive Analytics for Improving Student Enrol...
CIRPA 2016: Individual Level Predictive Analytics for Improving Student Enrol...
 
Computer based data analysis
Computer based data analysisComputer based data analysis
Computer based data analysis
 
Deploying Open Learning Analytics at a National Scale
Deploying Open Learning Analytics at a National ScaleDeploying Open Learning Analytics at a National Scale
Deploying Open Learning Analytics at a National Scale
 
An Exploratory Study on Technology Transfer in Software Engineering
An Exploratory Study on Technology Transfer in Software EngineeringAn Exploratory Study on Technology Transfer in Software Engineering
An Exploratory Study on Technology Transfer in Software Engineering
 
Building the Data Science Profession in Europe
Building the Data Science Profession in EuropeBuilding the Data Science Profession in Europe
Building the Data Science Profession in Europe
 
Big data
Big dataBig data
Big data
 
Data science 101
Data science 101Data science 101
Data science 101
 
Data Quality Asia Pacific Award_v1.1_20100520
Data Quality Asia Pacific Award_v1.1_20100520Data Quality Asia Pacific Award_v1.1_20100520
Data Quality Asia Pacific Award_v1.1_20100520
 
Open Innovation and Semantic Web
Open Innovation and Semantic WebOpen Innovation and Semantic Web
Open Innovation and Semantic Web
 
Lessons from Data Science Program at Indiana University: Curriculum, Students...
Lessons from Data Science Program at Indiana University: Curriculum, Students...Lessons from Data Science Program at Indiana University: Curriculum, Students...
Lessons from Data Science Program at Indiana University: Curriculum, Students...
 
Creating a Data Science Ecosystem for Scientific, Societal and Educational Im...
Creating a Data Science Ecosystem for Scientific, Societal and Educational Im...Creating a Data Science Ecosystem for Scientific, Societal and Educational Im...
Creating a Data Science Ecosystem for Scientific, Societal and Educational Im...
 
Introduction of data science
Introduction of data scienceIntroduction of data science
Introduction of data science
 
Clemens Blumel - Alternative metrics in OpenUP | OpenUP Final Conference
Clemens Blumel - Alternative metrics in OpenUP | OpenUP Final ConferenceClemens Blumel - Alternative metrics in OpenUP | OpenUP Final Conference
Clemens Blumel - Alternative metrics in OpenUP | OpenUP Final Conference
 

Ähnlich wie Data Analytics.03. Data processing

Requirements for Learning Analytics
Requirements for Learning AnalyticsRequirements for Learning Analytics
Requirements for Learning AnalyticsTore Hoel
 
Data Driven College Counseling by SchooLinks
Data Driven College Counseling by SchooLinksData Driven College Counseling by SchooLinks
Data Driven College Counseling by SchooLinksKatie Fang
 
Introduction to Learner Analytics Session at Oslo Open Forum Conferences prio...
Introduction to Learner Analytics Session at Oslo Open Forum Conferences prio...Introduction to Learner Analytics Session at Oslo Open Forum Conferences prio...
Introduction to Learner Analytics Session at Oslo Open Forum Conferences prio...Tore Hoel
 
Learning Analytics In Higher Education: Struggles & Successes (Part 2)
Learning Analytics In Higher Education: Struggles & Successes (Part 2)Learning Analytics In Higher Education: Struggles & Successes (Part 2)
Learning Analytics In Higher Education: Struggles & Successes (Part 2)Lambda Solutions
 
Data Analytics.01. Data selection and capture
Data Analytics.01. Data selection and captureData Analytics.01. Data selection and capture
Data Analytics.01. Data selection and captureAlex Rayón Jerez
 
Learning Analytics
Learning AnalyticsLearning Analytics
Learning AnalyticsJames Little
 
A hands-on approach to digital tool criticism: Tools for (self-)reflection
A hands-on approach to digital tool criticism: Tools for (self-)reflectionA hands-on approach to digital tool criticism: Tools for (self-)reflection
A hands-on approach to digital tool criticism: Tools for (self-)reflectionMarijn Koolen
 
Understanding Student Learning Using Learning Management Systems and Basic An...
Understanding Student Learning Using Learning Management Systems and Basic An...Understanding Student Learning Using Learning Management Systems and Basic An...
Understanding Student Learning Using Learning Management Systems and Basic An...Michael Wilder
 
Data Driven College Counseling by SchooLinks
Data Driven College Counseling by SchooLinksData Driven College Counseling by SchooLinks
Data Driven College Counseling by SchooLinksKatie Fang
 
EMMA Summer School - Rebecca Ferguson - Learning design and learning analytic...
EMMA Summer School - Rebecca Ferguson - Learning design and learning analytic...EMMA Summer School - Rebecca Ferguson - Learning design and learning analytic...
EMMA Summer School - Rebecca Ferguson - Learning design and learning analytic...EUmoocs
 
Learning design and learning analytics
Learning design and learning analyticsLearning design and learning analytics
Learning design and learning analyticsRebecca Ferguson
 
Learning Analytics – Research challenges arising from a current review of LA use
Learning Analytics – Research challenges arising from a current review of LA useLearning Analytics – Research challenges arising from a current review of LA use
Learning Analytics – Research challenges arising from a current review of LA useRiina Vuorikari
 
Munassir etec647 e presentation
Munassir etec647 e presentationMunassir etec647 e presentation
Munassir etec647 e presentationMunassir Alhamami
 
Data Scopes - Towards transparent data research in digital humanities (Digita...
Data Scopes - Towards transparent data research in digital humanities (Digita...Data Scopes - Towards transparent data research in digital humanities (Digita...
Data Scopes - Towards transparent data research in digital humanities (Digita...Marijn Koolen
 
Big Data & Social Analytics presentation
Big Data & Social Analytics presentationBig Data & Social Analytics presentation
Big Data & Social Analytics presentationgustavosouto
 
Education data mining presentation
Education data mining presentationEducation data mining presentation
Education data mining presentationNishabhanot1
 
LACE Masterclass Learning Analytics M&L Brussels 2014
LACE Masterclass Learning Analytics M&L Brussels 2014LACE Masterclass Learning Analytics M&L Brussels 2014
LACE Masterclass Learning Analytics M&L Brussels 2014Kennisnet
 
Using learning analytics to improve student transition into and support throu...
Using learning analytics to improve student transition into and support throu...Using learning analytics to improve student transition into and support throu...
Using learning analytics to improve student transition into and support throu...Tinne De Laet
 

Ähnlich wie Data Analytics.03. Data processing (20)

Requirements for Learning Analytics
Requirements for Learning AnalyticsRequirements for Learning Analytics
Requirements for Learning Analytics
 
Data Driven College Counseling by SchooLinks
Data Driven College Counseling by SchooLinksData Driven College Counseling by SchooLinks
Data Driven College Counseling by SchooLinks
 
Introduction to Learner Analytics Session at Oslo Open Forum Conferences prio...
Introduction to Learner Analytics Session at Oslo Open Forum Conferences prio...Introduction to Learner Analytics Session at Oslo Open Forum Conferences prio...
Introduction to Learner Analytics Session at Oslo Open Forum Conferences prio...
 
Learning Analytics In Higher Education: Struggles & Successes (Part 2)
Learning Analytics In Higher Education: Struggles & Successes (Part 2)Learning Analytics In Higher Education: Struggles & Successes (Part 2)
Learning Analytics In Higher Education: Struggles & Successes (Part 2)
 
Data Analytics.01. Data selection and capture
Data Analytics.01. Data selection and captureData Analytics.01. Data selection and capture
Data Analytics.01. Data selection and capture
 
Learning Analytics
Learning AnalyticsLearning Analytics
Learning Analytics
 
A hands-on approach to digital tool criticism: Tools for (self-)reflection
A hands-on approach to digital tool criticism: Tools for (self-)reflectionA hands-on approach to digital tool criticism: Tools for (self-)reflection
A hands-on approach to digital tool criticism: Tools for (self-)reflection
 
Understanding Student Learning Using Learning Management Systems and Basic An...
Understanding Student Learning Using Learning Management Systems and Basic An...Understanding Student Learning Using Learning Management Systems and Basic An...
Understanding Student Learning Using Learning Management Systems and Basic An...
 
Data Driven College Counseling by SchooLinks
Data Driven College Counseling by SchooLinksData Driven College Counseling by SchooLinks
Data Driven College Counseling by SchooLinks
 
EMMA Summer School - Rebecca Ferguson - Learning design and learning analytic...
EMMA Summer School - Rebecca Ferguson - Learning design and learning analytic...EMMA Summer School - Rebecca Ferguson - Learning design and learning analytic...
EMMA Summer School - Rebecca Ferguson - Learning design and learning analytic...
 
Learning design and learning analytics
Learning design and learning analyticsLearning design and learning analytics
Learning design and learning analytics
 
Learning Analytics – Research challenges arising from a current review of LA use
Learning Analytics – Research challenges arising from a current review of LA useLearning Analytics – Research challenges arising from a current review of LA use
Learning Analytics – Research challenges arising from a current review of LA use
 
Munassir etec647 e presentation
Munassir etec647 e presentationMunassir etec647 e presentation
Munassir etec647 e presentation
 
Data Scopes - Towards transparent data research in digital humanities (Digita...
Data Scopes - Towards transparent data research in digital humanities (Digita...Data Scopes - Towards transparent data research in digital humanities (Digita...
Data Scopes - Towards transparent data research in digital humanities (Digita...
 
Learning Analytics for MOOCs: EMMA case
Learning Analytics for MOOCs: EMMA caseLearning Analytics for MOOCs: EMMA case
Learning Analytics for MOOCs: EMMA case
 
Big Data & Social Analytics presentation
Big Data & Social Analytics presentationBig Data & Social Analytics presentation
Big Data & Social Analytics presentation
 
Education data mining presentation
Education data mining presentationEducation data mining presentation
Education data mining presentation
 
LACE Masterclass Learning Analytics M&L Brussels 2014
LACE Masterclass Learning Analytics M&L Brussels 2014LACE Masterclass Learning Analytics M&L Brussels 2014
LACE Masterclass Learning Analytics M&L Brussels 2014
 
Using learning analytics to improve student transition into and support throu...
Using learning analytics to improve student transition into and support throu...Using learning analytics to improve student transition into and support throu...
Using learning analytics to improve student transition into and support throu...
 
Starr Hoffman - Data Collection & Research Design
Starr Hoffman - Data Collection & Research Design Starr Hoffman - Data Collection & Research Design
Starr Hoffman - Data Collection & Research Design
 

Mehr von Alex Rayón Jerez

El Big Data en la dirección comercial: market(ing) intelligence
El Big Data en la dirección comercial: market(ing) intelligenceEl Big Data en la dirección comercial: market(ing) intelligence
El Big Data en la dirección comercial: market(ing) intelligenceAlex Rayón Jerez
 
Herramientas y metodologías Big Data para acceder a datos no estructurados
Herramientas y metodologías Big Data para acceder a datos no estructuradosHerramientas y metodologías Big Data para acceder a datos no estructurados
Herramientas y metodologías Big Data para acceder a datos no estructuradosAlex Rayón Jerez
 
Las competencias digitales como método de observación de competencias genéricas
Las competencias digitales como método de observación de competencias genéricasLas competencias digitales como método de observación de competencias genéricas
Las competencias digitales como método de observación de competencias genéricasAlex Rayón Jerez
 
El Big Data en mi empresa ¿de qué me sirve?
El Big Data en mi empresa  ¿de qué me sirve?El Big Data en mi empresa  ¿de qué me sirve?
El Big Data en mi empresa ¿de qué me sirve?Alex Rayón Jerez
 
Aplicación del Big Data a la mejora de la competitividad de la empresa
Aplicación del Big Data a la mejora de la competitividad de la empresaAplicación del Big Data a la mejora de la competitividad de la empresa
Aplicación del Big Data a la mejora de la competitividad de la empresaAlex Rayón Jerez
 
Análisis de Redes Sociales (Social Network Analysis) y Text Mining
Análisis de Redes Sociales (Social Network Analysis) y Text MiningAnálisis de Redes Sociales (Social Network Analysis) y Text Mining
Análisis de Redes Sociales (Social Network Analysis) y Text MiningAlex Rayón Jerez
 
Marketing intelligence con estrategia omnicanal y Customer Journey
Marketing intelligence con estrategia omnicanal y Customer JourneyMarketing intelligence con estrategia omnicanal y Customer Journey
Marketing intelligence con estrategia omnicanal y Customer JourneyAlex Rayón Jerez
 
Modelos de propensión en la era del Big Data
Modelos de propensión en la era del Big DataModelos de propensión en la era del Big Data
Modelos de propensión en la era del Big DataAlex Rayón Jerez
 
Customer Lifetime Value Management con Big Data
Customer Lifetime Value Management con Big DataCustomer Lifetime Value Management con Big Data
Customer Lifetime Value Management con Big DataAlex Rayón Jerez
 
Big Data: the Management Revolution
Big Data: the Management RevolutionBig Data: the Management Revolution
Big Data: the Management RevolutionAlex Rayón Jerez
 
Optimización de procesos con el Big Data
Optimización de procesos con el Big DataOptimización de procesos con el Big Data
Optimización de procesos con el Big DataAlex Rayón Jerez
 
La economía del dato: transformando sectores, generando oportunidades
La economía del dato: transformando sectores, generando oportunidadesLa economía del dato: transformando sectores, generando oportunidades
La economía del dato: transformando sectores, generando oportunidadesAlex Rayón Jerez
 
Cómo crecer, ser más eficiente y competitivo a través del Big Data
Cómo crecer, ser más eficiente y competitivo a través del Big DataCómo crecer, ser más eficiente y competitivo a través del Big Data
Cómo crecer, ser más eficiente y competitivo a través del Big DataAlex Rayón Jerez
 
El poder de los datos: hacia una sociedad inteligente, pero ética
El poder de los datos: hacia una sociedad inteligente, pero éticaEl poder de los datos: hacia una sociedad inteligente, pero ética
El poder de los datos: hacia una sociedad inteligente, pero éticaAlex Rayón Jerez
 
Búsqueda, organización y presentación de recursos de aprendizaje
Búsqueda, organización y presentación de recursos de aprendizajeBúsqueda, organización y presentación de recursos de aprendizaje
Búsqueda, organización y presentación de recursos de aprendizajeAlex Rayón Jerez
 
Deusto Knowledge Hub como herramienta de publicación y descubrimiento de cono...
Deusto Knowledge Hub como herramienta de publicación y descubrimiento de cono...Deusto Knowledge Hub como herramienta de publicación y descubrimiento de cono...
Deusto Knowledge Hub como herramienta de publicación y descubrimiento de cono...Alex Rayón Jerez
 
Fomentando la colaboración en el aula a través de herramientas sociales
Fomentando la colaboración en el aula a través de herramientas socialesFomentando la colaboración en el aula a través de herramientas sociales
Fomentando la colaboración en el aula a través de herramientas socialesAlex Rayón Jerez
 
Utilizando Google Drive y Google Docs en el aula para trabajar con mis estudi...
Utilizando Google Drive y Google Docs en el aula para trabajar con mis estudi...Utilizando Google Drive y Google Docs en el aula para trabajar con mis estudi...
Utilizando Google Drive y Google Docs en el aula para trabajar con mis estudi...Alex Rayón Jerez
 
Procesamiento y visualización de datos para generar nuevo conocimiento
Procesamiento y visualización de datos para generar nuevo conocimientoProcesamiento y visualización de datos para generar nuevo conocimiento
Procesamiento y visualización de datos para generar nuevo conocimientoAlex Rayón Jerez
 
El Big Data y Business Intelligence en mi empresa: ¿de qué me sirve?
El Big Data y Business Intelligence en mi empresa: ¿de qué me sirve?El Big Data y Business Intelligence en mi empresa: ¿de qué me sirve?
El Big Data y Business Intelligence en mi empresa: ¿de qué me sirve?Alex Rayón Jerez
 

Mehr von Alex Rayón Jerez (20)

El Big Data en la dirección comercial: market(ing) intelligence
El Big Data en la dirección comercial: market(ing) intelligenceEl Big Data en la dirección comercial: market(ing) intelligence
El Big Data en la dirección comercial: market(ing) intelligence
 
Herramientas y metodologías Big Data para acceder a datos no estructurados
Herramientas y metodologías Big Data para acceder a datos no estructuradosHerramientas y metodologías Big Data para acceder a datos no estructurados
Herramientas y metodologías Big Data para acceder a datos no estructurados
 
Las competencias digitales como método de observación de competencias genéricas
Las competencias digitales como método de observación de competencias genéricasLas competencias digitales como método de observación de competencias genéricas
Las competencias digitales como método de observación de competencias genéricas
 
El Big Data en mi empresa ¿de qué me sirve?
El Big Data en mi empresa  ¿de qué me sirve?El Big Data en mi empresa  ¿de qué me sirve?
El Big Data en mi empresa ¿de qué me sirve?
 
Aplicación del Big Data a la mejora de la competitividad de la empresa
Aplicación del Big Data a la mejora de la competitividad de la empresaAplicación del Big Data a la mejora de la competitividad de la empresa
Aplicación del Big Data a la mejora de la competitividad de la empresa
 
Análisis de Redes Sociales (Social Network Analysis) y Text Mining
Análisis de Redes Sociales (Social Network Analysis) y Text MiningAnálisis de Redes Sociales (Social Network Analysis) y Text Mining
Análisis de Redes Sociales (Social Network Analysis) y Text Mining
 
Marketing intelligence con estrategia omnicanal y Customer Journey
Marketing intelligence con estrategia omnicanal y Customer JourneyMarketing intelligence con estrategia omnicanal y Customer Journey
Marketing intelligence con estrategia omnicanal y Customer Journey
 
Modelos de propensión en la era del Big Data
Modelos de propensión en la era del Big DataModelos de propensión en la era del Big Data
Modelos de propensión en la era del Big Data
 
Customer Lifetime Value Management con Big Data
Customer Lifetime Value Management con Big DataCustomer Lifetime Value Management con Big Data
Customer Lifetime Value Management con Big Data
 
Big Data: the Management Revolution
Big Data: the Management RevolutionBig Data: the Management Revolution
Big Data: the Management Revolution
 
Optimización de procesos con el Big Data
Optimización de procesos con el Big DataOptimización de procesos con el Big Data
Optimización de procesos con el Big Data
 
La economía del dato: transformando sectores, generando oportunidades
La economía del dato: transformando sectores, generando oportunidadesLa economía del dato: transformando sectores, generando oportunidades
La economía del dato: transformando sectores, generando oportunidades
 
Cómo crecer, ser más eficiente y competitivo a través del Big Data
Cómo crecer, ser más eficiente y competitivo a través del Big DataCómo crecer, ser más eficiente y competitivo a través del Big Data
Cómo crecer, ser más eficiente y competitivo a través del Big Data
 
El poder de los datos: hacia una sociedad inteligente, pero ética
El poder de los datos: hacia una sociedad inteligente, pero éticaEl poder de los datos: hacia una sociedad inteligente, pero ética
El poder de los datos: hacia una sociedad inteligente, pero ética
 
Búsqueda, organización y presentación de recursos de aprendizaje
Búsqueda, organización y presentación de recursos de aprendizajeBúsqueda, organización y presentación de recursos de aprendizaje
Búsqueda, organización y presentación de recursos de aprendizaje
 
Deusto Knowledge Hub como herramienta de publicación y descubrimiento de cono...
Deusto Knowledge Hub como herramienta de publicación y descubrimiento de cono...Deusto Knowledge Hub como herramienta de publicación y descubrimiento de cono...
Deusto Knowledge Hub como herramienta de publicación y descubrimiento de cono...
 
Fomentando la colaboración en el aula a través de herramientas sociales
Fomentando la colaboración en el aula a través de herramientas socialesFomentando la colaboración en el aula a través de herramientas sociales
Fomentando la colaboración en el aula a través de herramientas sociales
 
Utilizando Google Drive y Google Docs en el aula para trabajar con mis estudi...
Utilizando Google Drive y Google Docs en el aula para trabajar con mis estudi...Utilizando Google Drive y Google Docs en el aula para trabajar con mis estudi...
Utilizando Google Drive y Google Docs en el aula para trabajar con mis estudi...
 
Procesamiento y visualización de datos para generar nuevo conocimiento
Procesamiento y visualización de datos para generar nuevo conocimientoProcesamiento y visualización de datos para generar nuevo conocimiento
Procesamiento y visualización de datos para generar nuevo conocimiento
 
El Big Data y Business Intelligence en mi empresa: ¿de qué me sirve?
El Big Data y Business Intelligence en mi empresa: ¿de qué me sirve?El Big Data y Business Intelligence en mi empresa: ¿de qué me sirve?
El Big Data y Business Intelligence en mi empresa: ¿de qué me sirve?
 

Kürzlich hochgeladen

Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxJisc
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentationcamerronhm
 
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...Nguyen Thanh Tu Collection
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibitjbellavia9
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...Poonam Aher Patil
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxRamakrishna Reddy Bijjam
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptxMaritesTamaniVerdade
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17Celine George
 
Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jisc
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseAnaAcapella
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.MaryamAhmad92
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...pradhanghanshyam7136
 
REMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxREMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxDr. Ravikiran H M Gowda
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024Elizabeth Walsh
 
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxmarlenawright1
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxEsquimalt MFRC
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17Celine George
 
How to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxHow to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxCeline George
 

Kürzlich hochgeladen (20)

Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptx
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentation
 
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 
Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)
 
Spatium Project Simulation student brief
Spatium Project Simulation student briefSpatium Project Simulation student brief
Spatium Project Simulation student brief
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please Practise
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 
REMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxREMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptx
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024
 
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
How to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxHow to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptx
 

Data Analytics.03. Data processing

  • 1. Data Analytics process in Learning and Academic Analytics projects Day 3: Data processing Alex Rayón Jerez alex.rayon@deusto.es DeustoTech Learning – Deusto Institute of Technology – University of Deusto Avda. Universidades 24, 48007 Bilbao, Spain www.deusto.es
  • 2. Table of contents ● Data dimensions ● Applications ● Data processing in an ETL refined data ● Knowledge discovery
  • 3. Table of contents ● Data dimensions ● Applications ● Data processing in an ETL refined data ● Knowledge discovery
  • 5. Data dimensions 1) Computing ● Software ○ Example ■ Q1. Among the tools, which is more representative of the final grade? ■ Q5. Which is the impact of the social networks in the group composition? ■ Q6. Which tools are more prone to foster collaboration? ■ Q7. The use of some collaboration tools has effect on the final grade? ● Hardware ● Network
  • 6. Data dimensions 2) Location ● Quantitative ● Qualitative
  • 7. Data dimensions 3) Time ● Timestamp ● Time interval
  • 8. Data dimensions 4) Activity ● Events ● Tasks ● Goals ● Subject ○ Example ■ Q2. Which are the differences in terms of grades between this subject and other subjects where we already know the final grade?
  • 9. Data dimensions 5) Physical condition ● Noise level ● Lighting ● ...
  • 10. Data dimensions 6) Resource ● Physical resource ● Virtual resource
  • 11. Data dimensions 7) User ● Basic info ○ Example ■ Q3. Is there any gender difference in the use of the tools? ● Knowledge ● Interest ● Goals ○ Short-term ○ Long-term ● Learning styles ● Affects ● Background
  • 12. Data dimensions 8) Relations ● Social relations ○ Example ■ Q4. Are there groups of people that repeatedly collaborate in different tools? ■ Q4. Do these groups repeat over time? ● Functional relations ● Compositional relations ● Proximity ● Orientation ● Communication
  • 13. Table of contents ● Data dimensions ● Applications ● Data processing in an ETL refined data ● Knowledge discovery
  • 14. Applications Why do learners use analytics? [Ferguson2014] ● Monitor their own activities and interactions ● Monitor the learning process ● Compare their activity with that of others ● Increase awareness, reflect and self reflect ● Improve discussion participation ● Improve learning behaviour ● Improve performance ● Become better learners ● Learn!
  • 15. Applications Why do teachers use analytics? [Ferguson2014] ● Monitor the learning process ● Explore student data ● Identify problems ● Discover patterns ● Find early indicators for success ● Find early indicators for poor marks or drop- out ● Assess usefulness of learning materials
  • 16. Applications Why do teachers use analytics? (Ii) ● Increase awareness, reflect and self reflect ● Increase understanding of learning environments ● Intervene, advise and assist ● Improve teaching, resources and the environment
  • 17. Table of contents ● Data dimensions ● Applications ● Data processing in an ETL refined data ● Knowledge discovery
  • 27. Table of contents ● Data dimensions ● Applications ● Data processing in an ETL refined data ● Knowledge discovery
  • 28. Knowledge discovery Introduction [BakerSiemens2014] This review draws on past reviews (cf. Baker & Yacef, 2009; Romero & Ventura, 2010; Ferguson, 2012; Siemens & Baker, 2012)
  • 29. Knowledge discovery Introduction (II) Source: Data Mining with WEKA MOOC (http://www.cs.waikato.ac.nz/ml/weka/mooc/dataminingwithweka/)
  • 30. Knowledge discovery Classification 1. Prediction methods 2. Structure discovery 3. Relationship mining
  • 31. Knowledge discovery 1) Prediction methods ● The goal is to develop a model which can infer a single aspect of the data ○ The predicted variable ○ Similar to dependent variables in traditional statistical analysis ● … from some combination of other aspects of the data ○ Predictor variables ○ Similar to independent variables in traditional statistical analysis
  • 32. Knowledge discovery 1) Prediction methods (II) ● Prediction models are commonly used: ○ Predict future events (Dekker2009; Feng2009; MingMing2012) ○ Predict variables that are not feasible to directly collect in real-time ■ Example: collecting data on affect or engagement in real-time often requires expensive observations or disruptive self-report measures ■ Whereas a prediction model based on student log data can be completely non-intrusive (Sabourin2011)
  • 33. Knowledge discovery 1) Prediction methods (III) Source: http://etec.ctlt.ubc.ca/510wiki/Learning_Analytics
  • 34. Knowledge discovery 1) Prediction methods (IV) ● Three types of prediction models are common in EDM/LA: ○ Classifiers ○ Regressors ○ Latent knowledge estimation
  • 35. Knowledge discovery 1) Prediction methods (V) Source: Data Mining with WEKA MOOC (http://www.cs.waikato.ac.nz/ml/weka/mooc/dataminingwithweka/)
  • 36. Knowledge discovery 1) Prediction methods (VI) ● Classifiers ○ The predicted variable can be either a binary (e.g. 0 or 1) or a categorical variable ○ Some popular classification methods in educational domains include: ■ Decision trees ■ Random forest ■ Decision rules ■ Step regression ■ Logistic regression
  • 37. Knowledge discovery 1) Prediction methods (VII) Source: Data Mining with WEKA MOOC (http://www.cs.waikato.ac.nz/ml/weka/mooc/dataminingwithweka/)
  • 38. Knowledge discovery 1) Prediction methods (VIII) ● Regressors ○ The predicted variable is a continuous variable ■ For example: if the Grade can be explained by the number of pending subjects and the call number ○ The most popular regressor in EDM is linear regression ■ Note that linear regression is not used the same way in EDM/LA as in traditional statistics, despite the identical name
  • 39. Knowledge discovery 1) Prediction methods (IX) Source: Data Mining with WEKA MOOC (http://www.cs.waikato.ac.nz/ml/weka/mooc/dataminingwithweka/)
  • 40. Knowledge discovery 1) Prediction methods (X) Source: Data Mining with WEKA MOOC (http://www.cs.waikato.ac.nz/ml/weka/mooc/dataminingwithweka/)
  • 41. Knowledge discovery 1) Prediction methods (XI) ● Latent Knowledge Estimation ○ Actually is a special type of classifier ○ A student’s knowledge of specific skills and concepts is assessed by their patterns of correctness on those skills ○ A wide range of algorithms exist for latent knowledge estimation, being the two most popular: ■ Bayesian Knowledge Tracing (Corbett & Anderson, 1995) ■ Performance Factors Analysis (Pavlik2009)
  • 42. Knowledge discovery 1) Prediction methods (XII) ● Classifiers in WEKA are models for predicting nominal or numeric quantities ● Implemented learning schemes include: ○ Decision trees and lists, instance-based classifiers, support vector machines, multi-layer perceptrons, logistic regression, Bayes’ nets, etc. ● “Meta”-classifiers include: ○ Bagging, boosting, stacking, error-correcting output codes, locally weighted learning, etc.
  • 44. Knowledge discovery 2) Structure discovery ● Attempt to find structure in the data without an a priori idea of what should be found ● It is, actually, a very different goal than in prediction ○ In prediction, there is a specific variable that the EDM/LA researcher attempts to model; ○ By contrast, there is not a specific variable of interest in structure discovery ○ Instead, the researcher attempts to determine what structure emerges naturally from the data
  • 45. Knowledge discovery 2) Structure discovery (II) ● Include: ○ Clustering ○ Factor analysis ○ Social Network Analysis ○ Domain Structure Discovery
  • 46. Knowledge discovery 2) Structure discovery (III) ● Clustering ○ The goal is to find data points that naturally group together, splitting the full data set into a set of clusters ○ Clustering is particularly useful in cases where the most common categories within the data set are not known in advance ○ If a set of clusters is well-selected, each data point in a cluster will generally be more similar to the other data points in that cluster than data points in other clusters
  • 47. Knowledge discovery 2) Structure discovery (IV) ● Clustering ○ Clusters have been used to group students (Beal2006) and student actions (Amershi2009) ■ Amershi & Conati (2009) found characteristic patterns in how students use exploratory learning environments, and used this information to identify more and less effective student strategies
  • 48. Knowledge discovery 2) Structure discovery (IV) ● Factor analysis ○ A closely related method ○ Here, the goal is to find variables that naturally group together, splitting the set of variables (as opposed to the data points) into a set of latent (not directly observable) factors ○ Factor analysis is frequently used in psychometrics for validating or determining scales
  • 49. Knowledge discovery 2) Structure discovery (V) ● Factor analysis ○ In EDM/LA, factor analysis is used for dimensionality reduction (e.g., reducing the number of variables) for a wide variety of applications ○ For instance, [Baker2009] used factor analysis to determine which design choices are made in common by the designers of intelligent tutoring systems ■ For instance, tutor designers tend to use principle based hints rather than concrete hints in tutor problems that have brief problem scenarios
  • 50. Knowledge discovery 2) Structure discovery (VI) ● Social Network Analysis ○ Models are developed of the relationships and interactions between individual actors, as well as the patterns that emerge from those relationships and interactions ○ Examples ■ Understanding the differences between effective and ineffective project groups [Kay2006] ■ How students’ communication behaviors change over time [Haythornthwaite2001] ■ How students’ positions in a social network relate to their perception of being part of a learning
  • 51. Knowledge discovery 2) Structure discovery (VII) ● Domain structure discovery ○ Consists of finding the structure of knowledge in an educational domain (e.g., how specific content maps to specific knowledge components or skills, across students) ○ This could consist of mapping problems in educational software to specific knowledge components, in order to group the problems effectively for latent knowledge estimation and problem selection [Koedinger2006], or could consist of mapping test items to skills [Tatsuoka1995]
  • 52. Knowledge discovery 2) Structure discovery (VIII) ● WEKA contains “clusterers” for finding groups of similar instances in a dataset ● Implemented schemes are: ○ k-Means, EM, Cobweb, X-means, FarthestFirst ● Clusters can be visualized and compared to “true” clusters (if given) ● Evaluation based on loglikelihood if clustering scheme produces a probability distribution
  • 53. Knowledge discovery 3) Relationship mining ● Discover relationships between variables in a data set with a large number of variables ● It has historically been the most common category of EDM research [Baker2009] ● It may take the form of attempting to find out which variables are most strongly associated with a single variable of particular interest ● Or may take the form of attempting to discover which relationships between any two variables are strongest
  • 54. Knowledge discovery 3) Relationship mining (II) ● There are four types of relationship mining ○ Association rule mining ○ Correlation mining ○ Sequential pattern mining ○ Causal data mining
  • 55. Knowledge discovery 3) Relationship mining (III) ● Association rule mining ○ The goal is to find if-then rules of the form that if some set of variable values is found, another variable will generally have a specific value ○ For instance, [BenNaim2009] used association rule mining to find patterns of successful student performance in an engineering simulation, to make better suggestions to students having difficulty about how they can improve their performance
  • 56. Knowledge discovery 3) Relationship mining (IV) ● Correlation mining ○ The goal is to find positive or negative linear correlations between variables (using post-hoc corrections or dimensionality reduction methods when appropriate to avoid finding spurious relationships) ○ An example can be found in [Baker2009], where correlations were computed between a range of features of the design of intelligent tutoring system lessons and students’ prevalence of gaming the system
  • 57. Knowledge discovery 3) Relationship mining (V) ● Sequential pattern mining ○ The goal is to find temporal associations between events ○ One successful use of this approach was work by [Perera2009], to determine what path of student collaboration behaviors leads to a more successful eventual group project
  • 58. Knowledge discovery 3) Relationship mining (VI) ● Causal data mining ○ The goal is to find whether one event (or observed construct) was the cause of another event (or observed construct) ○ For example to predict which factors will lead a student to do poorly in a class [Fancsali2012]
  • 59. Knowledge discovery 3) Relationship mining (VII) ● WEKA contains an implementation of the Apriori algorithm for learning association rules ○ Works only with discrete data ● Can identify statistical dependencies between groups of attributes: ○ milk, butter bread, eggs (with confidence 0.9 and support 2000) ● Apriori can compute all rules that have a given minimum support and exceed a given confidence
  • 61. Knowledge discovery 4) Attribute selection ● Panel that can be used to investigate which (subsets of) attributes are the most predictive ones ● Attribute selection methods contain two parts: ○ A search method: best-first, forward selection, random, exhaustive, genetic algorithm, ranking ○ An evaluation method: correlation-based, wrapper, information gain, chi-squared, etc. ● Very flexible: WEKA allows (almost) arbitrary combinations of these two
  • 64. References [Amershi2009] Amershi, S., Conati, C. (2009). Combining Unsupervised and Supervised Machine Learning to Build User Models for Exploratory Learning Environments. Journal of Educational Data Mining, 1(1), 71-81. [BakerSiemens2014] Baker, R., and George Siemens. "Educational data mining and learning analytics." Cambridge Handbook of the Learning Sciences: (2014). [BakerYacef2009] Baker, R.S.J.d., Yacef, K. (2009). The State of Educational Data Mining in 2009: A Review and Future Visions. Journal of Educational Data Mining, 1 (1), 3-17 [Beal2006] Beal, C.R., Qu, L., & Lee, H. (2006). Classifying learner engagement through integration of multiple data sources. Paper presented at the 21st National Conference on Artificial Intelligence (AAAI-2006), Boston, MA. [CorbettAnderson1995] Corbett, A.T., Anderson, J.R. (1995). Knowledge Tracing: Modeling the Acquisition of Procedural Knowledge. User Modeling and User-Adapted Interaction, 4, 253-278. [Dawson2008] Dawson, S. (2008). A study of the relationship between student social networks and sense of community. Educational Technology & Society, 11(3), 224-238. [Dekker2009] Dekker, G., Pechenizkiy, M., and Vleeshouwers, J. (2009). Predicting students drop out: A case study. Proceedings of the 2nd International Conference on Educational Data Mining, EDM'09, 41-50 [Fancsali2012] Fancsali, S. (2012) Variable Construction and Causal Discovery for Cognitive Tutor Log Data: Initial Results. Proceedings of the 5th International Conference on Educational Data Mining, 238-239. [Feng2009] Feng, M., Heffernan, N., & Koedinger, K. (2009). Addressing the Assessment Challenge in an Intelligent Tutoring System that Tutors as it Assesses. User Modeling and User-Adapted Interaction, 19, 243-266 [Ferguson2012] Ferguson, R. (2012). The State Of Learning Analytics in 2012: A Review and Future Challenges. Technical Report KMI-12-01, Knowledge Media Institute, The Open University, UK. http://kmi.open.ac.uk/publications/techreport/kmi-12-01 [Ferguson2014] Learning analytics FAQs [Online]. URL: http://www.slideshare.net/R3beccaF/learning-analytics-fa-qs [Haythornthwaite2001] Haythornthwaite, C. (2001). Exploring Multiplexity: Social Network Structures in a ComputerSupported Distance Learning Class. The Information Society: An International Journal, 17 (3), 211-226. [Kay2006] Kay, J., Maisonneuve, N., Yacef, K., Reimann, P. (2006) The Big Five and Visualisations of Team Work Activity. Proceedings of the International Conference on Intelligent Tutoring Systems, 197 – 206.
  • 65. References (II) [Koedinger2006] Koedinger, K. R., & Corbett, A. T. (2006). Cognitive Tutors: Technology bringing learning science to the classroom. In K. Sawyer (Ed.) The Cambridge Handbook of the Learning Sciences (pp. 61-78). New York: Cambridge University Press. [MingMing2012] Ming, N.C., Ming, V.L. (2012). Predicting Student Outcomes from Unstructured Data. Proceedings of the 2nd International Workshop on Personalization Approaches in Learning Environments, 11-16. [Pavlik2009] Pavlik, P.I., Cen, H., Koedinger, K.R. (2009). Performance Factors Analysis -- A New Alternative to Knowledge Tracing. Proceedings of AIED2009. [Perera2009] Perera, D., Kay, J., Koprinska, I., Yacef, K., and Zaiane, O.R. (2009). Clustering and Sequential Pattern Mining of Online Collaborative Learning Data. IEEE Transactions on Knowledge and Data Engineering, 21(6), 759-772 [RomeroVentura2010]Romero, C., & Ventura, S. (2010). Educational data mining: A review of the state-ofthe-art. IEEE Transaction on Systems, Man and Cybernetics, part C: Applications and Reviews, 40(6), 610–618 [Sabourin2011] Sabourin, J., Rowe, J., Mott, B., Lester, J. (2011). When Off-Task in On-Task: The Affective Role of Off-Task Behavior in Narrative- Centered Learning Environments. Proceedings of the 15th International Conference on Artificial Intelligence in Education, 534-536. [SiemensBaker2012] Siemens, G., Baker, R.S.J.d. (2012). Learning Analytics and Educational Data Mining: Towards Communication and Collaboration. Proceedings of the 2nd International Conference on Learning Analytics and Knowledge. [Tatsuoka1995] Tatsuoka, K.K. (1995). Architecture of knowledge structures and cognitive diagnosis: A statistical pattern recognition and classification approach. In P. D. Nichols, S. F. Chipman, & R. L. Brennan (Eds.), Cognitively diagnostic assessment, 327–359. Hillsdale NJ: Erlbaum [Verbert2011] Dataset-driven research to improve TEL recommender systems [Online]. URL: http://www.slideshare.net/kverbert/datasetdriven- research-to-improve-tel-recommender-systems
  • 66. Data Analytics process in Learning and Academic Analytics projects Day 3: Data processing Alex Rayón Jerez alex.rayon@deusto.es DeustoTech Learning – Deusto Institute of Technology – University of Deusto Avda. Universidades 24, 48007 Bilbao, Spain www.deusto.es