Skip to content

Commit

Permalink
Merge pull request #96 from UofT-DSI/Edits
Browse files Browse the repository at this point in the history
Updating ASC for Cohort 4.
  • Loading branch information
danielrazavi authored Sep 24, 2024
2 parents 4e9d303 + 3bd4833 commit 4edda14
Show file tree
Hide file tree
Showing 151 changed files with 724 additions and 12,842 deletions.
37 changes: 37 additions & 0 deletions 01_materials/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Slide Deck Overview

This folder contains a series of slide decks that introduce and apply core statistical concepts. The slides are organized to progress from foundational principles to more advanced topics.

---

## Slide Decks

### 1. **Classification 1**
- **Description**: Introduces the fundamentals of classification, focusing on methods for categorizing data into distinct classes.
- **Key Topics**: Overview of classification, KNN classification.

### 2. **Classification 2**
- **Description**: Builds on Classification 1, introducing advanced techniques like model evaluation and cross-validation.
- **Key Topics**: KNN classification, cross-validation.

### 3. **Regression 1**
- **Description**: Covers the basics of regression analysis and how to model relationships between variables.
- **Key Topics**: Overview of regression, KNN regression.

### 4. **Regression 2**
- **Description**: Expands on Regression 1 by introducing linear regression models.
- **Key Topics**: Simple linear regression, multiple regression.

### 5. **Clustering**
- **Description**: Discusses methods for grouping similar data points without predefined labels.
- **Key Topics**: K-means clustering.

### 6. **Statistical Inference**
- **Description**: Focuses on drawing conclusions about populations from sample data.
- **Key Topics**: Bootstrapping.

---

## Usage

These slide decks are designed to provide a comprehensive understanding of statistical methods and their applications. They work best when used alongside the corresponding Jupyter notebooks.
Binary file modified 01_materials/slides/Classification_I.pdf
Binary file not shown.
Binary file modified 01_materials/slides/Classification_II.pdf
Binary file not shown.
Binary file modified 01_materials/slides/Clustering.pdf
Binary file not shown.
Binary file modified 01_materials/slides/Regression_I.pdf
Binary file not shown.
Binary file modified 01_materials/slides/Regression_II.pdf
Binary file not shown.
Binary file modified 01_materials/slides/Stat_Inference.pdf
Binary file not shown.
Loading

0 comments on commit 4edda14

Please sign in to comment.