Git Product home page Git Product logo

ryanjtalbot / msds Goto Github PK

View Code? Open in Web Editor NEW
30.0 4.0 19.0 2.19 GB

Master of Science degree in Data Science - University of Colorado Boulder

Home Page: https://www.colorado.edu/program/data-science/

Jupyter Notebook 97.78% Python 0.14% Fortran 0.01% Shell 0.01% R 0.07% HTML 1.83% C++ 0.06% Makefile 0.01% Java 0.01% Kotlin 0.01% TeX 0.11% C 0.01% Assembly 0.01%
colorado-boulder data-science masters-degree msds

msds's Introduction

The University of Colorado Boulder - Master of Science degree in Data Science MSDS


  • Algorithms for searching, sorting and indexing - 35 hours
  • Trees and graphs: basics - 34 hours
  • Dynamic programming, Greedy algorithms - 38 hours

  • Data Science as a field - 11 hours
  • Cybersecurity for data science - 19 hours
  • Ethical issues in Data Science - 24 hours
  • Visualization fundamentals - 14 hours

  • Probability theory: Applications for Data Science - 48 hours
  • Statistical Inference for estimation in Data Science - 28 hours
  • Statistical Inference and Hypothesis testing in Data Science Applications - 37 hours
  • Data Mining Pipeline - 21 hours
  • Data Mining Methods - 23 hours
  • Data Mining Projects - 38 hours
  • Modern Regression analysis in R - 45 hours
  • ANOVA Experimental Design - 40 hours
  • Generalized Linear Models and nonparametric regression - 42 hours

Machine Learning - 139 hours

  • Introduction to Machine Learning: Supervised Learning - 40 hours
  • Unsupervised Algorithms in Machine Learning - 38 hours
  • Introduction to Deep Learning - 61 hours

Databases - 53 hours

  • Relational Database Design - 36 hours
  • Advanced Topics and Future Trends in Database Technologies - 17 hours

Databases - 25 hours

  • The Structured Query Language (SQL) - 25 hours
  • Supervised Text Classification for Marketing Analytics - 12 hours
  • Unsupervised Text Classification for marketing analytics - 13 hours
  • Network analysis for marketing analytics - 10 hours
  • Deep Learning Applications for Computer Vision - 23 hours
  • Managing, Describing, and Analyzing Data - 17 hours
  • Stability and Capability in Quality Improvement - 9 hours
  • Measurement Systems Analysis - 16 hours
  • Introduction to High-Performance and Parallel Computing - 24 hours
  • Product Cost and Investment Cash Flow Analysis - 20 hours
  • Project Valuation and the Capital Budgeting Process - 17 hours
  • Financial Forecasting and Reporting - 13 hours
  • Business Writting - 12 hours
  • Graphic Design - 29 hours
  • Successful Presentation - 20 hours
  • Effective communication capstone project - 13 hours
  • Regression and Classification - 34 hours
  • Resampling, Selection, and Splines - Coming soon!
  • Trees, SVM, and Unsupervised Learning - Coming soon!
  • Applications of Software Architecture for Big Data - 17 hours
  • Fundamentals of Software Architecture for Big Data - 23 hours
  • Software Architecture Patterns for Big Data - 23 hours

Elective courses (9 credits)

  • Deep Learning Applications for Computer Vision (1 credit)
  • Regression and Classification (1 credit)
  • Supervised Text Classification for Marketing Analytics (1 credit)
  • Unsupervised Text Classification for Marketing Analytics (1 credit)
  • Network Analysis for Marketing Analytics (1 credit)
  • Managing, Describing, and Analyzing Data (1 credit)
  • Stability and Capability in Quality Improvement (1 credit)
  • Measurement Systems Analysis (1 credit)
  • Introduction to High-Performance and Parallel Computing (1 credit)
  • Product Cost and Investment Cash Flow Analysis (1 credit)
  • Project Valuation and the Capital Budgeting Process (1 credit)
  • Financial Forecasting and Reporting (1 credit)
  • Effective Communication: Writing, Design, and Presentation Specialization (2 credits)
  • Fundamentals of Software Architecture for Big Data (1 credit)
  • Software Architecture Patterns for Big Data (1 credit)
  • Applications of Software Architecture for Big Data (1 credit)
  • Project Management: Foundations and Initiation (1 credit)
  • Project Planning and Execution (1 credit)
  • Agile Project Management (1 credit)
  • IBM Applied Data Science Capstone (1 credit)

