https://github.com/ilmoi/cs189
https://github.com/ilmoi/cs189
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ilmoi/cs189
- Owner: ilmoi
- Created: 2025-01-04T21:35:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-05T11:51:19.000Z (over 1 year ago)
- Last Synced: 2025-03-17T18:17:43.008Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 14.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CS189
Exercises for [CS189/289A: Introduction to Machine Learning](https://people.eecs.berkeley.edu/~jrs/189/).
## Setup
activate python venv:
```bash
source hw1/bin/activate
```
if you want to use your own env:
```bash
pip install scikit-learn scipy numpy matplotlib pandas
```