https://github.com/melling/cs229
https://github.com/melling/cs229
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/melling/cs229
- Owner: melling
- Created: 2021-02-17T19:40:56.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-09-07T22:39:14.000Z (almost 4 years ago)
- Last Synced: 2025-01-04T03:10:25.740Z (over 1 year ago)
- Language: MATLAB
- Size: 8.36 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stanford cs229
My self-study repo for Stanford CS229
There are actually three different classes:
- [CS229a](https://web.stanford.edu/class/cs229a/) - The Coursera Andrew Ng class, and ...
- [CS229](https://see.stanford.edu/Course/CS229) - A version with more math and theory.
- [CS229T](http://web.stanford.edu/class/cs229t/) - Even more math.
I've create 4 separate subdirectories. One for each class, and a separate directory for Coursera.
- [CS229a and Coursera](cs229a/README.md)
- [CS229](cs229/README.md)
- [CS229t](cs229t/README.md)
- [Coursera](coursera/README.md)
## Resources
- [CS229 Cheatsheets](https://github.com/afshinea/stanford-cs-229-machine-learning)