Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Week 4 assignments Submitted #128

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
770 changes: 770 additions & 0 deletions SoM-2024/Week 2/23BME047/Bonus Assignment/Bonus_Assignment.ipynb

Large diffs are not rendered by default.

1,438 changes: 1,438 additions & 0 deletions SoM-2024/Week 2/23BME047/Graded Assignment/WEEK_2.ipynb

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions SoM-2024/Week 2/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Week 2

Week 2 is all about going deep into the topic of machine learning. Learning various mathematical equations and how they help is solving various problems related to the dataset. Learning algorithms and common issues to the dataset and how we can handle them. Analysis of data without going deep into the dataset.

## Topics
- Outlier Analysis
- Handling Missing Values
- Exploratory Data Analysis (EDA)
- Cost Function and Gradient Descent
- Regression Analysis
- Linear Regression in one and multiple variables
- Logistic Regression in binary and multiclass classfication
3,594 changes: 3,594 additions & 0 deletions SoM-2024/Week 3/23BME047/Week_3.ipynb

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions SoM-2024/Week 3/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Week 3

## Topics covered in Week 3

- Bias and Variance
- Regularization
- Support Vector Machines (SVMs)
- Encoding Categorical Values
- Confusion Matrix
- AUC-ROC Curve
Loading