https://github.com/nimit95/machine-learning-coursera
Machine Learning Assignments
https://github.com/nimit95/machine-learning-coursera
Last synced: 27 days ago
JSON representation
Machine Learning Assignments
- Host: GitHub
- URL: https://github.com/nimit95/machine-learning-coursera
- Owner: nimit95
- License: mit
- Created: 2016-11-23T08:33:52.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-30T19:31:40.000Z (about 9 years ago)
- Last Synced: 2024-12-29T08:24:28.964Z (about 1 year ago)
- Language: Matlab
- Size: 27.8 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Machine-Learning-Coursera
## Programming Exercise 1: Linear Regression
Machine Learning
* It involves implementing a Linear regression for one and multivariable(Part 2).
* ex1.pdf has all the implementaion details.
* ex1data1 and ex1data2 are datasets on which model is trained.
## Installation
You should have a working version of MATLAB/Octave.
## Usage
Open the ex1.m and run the script. It has been set up to use all other functions.