Skip to content

waquar20073/EuclideanDistanceAndLinearRegression-Assignment1_ML-RL-For-Finance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Question 1

Write a program to calculate Euclidean Distance. Instruction: Euclidean Distance Calculation. In this question you will compute Euclidean distance between elements in n-dimensional space. Each coordinate of a point in n-dimensional space is sampled from Uniform distribution. Use Numpy library.

Question 2

Write a program to implement Linear Regression. Instruction: In this question you will implement linear regression model using three Python packages: scikit-learn, numpy, and tensorflow. The grader expects the first value to be the y_intercept (a) and then the rest of the coefficients.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published