Skip to content

Commit

Permalink
added faq for spring 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
nargesnorouzi authored Oct 17, 2023
1 parent 3e1902f commit fabf197
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ nav_exclude: true
UC Berkeley
{: .mb-0 .fs-6 .text-grey-dk-000 }

### [Fall 2023 Frequently Asked Questions](faqs/fa23)
### [Spring 2024 Frequently Asked Questions](faqs/sp24)

## Offerings
1. [Fall 2023](fa23)
Expand Down Expand Up @@ -38,10 +38,10 @@ UC Berkeley
## Overview

Combining data, computation, and inferential thinking, data science is redefining how people and organizations solve challenging problems and understand their world.
This intermediate level class bridges between [Data 8](http://data8.org/) and upper division computer science and statistics courses as well as methods courses in other fields.
In this class, we explore key areas of data science including question formulation, data collection and cleaning, visualization, statistical inference, predictive modeling, and decision making.​
Through a strong emphasizes on data centric computing, quantitative critical thinking, and exploratory data analysis this class covers key principles and techniques of data science.
These include languages for transforming, querying and analyzing data; algorithms for machine learning methods including regression, classification and clustering; principles behind creating informative data visualizations; statistical concepts of measurement error and prediction; and techniques for scalable data processing.
This intermediate-level class bridges between [Data 8](http://data8.org/) and upper-division computer science and statistics courses as well as methods courses in other fields.
In this class, we explore key areas of data science including question formulation, data collection and cleaning, visualization, statistical inference, predictive modeling, and decision-making.​
Through a strong emphasis on data-centric computing, quantitative critical thinking, and exploratory data analysis this class covers key principles and techniques of data science.
These include languages for transforming, querying, and analyzing data; algorithms for machine learning methods including regression, classification, and clustering; principles behind creating informative data visualizations; statistical concepts of measurement error and prediction; and techniques for scalable data processing.

## Goals

Expand All @@ -55,8 +55,8 @@ These include languages for transforming, querying and analyzing data; algorithm

While we are working to make this class widely accessible we currently require the following (or equivalent) prerequisites:

1. **Foundations of Data Science:** [**Data 8**](http://data8.org/) covers much of the material in Data 100 but at an introductory level. Data8 provides basic exposure to python programming and working with tabular data as well as visualization, statistics, and machine learning.
1. **Foundations of Data Science:** [**Data 8**](http://data8.org/) covers much of the material in Data 100 but at an introductory level. Data8 provides basic exposure to Python programming and working with tabular data as well as visualization, statistics, and machine learning.

1. **Computing:** _The Structure and Interpretation of Computer Programs_ [**CS 61A**](http://cs61a.org) or _Computational Structures in Data Science_ [**CS 88**](http://cs88-website.github.io). These courses provide additional background in python programming (e.g., _for loops_, _lambdas_, _debugging_, and _complexity_) that will enable Data 100 to focus more on the concepts in Data Science and less on the details of programming in python.
1. **Computing:** _The Structure and Interpretation of Computer Programs_ [**CS 61A**](http://cs61a.org) or _Computational Structures in Data Science_ [**CS 88**](http://cs88-website.github.io). These courses provide additional background in Python programming (e.g., _for loops_, _lambdas_, _debugging_, and _complexity_) that will enable Data 100 to focus more on the concepts in Data Science and less on the details of programming in python.

1. **Math:** _Linear Algebra_ ([Math 54](https://math.berkeley.edu/~nadler/54fall2017.html), [EE 16A](http://inst.eecs.berkeley.edu/~ee16a/), or [Stat 89A](https://stat89a.com/)): We will need some basic concepts like linear operators and derivatives to enable statistical inference and derive new prediction algorithms. This may be satisfied concurrently to Data 100.

0 comments on commit fabf197

Please sign in to comment.