Skip to content

lostMindCtrl/MachineLearning

Repository files navigation

MachineLearning

The project shows the solutions to the famous Coursera Machine Learning course by Andrew Ng. This commit displays week one to week five as well as an implementation of the kMeans - clustering algorithm. The solutions are implemented using Numpy, Pandas, scipy, matplotlib. In addition, minor data analysis was run on the famous California Housing dataset. You can run the script by either calling the main.py file and the whole script's executes or call concepts like Regularized Logistic Regression independently using the TestUnit.py file.

Content of the project:


testData/
CaliforniaHousing.xlsx
housing.csv
kMeans.py
linearRegression.py
logisticRegression.py
main.py
mapFeature.py
unitTest.py
weightedLinearRegression.py

About

Coursera Machine Learning course assignments weeks 1- 5 solved in python. In addition, kMeans clustering in python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages