Python 3.5 or above
The goal is to get better understanding of Machine learning techniques. I have tried implemeting the same algos via first principles and using Python packages like scikit
The Python code showcases how LinearRegression with single and multiple variables, Polynomial Regression and Logistic Regression work. All the examples are an effort to implement the problems posed in Andrew Ng's ML course.