Students must complete 9 elective credits to earn the degree, and can choose from a variety of available options.

https://www.coursera.org/degrees/master-of-science-data-science-boulder/academics

Finished:

Expressway:

[X] Expressway to Data Science: Essential Math Specialization

  • Algebra and Differential Calculus for Data Science
  • Essential Linear Algebra for Data Science
  • Integral Calculus and Numerical Analysis for Data Science

[X] Expressway to Data Science: Python Programming Specialization

  • Introduction to Python Fundamentals
  • Introduction to Python Functions
  • Python Packages for Data Science

[ ] Expressway to Data Science: R Programming and Tidyverse

  • Introduction to R Programming and Tidyverse
  • Data Analysis with Tidyverse
  • R Programming and Tidyverse Capstone Project
Core:

[X] Data Science Foundations: Data Structures and Algorithms Specialization

  • Algorithms for Searching, Sorting, and Indexing
  • Trees and Graphs: Basics
  • Dynamic Programming, Greedy Algorithms

[X] Vital Skills for Data Science Specialization

  • Cybersecurity for Data Science
  • Data Science as a Field
  • Ethical Issues in Data Science
  • Fundamentals of Data Visualization.

[x] Data Science Foundations: Statistical Inference Specialization

  • Probability Theory: Foundation for Data Science
  • Statistical Inference for Estimation in Data Science
  • Statistical Inference and Hypothesis Testing in Data Science Applications

[ ] Databases for Data Scientists Specialization

  • Relational Database Design
  • The Structured Query Language (SQL)
  • Advanced Topics and Future Trends in Database Technologies

[ ] Machine Learning: Theory and Hands-on Practice with Python

  • Introduction to Machine Learning: Supervised Learning
  • Unsupervised Algorithms in Machine Learning
  • Introduction to Deep Learning

[ ] Statistical Modeling for Data Science Applications

  • Modern Regression Analysis in R
  • ANOVA and Experimental Design
  • Generalized Linear Models and Nonparametric Regression

[ ] Data Mining Foundations and Practice

  • Data Mining Pipeline
  • Data Mining Methods
  • Data Mining Project
Electives:

[ ] Data Science Methods for Quality Improvement

  • Managing, Describing, and Analyzing Data
  • Stability and Capability in Quality Improvement
  • Measurement Systems Analysis

[x] Deep Learning Applications for Computer Vision

  • Deep Learning Applications for Computer Vision

[ ] Finance for Technical Managers Specialization

  • Product Cost and Investment Cash Flow Analysis
  • Project Valuation and the Capital Budgeting Process
  • Financial Forecasting and Reporting

msds's People

Contributors

ryanjtalbot avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

msds's Issues

question about Statistical Inference for Estimation in Data Science wk4 program assignment

Hi.
I am also taking the coursera course of Statistical Inference for Estimation in Data Science
I have some problem with getting the correct answer of week 4 problem 2 part A
I tried to calculate the CI

my_ttest <- function(mean1, sd1, n1, mean2, sd2, n2, alpha) {
    df = ((sd1**2/n1 + sd2**2/n2)**2 )/( (sd1**2/n1)**2/(n1-1) + (sd2**2/n2)**2/(n2-1) )
    t = qt(p=1 - alpha/2, df)
    c(mean1-mean2-t*sqrt(sd1**2/n1+sd2**2/n2), mean1-mean2+t*sqrt(sd1**2/n1+sd2**2/n2))
}
my_ttest(2.2, 1, 60, 2.5, 0.75, 40, 0.05)

my result of the CI is
-0.647936539378822
0.0479365393788226
compare to your result (correct result)
https://github.com/RyanJTalbot/MSDS/blob/main/Core/Data%20Science%20Foundations%20-%20Statistical%20Inference%20Specialization%20/Statistical%20Inference%20for%20Estimation%20in%20Data%20Science%20/wk4/Programming%20Assignment%20-%20Normal%20Distribution%20Confidence%20Intervals/M4_final_autograded.ipynb
conf.int.lower = -0.644
conf.int.upper = 0.044

there is a 0.003 error.
Would your please give me some help about the process to get the correct answer.

Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.