An open API service indexing awesome lists of open source software.

https://github.com/ilmoi/cs189


https://github.com/ilmoi/cs189

Last synced: about 2 months ago
JSON representation

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
```