Skip to content

Instantly share code, notes, and snippets.

View techsoft29's full-sized avatar

Kalyan techsoft29

View GitHub Profile
#PyPI
Is the module repository in Python (the equivalent to CPAN in Perl)
//
*Initializing 2 variables at the same time:
a=b=0
or
a=b=0.0

Machine Learning Week 1 Quiz 2 (Linear Regression with One Variable) Stanford Coursera

Github repo for the Course: Stanford Machine Learning (Coursera)

Question 1

Consider the problem of predicting how well a student does in her second year of college/university, given how well she did in her first year.

Specifically, let x be equal to the number of "A" grades (including A-. A and A+ grades) that a student receives in their first year of college (freshmen year). We would like to predict the value of y, which we define as the number of "A" grades they get in their second year (sophomore year).