https://github.com/makaveli10/stanford-machine-learning
https://github.com/makaveli10/stanford-machine-learning
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/makaveli10/stanford-machine-learning
- Owner: makaveli10
- Created: 2019-10-06T07:45:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-19T11:05:15.000Z (over 5 years ago)
- Last Synced: 2025-02-12T10:21:23.339Z (3 months ago)
- Language: Jupyter Notebook
- Size: 21.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# stanford-machine-learning
This project contains solutions to the [Stanford Machine Learning](https://www.coursera.org/learn/machine-learning)
course exercises implemented with [Python](https://www.python.org/) and [scikit-learn](http://scikit-learn.org/). The scikit-learn
machine learning library provides optimized implementations for all algorithms presented in the course and needed in
the course exercises.This repo is inspired from [keasserm ml repo](https://https://github.com/krasserm/machine-learning-notebooks)