Difference between revisions of "MAT5153"

From Department of Mathematics at UTSA
Jump to navigation Jump to search
(Refinement of content)
(→‎Course Content: Added Student Learning Outcomes)
Line 15: Line 15:
 
! Week !! Source !! Topic !! Prerequisites !! SLOs
 
! Week !! Source !! Topic !! Prerequisites !! SLOs
 
|-
 
|-
| 1 ||  || Description of the course project. ||  ||  
+
| 1 ||  || Description of the course project. ||  || Understanding of government databases
 
|-
 
|-
| 2 ||  || Ethics in data analysis. ||  ||  
+
| 2 ||  || Ethics in data analysis. ||  || Identification of biases introduced during data collection, storage, analysis, and access.
 
|-
 
|-
| 3 ||  || Scripts vs. compiled code. Setting up environments. ||  ||  
+
| 3 ||  || Scripts vs. compiled code. Setting up environments. ||  || Clarity about the differences between interpreted and compiled code, and how it impacts data analysis.
 
|-
 
|-
| 4 ||  || Basic numeric operations in scripting vs. compiled code. ||  ||  
+
| 4 ||  || Basic numeric operations in scripting vs. compiled code. ||  || Mastery in multi-linear operations in scripting and compiled languages. Understanding of the balance between computational performance and development time.
 
|-
 
|-
| 5 ||  || Visualization (basic and advanced). ||  ||  
+
| 5 ||  || Linear discriminants ||  || Mastery of Principal Component Analysis (PCA), Fisher's linear discriminant, and multiple discriminant analysis.
 
|-
 
|-
| 6 ||  || Relational databases  ||  ||  
+
| 6 ||  || Visualization (basic and advanced). ||  || Understanding of different families of visualization techniques. Ability to create Circos plots.
 
|-
 
|-
| 7 ||  || Linear discriminants ||  ||  
+
| 7 ||  || Generalized regressions ||  || Understanding of mathematical approaches to produce an infinite family of regressions,
 
|-
 
|-
| 8 ||  || Generalized regressions ||  ||  
+
| 8 ||  || Clustering ||  || Ability to create basic clusters using multiple definitions of distance.
 
|-
 
|-
| 9 ||  || Clustering ||  ||  
+
| 9 ||  || Relational databases ||  || Ability to  create, access, and use relational databases from within programming environments. Understanding of when to use relational databases
 
|-
 
|-
| 10 ||  || Non-linear discriminants (i.e. artificial neural networks). ||  ||  
+
| 10 ||  || Non-linear discriminants (i.e. artificial neural networks). ||  || Capability to program a fully-connected feed-forward artificial neural network from scratch. Understanding of the effect of multiple activation functions, 
 
|-
 
|-
| 11 ||  || Solution architecture & reproducibility. ||  ||  
+
| 11 ||  || Solution architecture & reproducibility. ||  || Capacity to design a complex data analysis solution that guarantees reproducibility, interoperability, and maintainability,
 
|-
 
|-
| 12 ||  || Management of the configuration. ||  ||  
+
| 12 ||  || Management of the configuration. ||  || Ability to program in collaborative multi-layered environments. Capacity to resolve conflicts in code, create code branches, and propagate effectively code changes across multiple environments such as development, test production, etc.
 
|-
 
|-
| 13 ||  || Data analysis plans & standardized reports. ||  ||  
+
| 13 ||  || Data analysis plans & standardized reports. ||  || Dexterity to break a data analysis problems into multiple interconnected components, and then produce automated reports targeting specific audiences.
 
|-
 
|-
| 14 ||  || Project presentations ||  ||  
+
| 14 ||  || Project presentations ||  || Exposure to presentation of results in front an audience of experts.
 
|}
 
|}

Revision as of 11:57, 24 April 2023

Data Analytics MDC4153/MAT5153

Catalog entry

Prerequisite: MAT2243 Applied Linear Algebra or (MAT2233 Linear Algebra and MAT2214/MAT2213 Calculus III).

Content: This immersive Data Analytics course equips students with the essential mathematical skills and knowledge required to analyze, visualize, and interpret complex datasets. Students will be exposed to the entire life cycle of data analysis. Throughout the course, participants will explore basic operations in scripting languages, delve into advanced visualization techniques, and investigate linear discriminants, generalized regressions, time series analysis, and non-linear discriminants, and clustering. Students will program essential algorithms, instead of using toolboxes, to explore the discrete Fourier transform, generalized regressions, clustering algorithms, and artificial neural networks.

Furthermore, the course will provide an understanding of relational databases and their integration with programming environments, as well as guidance on creating effective data analysis plans. Emphasis will be placed on solution architecture, reproducibility, configuration management, and generating standardized reports.

By the end of the course, students will have a strong foundation in data analytics, allowing them to transform raw data into valuable insights for decision-making.

Course Content

Week Source Topic Prerequisites SLOs
1 Description of the course project. Understanding of government databases
2 Ethics in data analysis. Identification of biases introduced during data collection, storage, analysis, and access.
3 Scripts vs. compiled code. Setting up environments. Clarity about the differences between interpreted and compiled code, and how it impacts data analysis.
4 Basic numeric operations in scripting vs. compiled code. Mastery in multi-linear operations in scripting and compiled languages. Understanding of the balance between computational performance and development time.
5 Linear discriminants Mastery of Principal Component Analysis (PCA), Fisher's linear discriminant, and multiple discriminant analysis.
6 Visualization (basic and advanced). Understanding of different families of visualization techniques. Ability to create Circos plots.
7 Generalized regressions Understanding of mathematical approaches to produce an infinite family of regressions,
8 Clustering Ability to create basic clusters using multiple definitions of distance.
9 Relational databases Ability to create, access, and use relational databases from within programming environments. Understanding of when to use relational databases
10 Non-linear discriminants (i.e. artificial neural networks). Capability to program a fully-connected feed-forward artificial neural network from scratch. Understanding of the effect of multiple activation functions,
11 Solution architecture & reproducibility. Capacity to design a complex data analysis solution that guarantees reproducibility, interoperability, and maintainability,
12 Management of the configuration. Ability to program in collaborative multi-layered environments. Capacity to resolve conflicts in code, create code branches, and propagate effectively code changes across multiple environments such as development, test production, etc.
13 Data analysis plans & standardized reports. Dexterity to break a data analysis problems into multiple interconnected components, and then produce automated reports targeting specific audiences.
14 Project presentations Exposure to presentation of results in front an audience of experts.