Skip to content

Commit 0c5548f

Browse files
committed
2 parents 3712236 + 616f493 commit 0c5548f

File tree

4 files changed

+23
-8
lines changed

4 files changed

+23
-8
lines changed

_people/michael_liu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ name: Michael Liu
33
role: Social
44
photo: michael_liu.PNG
55
---
6-
DRI for Calculus for ML
6+
DRI for Probability for ML

_people/sasha_singh.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
name: Sasha Singh
3+
role: Social Member
4+
photo:
5+
---
6+
DRI for Probability for ML

docs/syllabus.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ layout: home
1414
- **EdVPs**: [[email protected]](mailto:[email protected])
1515
- **Mentored PMs**: [[email protected]](mailto:[email protected])
1616

17+
## Course Description
18+
This 12-week course offers a foundational introduction to SWE and ML/AI, designed in response to the emerging industry shift toward AI-integrated systems. New members will gain hands-on experience with Python programming, explore modern frameworks, and develop machine learning models including neural networks.
19+
1720
## Prerequisites
1821
- Taken or concurrently enrolled in **CS 61A / Data 8** OR have previous coding experience
1922
- No prior industry experience
@@ -22,9 +25,9 @@ layout: home
2225

2326
## Desired Course Outcomes
2427
By the end of the 12 weeks, we hope you:
25-
- Are comfortable programming in **Python, JavaScript, HTML, CSS, and SQL**
28+
- Are comfortable programming in **Python** and **Java**.
2629
- Know common data structures (Arrays, LinkedLists, Trees, HashTables)
27-
- Are familiar with frameworks such as **React, Node.js, NPM, PyTorch, Pandas, NumPy, scikit-learn**
30+
- Are familiar with frameworks such as **PyTorch, Pandas, NumPy, scikit-learn**
2831
- Have a basic understanding of **Databases**
2932
- Understand fundamental ML/AI concepts (optimization, neural networks)
3033
- Feel comfortable working in a **team environment**, similar to that found in industry

index.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ layout: home
66

77
# CRUP Fall 2025
88

9-
Welcome to **Codebase's Ramp Up Program (CRUP)**! We will dive into **Software Engineering, Machine Learning, and AI** through hands-on work in **Python, Java, JavaScript, HTML/CSS, SQL**, and frameworks like **React, Node.js, PyTorch, scikit-learn, and more!**.
9+
Welcome to **Codebase's Ramp Up Program (CRUP)**! We will dive into **Software Engineering, Machine Learning, and AI** through hands-on work in **Python, Java,** and **SQL**, and frameworks like **PyTorch, scikit-learn, and more!**.
1010

1111
CRUP is brought to you by...
1212

@@ -22,7 +22,7 @@ your EdVPs <3
2222
<th style="max-width: 30px;">Week</th>
2323
<th>Date</th>
2424
<th>Lecture</th>
25-
<th>Assignments</th>
25+
<th>Assignment(s)</th>
2626
<th>DRI(s)</th>
2727
</tr>
2828
</thead>
@@ -31,7 +31,13 @@ your EdVPs <3
3131
<td style="max-width: 30px;">1</td>
3232
<td>Sep 13</td>
3333
<td>Welcome! and Intro to Programming in Python (<a href="https://docs.google.com/presentation/d/1qIpgvEjE79MUhFeDaQFaAQRr6w-uNUwvFq7xgK_CEgM/edit?usp=sharing">slides</a>)</td>
34-
<td></td>
34+
<td>
35+
<span class="label"><strong>Homework</strong></span>
36+
<a target="_blank"
37+
href="https://colab.research.google.com/github/codebase-berkeley/crup-code/blob/main/week-1/intro_to_python.ipynb">
38+
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open in Colab"/>
39+
</a>
40+
</td>
3541
<td>Anika</td>
3642
</tr>
3743
<tr>
@@ -77,14 +83,14 @@ your EdVPs <3
7783
<span class="label"><strong>Homework</strong></span>
7884
<a href="assets/calculus_for_ml/calculus_for_ml.pdf">Calculus for ML</a>
7985
</td>
80-
<td>Renata, Michael L, Patrick</td>
86+
<td>Renata, Ash, Patrick</td>
8187
</tr>
8288
<tr>
8389
<td style="max-width: 30px;">8</td>
8490
<td>Nov 1</td>
8591
<td>Probability for ML (<a href="https://docs.google.com/presentation/d/14cG_MEFFpDPWPzNl8PXfy1wHp_mtBWXYf1QLxYKoulc/edit?usp=sharing">slides</a>)</td>
8692
<td></td>
87-
<td>Ash, Patrick</td>
93+
<td>Sasha, Michael L, Patrick</td>
8894
</tr>
8995
<tr>
9096
<td style="max-width: 30px;">9</td>

0 commit comments

Comments
 (0)