Community Profile

photo

MAZEN ALHARBI


Last seen: 2 years ago Active since 2022

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
How to compute Cost function for linear regression
function J = computeCost(X, y, theta) %COMPUTECOST Compute cost for linear regression % J = COMPUTECOST(X, y, theta) computes ...

2 years ago | 0

Answered
Checking Matlab outputs - 2 functions coded
function plotData(x, y) %PLOTDATA Plots the data points x and y into a new figure % PLOTDATA(x,y) plots the data points and...

2 years ago | 0